NetBSD/sys
thorpej c55795d055 Change fdalloc() to return ERESTART if we had to reallocate the
descriptor array, which may have blocked.  Change callers of
fdalloc() to restart whatever they\'re doing if this condition
happens.  (XXX unp_externalize() needs some work, but that will
be tackled later.)

Change finishdup() to close the descriptor in the `new\' slot if
one exists, and change sys_dup2() accordingly.

Closes a race condition when using kernel-assisted user threads.

While here, garbage-collect UF_MAPPED -- it is not used anywhere.
2001-06-06 17:00:00 +00:00
..
adosfs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
altq HZ -> hz 2001-06-05 05:12:18 +00:00
arch Bump splserial to 13 to support com port on Tadpole and JavaStations. 2001-06-06 13:45:18 +00:00
coda add a genfs_mmap() and change all of the disk-based filesystems 2001-05-28 02:50:51 +00:00
compat Regen; don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:18:10 +00:00
conf Add a driver for the Initio INIC-940/950 PCI SCSI controllers. 2001-06-03 13:43:45 +00:00
crypto correct binary key material handling. sync with kame 2001-05-27 01:40:16 +00:00
ddb Default to kernel_map if no addr is available. 2001-06-03 00:32:25 +00:00
dev implement HPCFB_SWAP_BYTE. 2001-06-05 17:29:12 +00:00
filecorefs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
gdbscripts
ipkdb
isofs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
kern Change fdalloc() to return ERESTART if we had to reallocate the 2001-06-06 17:00:00 +00:00
lib When MACHINE_ARCH is m68000, compile ffs.c and random.c 2001-05-16 03:30:39 +00:00
lkm build svr4_32_elf exec module. 2001-06-05 14:49:00 +00:00
miscfs let kernfs_mmap() use the default error method. 2001-06-03 02:23:31 +00:00
msdosfs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
net if_up() requires splsoftnet. sync with kame 2001-06-04 23:53:13 +00:00
netatalk Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netccitt use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
netinet Implement support for IP/TCP/UDP checksum offloading provided by 2001-06-02 16:17:09 +00:00
netinet6 fix a IPNOPRIVPORTS unused variable botch. noted by proff. 2001-06-06 06:07:06 +00:00
netisdn Demangle an #ifdef mess and make all ioctl routines take an u_long 2001-04-21 07:23:41 +00:00
netiso Silent gcc 3.0 warnings that multi-line string literals are deprecated (and 2001-06-02 17:29:46 +00:00
netkey avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors. 2001-06-04 21:38:28 +00:00
netnatm Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netns Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
netsmb Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
nfs It is misleading that the kernel outputs "DHCP server:" followed by 2001-06-02 01:52:10 +00:00
ntfs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
smbfs replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
stand
sys Change fdalloc() to return ERESTART if we had to reallocate the 2001-06-06 17:00:00 +00:00
ufs only include "fs_lfs.h" if _KERNEL_OPT. 2001-06-05 09:19:33 +00:00
uvm replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
Makefile