minix/lib/libc
Ben Gras d477a9ed82 vm/ipc: only report signals when it matters to ipc
. ipc wants to know about processes that get
	  signals, so that it can break blocking ipc operations
	. doing it for every single signal is wasteful
	  and causes the annoying 'no slot for signals' message
	. this fix tells vm on a per-process basis it (ipc)
	  wants to be notified, i.e. only when it does any ipc calls
	. move ipc config to separate config file while we're at it
2011-08-05 20:52:32 +00:00
..
ack Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
ansi rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
arch/i386 introduce option to time assert()s 2011-06-24 16:00:42 +02:00
asyn Use endpoint_t for the destination of mini_send and _syscall, and the 2010-06-02 21:51:32 +00:00
db Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
gnu Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
ip <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
math some extra math functions from netbsd for netpbm. 2011-01-30 23:40:51 +00:00
other vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
posix rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
regex fix many clang warnings in lib/ 2011-06-23 19:25:36 +02:00
stdio <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
stdtime fix many clang warnings in lib/ 2011-06-23 19:25:36 +02:00
syscall rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
sysvipc Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
wchar Add some support for wchar_t. 2010-04-19 15:20:24 +00:00
Makefile For GCC/clang, don't build in ACK int64 routines 2010-11-19 12:36:44 +00:00
Makefile.inc Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00