minix/servers
Ben Gras 5f497bcf22 - Introduce some macros for field names, so that endpt, pendpt,
addr and taddr don't have to be defined any more, so that <sys/mman.h>
    can be included for proper prototypes of munmap() and friends.
  - rename our GETPID to MINIX_GETPID to avoid a name conflict with
    other sources
  - PM needs its own munmap() and munmap_text() to avoid sending messages
    to VM at the startup phase. It *does* want to do that, but only
    after initialising. So they're called again with unmap_ok set to 1
    later.
  - getnuid(), getngid() implementation
2009-09-21 14:48:19 +00:00
..
ds Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
inet clever hack to avoid starting from 0 disabled because 2009-09-21 14:46:42 +00:00
init stingy stack. 2009-02-06 16:29:00 +00:00
is no more scheduling queue dumps (kernel will print this over serial); 2009-09-21 14:47:24 +00:00
mfs - No maximum block size any more. 2009-09-21 14:47:51 +00:00
pm - Introduce some macros for field names, so that endpt, pendpt, 2009-09-21 14:48:19 +00:00
rs - sys_privctl: don't mix message types 2009-09-06 12:37:13 +00:00
vfs VFS: fetch_name() buffer underflow (reported by John Peace, bug #305) 2009-08-29 08:22:50 +00:00
vm vm_assert macros fix up 2009-08-11 07:53:32 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00