des f270054cd3 New file descriptor allocation code, derived from similar code introduced
in OpenBSD by Niels Provos.  The patch introduces a bitmap of allocated
file descriptors which is used to locate available descriptors when a new
one is needed.  It also moves the task of growing the file descriptor table
out of fdalloc(), reducing complexity in both fdalloc() and do_dup().

Debts of gratitude are owed to tjr@ (who provided the original patch on
which this work is based), grog@ (for the gdb(4) man page) and rwatson@
(for assistance with pxeboot(8)).
2004-01-15 10:15:04 +00:00
..
2004-01-10 18:34:01 +00:00
2003-11-13 10:03:58 +00:00
2004-01-10 18:34:01 +00:00
2003-12-17 21:13:04 +00:00
2003-12-25 01:17:27 +00:00
2004-01-05 23:40:46 +00:00