NetBSD/sys
darrenr d2c8da2c36 patch from Greg A. Woods to fix panic problems with code that attempts to
recover from failures to accept a socket successfully.  Problem suggested
by this:
> It would appear (from two "panic: closef: count < 0" failures in less
> than 12 hours) that Darren's fix to accept(2) for lost file descriptors
> isn't quite correct.  His fix inserts a call to closef() to handle one
> of several possible error conditions.  However everywhere else in the
> socket code in the same file where falloc() cleanup is necessary the
> function used is ffree().
1999-10-27 11:54:56 +00:00
..
adosfs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
arch Use the new ELF macros and structures from <sys/exec_elf.h> and not the 1999-10-27 11:54:53 +00:00
coda Update 00READ with porting instructions 1999-10-18 02:08:43 +00:00
compat Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
conf Up the size of the ifa_flags and ifa_refcnt from shorts to ints. Now will 1999-10-26 22:32:44 +00:00
ddb Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
dev Change cardbus API. The first argument of cardbus_mapreg_map() is 1999-10-27 10:04:41 +00:00
filecorefs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
gdbscripts
ipkdb Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
isofs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
kern patch from Greg A. Woods to fix panic problems with code that attempts to 1999-10-27 11:54:56 +00:00
lib Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
lkm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
miscfs Since we don't put layered device nodes in the spechash hash chains, 1999-10-25 23:34:31 +00:00
msdosfs Check if the type of device node isn't VBAD before touching v_specinfo. If 1999-10-20 14:32:09 +00:00
net Up the size of the ifa_flags and ifa_refcnt from shorts to ints. Now will 1999-10-26 22:32:44 +00:00
netatalk Make NETATALK over FDDI. 1999-09-21 22:18:51 +00:00
netccitt s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
netinet disable ipflow (IPv4 fast fowarding) when IPsec is configured into the kernel. 1999-10-26 09:53:17 +00:00
netinet6 consistent logging for icmp6 redirects 1999-10-01 10:16:16 +00:00
netiso Back out previous. I was getting bitten by a bug in make(1), which is 1999-07-12 18:15:09 +00:00
netkey allow any SPI value to be used, if well-known ipcomp CPI is used. 1999-09-07 07:41:45 +00:00
netnatm Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netns defopt the XNS protocol (options NS), clean up the use of related 1999-10-25 19:18:10 +00:00
nfs Fix bug in error handling for NFSv3 + nqnfs. 1999-10-10 02:44:55 +00:00
ntfs ntfs_lookup(): use cnp->cn_proc as the third parameter to VN_LOCK(), so that 1999-10-25 21:18:37 +00:00
stand
sys Add a few comments from <mips/elf.h>. 1999-10-27 09:21:35 +00:00
ufs Under degenerate access patterns (e.g. `bonnie' benchmark) lfs_check could 1999-10-21 16:53:43 +00:00
uvm Patch from chuq for uvm r/w map oscillation bug. 1999-10-24 16:29:23 +00:00
vm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
Makefile IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00