minix/servers
Ben Gras cbfa0f4fb8 Change select() so that only as many words as necessary for the 'nfds'
argument from the fd bitmasks are copied from and back to userspace. This
solves an ABI dependency on OPEN_MAX. If nfds is too big for the current
OPEN_MAX, select() fails (but that's relatively easy to fix by 'just'
recompiling the system and not the application binaries), but if it's
smaller, binaries keep working.
2006-10-04 13:28:38 +00:00
..
ds . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
fs Change select() so that only as many words as necessary for the 'nfds' 2006-10-04 13:28:38 +00:00
inet Do not abort/panic when an ethernet driver does something unexpected. 2006-08-28 12:59:36 +00:00
init Init need more space (the results of removing the special case for init in 2006-05-11 15:00:46 +00:00
is . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
pm Introduced unprivileged getsysinfo variant, to retrieve harmless data 2006-07-27 16:23:01 +00:00
rs Added 'service run' to run a service without restart. 2006-08-15 15:54:51 +00:00
sm *** empty log message *** 2005-08-23 11:31:32 +00:00
Makefile Updated makefile for DS server. 2005-10-20 20:32:40 +00:00