minix/lib/libc
David van Moolenbroek 44d3230e40 For common calls, give servers unique call numbers
The getsysinfo(2), getrusage(2), and svrctl(2) calls used the same
call number to different services. Since we want to give each service
its own call number ranges, this is no longer tenable. This patch
introduces per-service call numbers for these calls.

Note that the remainder of the COMMON_ range is left intact, as these
the remaining requests in it are processed by SEF and thus server-
agnostic. The range should really be prefixed with SEF_ now.

Change-Id: I80d728bbeb98227359c525494c433965b40fefc3
2014-03-01 09:05:00 +01:00
..
arch libc: make MINIX assembly code position-independent 2013-08-09 11:09:51 +02:00
atomic Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
cdb Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
citrus VFS: add ability to open files O_CLOEXEC 2013-02-28 10:08:53 +00:00
compat Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
compat-43 Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
db libc: revert inadvertent removal of O_CLOEXEC #ifndefs 2013-07-12 18:39:12 +02:00
dlfcn Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
gdtoa Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
gen PM: remove obsolete ALARM, PAUSE, TIMES calls 2014-03-01 09:04:59 +01:00
gmon Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
hash Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
iconv Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
include Implement support for [f]statvfs1(2) 2014-02-18 11:25:02 +01:00
inet Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
isc Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
locale Fixing cross build i386 on minix 2013-01-23 21:03:38 +01:00
md Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
minix Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
misc Fix signal handling for services on abort/exit 2013-03-07 13:11:31 +01:00
nameser Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
net struct uucred 2014-02-18 11:25:01 +01:00
nls Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
pkgconfig Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
quad Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
regex Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
resolv Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
rpc Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
softfloat a few DBG=-g build fixes, both arches 2013-06-16 15:27:41 +02:00
ssp Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
stdio VFS: add ability to open files O_CLOEXEC 2013-02-28 10:08:53 +00:00
stdlib Fix signal handling for services on abort/exit 2013-03-07 13:11:31 +01:00
string Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
sys Implement support for [f]statvfs1(2) 2014-02-18 11:25:02 +01:00
sys-minix For common calls, give servers unique call numbers 2014-03-01 09:05:00 +01:00
termios Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
thread-stub Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
time Fixing cross build i386 on minix 2013-01-23 21:03:38 +01:00
tls Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
uuid Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
yp Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
libcincludes.mk Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
Makefile LLVM bitcode for almost the whole source tree 2013-06-18 10:49:53 +02:00
Makefile.inc a bit more -Werror compatability 2013-08-20 11:37:40 +02:00
shlib_version Libraries updates and cleanup 2013-01-14 11:36:26 +01:00