Go to file
Tomas Hruby 40f440b8cd KCall methods do not depend on m_source and m_type fields
- substituted the use of the m_source message field by
  caller->p_endpoint in kernel calls. It is the same information, just
  passed more intuitively.
  
- the last dependency on m_type field is removed.
  
- do_unused() is substituted by a check for NULL.

- this pretty much removes the depency of kernel calls on the general
  message format. In the future this may be used to pass the kcall
  arguments in a different structure or registers (x86-64, ARM?) The
  kcall number may be passed in a register already.
2010-06-01 08:54:31 +00:00
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
commands Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
docs This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
drivers Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
etc Reorganize some directories 2010-05-26 22:49:57 +00:00
include Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
kernel KCall methods do not depend on m_source and m_type fields 2010-06-01 08:54:31 +00:00
lib Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
man fix int64.3 man page formatting 2010-05-24 21:10:37 +00:00
servers Clean up PFS 2010-05-28 09:39:18 +00:00
share Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
test Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
tools Reorganize some directories 2010-05-26 22:49:57 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00