minix/lib
David van Moolenbroek 24ec0d73b5 Clean up interface to PM and VFS
- introduce new call numbers, names, and field aliases;
- initialize request messages to zero for all ABI calls;
- format callnr.h in the same way as com.h;
- redo call tables in both servers;
- remove param.h namespace pollution in the servers;
- make brk(2) go to VM directly, rather than through PM;
- remove obsolete BRK, UTIME, and WAIT calls;
- clean up path copying routine in VFS;
- move remaining system calls from libminlib to libc;
- correct some errno-related mistakes in libc routines.

Change-Id: I2d8ec5d061cd7e0b30c51ffd77aa72ebf84e2565
2014-03-01 09:05:01 +01:00
..
csu Removing CSU patches 2014-02-18 11:25:02 +01:00
libasyn
libaudiodriver Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
libbdev libbdev: be less noisy about clean driver restarts 2014-03-01 09:04:53 +01:00
libblockdriver libsys: various updates 2014-03-01 09:05:00 +01:00
libbz2
libc Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
libchardriver libsys: various updates 2014-03-01 09:05:00 +01:00
libclkconf
libcompat_minix
libcrypt
libcurses
libddekit Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
libdevman
libedit
libelf
libexec Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
libfetch
libform
libgpio
libhgfs Replaced add64, add64u and add64ul with operators. 2013-11-13 13:11:33 +00:00
libi2cdriver libsys: various updates 2014-03-01 09:05:00 +01:00
libinputdriver libsys: various updates 2014-03-01 09:05:00 +01:00
liblwip
libm
libmenu
libminc Add VND driver, providing loopback devices 2014-03-01 09:04:54 +01:00
libminixfs VM: readd support for forgetting cached FS blocks 2014-03-01 09:04:53 +01:00
libminlib Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
libmthread libmthread: do not dump stack for free threads 2014-02-18 11:25:03 +01:00
libnetdriver libsys: various updates 2014-03-01 09:05:00 +01:00
libnetsock Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
libprop
libpuffs Rename VFS_BASE to FS_BASE 2014-03-01 09:05:00 +01:00
librefuse
librmt
libsffs Rename VFS_BASE to FS_BASE 2014-03-01 09:05:00 +01:00
libsys Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
libterminfo
libtimers Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
libusb
libutil libutil: let opendisk(3) try /dev 2014-02-19 11:22:19 +01:00
libvassert
libvboxfs
libvirtio
libvtreefs Rename VFS_BASE to FS_BASE 2014-03-01 09:05:00 +01:00
libz
lua
Makefile Input infrastructure, INPUT server, PCKBD driver 2014-03-01 09:04:55 +01:00
Makefile.inc