]> Zhao Yanbai Git Server - minix.git/commit
Changes to support endpoints.
authorBen Gras <ben@minix3.org>
Fri, 3 Mar 2006 09:43:06 +0000 (09:43 +0000)
committerBen Gras <ben@minix3.org>
Fri, 3 Mar 2006 09:43:06 +0000 (09:43 +0000)
commit7550304e19e16dc62f2ab8bb0be2e2685138046a
tree977b6f017d3bff516e8a1f806eef1307a21f273b
parent7475a433bbdfc9fcd4b187a4f3cd750477c2a777
Changes to support endpoints.
  . rename message field name macros from *PROC* to *ENDPT*,
    both to reflect the new meaning and to use it to hunt down where
    they are used
  . _PM_SEG_FLAG in fd replaces funny segment loading construction by
    PM in FS
  . _MAX_MAGIC_PROC is the highest used proc number, including magic
    constants such as (currently) ANY, NONE and SELF, used by the
    endpoint macros to make sure they are encoded properly and no valid
    endpoint number ever encodes to it.
  . rename proc_nr in address copy struct to proc_nr_e (endpoint)
include/minix/com.h
include/minix/endpoint.h
include/minix/syslib.h
include/minix/type.h
include/unistd.h