NetBSD/sys
bouyer 181bca1deb Fix problem pointed out by YAMAMOTO Takashi:
In theory mbufs can have an infinite life time and could block the transmit
ring (as slots are released when the mbuf external storage is freed). To
avoid this, when we're processing the last slot of the ring copy the buffer
and release the slot immediatly.
2005-10-03 22:15:44 +00:00
..
altq
arch Fix problem pointed out by YAMAMOTO Takashi: 2005-10-03 22:15:44 +00:00
coda Apply the NFS exports list rototill patch: 2005-09-23 12:10:31 +00:00
compat Fix COMPAT_DARWIN build. This closes PR#31336 2005-10-03 17:11:25 +00:00
conf Add gpio files and majors. 2005-09-27 02:41:10 +00:00
contrib The entity passed to the HAL as a HAL_BUS_HANDLE needs to be an integral 2005-09-13 05:50:29 +00:00
crypto RMD160_DIGEST_STRING_LENGTH is 41, including the terminating NUL. 2005-09-24 21:31:53 +00:00
ddb
dev Build mach64_get_mode only on SPARC and PowerPC to shut up a compiler warning. 2005-10-03 11:22:06 +00:00
dist
fs Follow symlinks during lookup (i.e., don't stop too early) so that symlinks 2005-10-03 19:36:42 +00:00
gdbscripts
ipkdb
kern fix a bug pointed out by der mouse on tech-kern: in F_GETOWN, use a 2005-10-03 02:06:00 +00:00
lib put mcount.c in the normal object list, so that "make depend" works. 2005-10-02 15:34:17 +00:00
lkm Revert previous accidental removal of -DINET6 2005-09-06 23:27:33 +00:00
miscfs Add "cwd" and "root" symlinks to each process's directory. The cwd 2005-10-01 03:17:37 +00:00
net It is now ``later''. Follow cgd's 1993 wish and move struct osockaddr 2005-09-24 15:52:03 +00:00
net80211 Cosmetic: fix indentation. 2005-09-25 00:04:01 +00:00
netatalk PR/31051: Kousaku Nakahara: can't find the device from Macintosh through 2005-08-24 06:06:51 +00:00
netccitt
netinet - Close NULL dereference when a GIFALIAS is performed on 2005-09-28 17:56:27 +00:00
netinet6 change bcopy to memmove since this was supposed to be an ovbcopy (from kre) 2005-09-23 21:21:58 +00:00
netipsec - introduce M_MOVE_PKTHDR and use it where appropriate. 2005-08-18 00:30:58 +00:00
netisdn
netiso
netkey Make sure that the port numbers are set to 0 in SAD and SPD when NAT-T 2005-10-03 13:14:38 +00:00
netnatm
netns Implement the net.ns.spp sysctl subtree with only two children: 2005-09-06 02:52:38 +00:00
netsmb
nfs use killproc() for killing the process due to text file modification, so 2005-10-01 21:09:03 +00:00
opencrypto No change. Forced commit to record commit message for previous revision, viz: 2005-08-22 23:11:47 +00:00
stand
sys avoid calling into the pool code while holding sched_lock 2005-10-02 17:51:27 +00:00
ufs introduce "ufs_ops" and use it for ITIMES. 2005-09-27 06:48:55 +00:00
uvm add a file which i forgot when reviving VMSWAP option. 2005-09-21 10:21:46 +00:00
Makefile Install sha2.h to /usr/include/crypto. 2005-08-20 15:42:03 +00:00