minix/include/minix
Ben Gras 7550304e19 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)
2006-03-03 09:43:06 +00:00
..
bitmap.h New bit map manipulation header. 2005-06-20 14:29:09 +00:00
callnr.h Implementation of truncate(), ftruncate() and the F_FREESP fcntl(). 2006-01-11 17:14:51 +00:00
cdrom.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
com.h Changes to support endpoints. 2006-03-03 09:43:06 +00:00
config.h . new version of minix 2006-01-18 09:49:54 +00:00
const.h fixes to include major() and minor() in system header files (in a different 2006-01-27 13:57:18 +00:00
devio.h Added <minix/sys_config.h>. This file is intended to be included from 2005-08-29 13:52:08 +00:00
dl_eth.h Initial revision 2005-04-21 14:53:53 +00:00
dmap.h Initial root filesystem is now on a ramdisk that is part of the image. 2006-02-15 11:18:21 +00:00
endpoint.h Changes to support endpoints. 2006-03-03 09:43:06 +00:00
fslib.h Initial revision 2005-04-21 14:53:53 +00:00
ioctl.h Initial revision 2005-04-21 14:53:53 +00:00
ipc.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
jmp_buf.h Initial revision 2005-04-21 14:53:53 +00:00
keymap.h Initial revision 2005-04-21 14:53:53 +00:00
minlib.h Initial revision 2005-04-21 14:53:53 +00:00
partition.h Initial revision 2005-04-21 14:53:53 +00:00
paths.h Some misc portability-enhancing definitions. 2006-01-20 13:42:29 +00:00
queryparam.h Added paramvalue to the library. 2005-11-08 13:59:27 +00:00
sound.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
swap.h Initial revision 2005-04-21 14:53:53 +00:00
sys_config.h added reenter check to lock_dequeue() to avoid unlocking of interrupts 2006-02-10 16:53:51 +00:00
syslib.h Changes to support endpoints. 2006-03-03 09:43:06 +00:00
sysutil.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
type.h Changes to support endpoints. 2006-03-03 09:43:06 +00:00
u64.h Initial revision 2005-04-21 14:53:53 +00:00