NetBSD/sys
dyoung 0e4587ae92 Bug fix: reset saw_bss when we start iterating over a new interface's
nodes, so that we list every interface's ic_bss node, instead of
listing only the first interface's.
2005-07-10 08:11:40 +00:00
..
altq add a missing const. 2005-06-06 02:49:15 +00:00
arch Turn on dhcp support. 2005-07-10 06:40:35 +00:00
coda Add attach call so coda gets added to list of vfs supported by the kernel. 2005-07-02 07:05:27 +00:00
compat define syscall again. 2005-07-10 04:23:30 +00:00
conf Move VFS extended attribute support to its own file. 2005-07-09 01:05:23 +00:00
contrib Our bus_space_{read,write}_4 routines convert from host to bus 2005-07-04 05:35:09 +00:00
crypto Constify, to make it compile (at least). 2005-06-03 11:31:57 +00:00
ddb make the argument of db_write_bytes const (sorry for the signature change) 2005-06-01 15:57:23 +00:00
dev make the isdn drivers compile again with -Wconst, -Wshadow 2005-07-09 02:05:09 +00:00
dist Small correction to skd's patch from darren. 2005-07-10 05:49:38 +00:00
fs - constify genfs_ops. 2005-06-28 09:30:37 +00:00
gdbscripts nuke trailing whitespace 2005-02-26 22:58:54 +00:00
ipkdb nuke trailing whitespace 2005-02-26 22:58:54 +00:00
kern define syscall here. 2005-07-10 04:20:34 +00:00
lib Don't use a static buffer in SHA1Transform() because it might cause 2005-06-30 13:08:46 +00:00
lkm enable the vnd LKM. i meant to do this when this LKM first appeared. 2005-06-26 05:36:57 +00:00
miscfs - constify genfs_ops. 2005-06-28 09:30:37 +00:00
net - Rearranged layout of struct bridge_iflist slightly to 2005-06-28 20:09:44 +00:00
net80211 Bug fix: reset saw_bss when we start iterating over a new interface's 2005-07-10 08:11:40 +00:00
netatalk sprinkle const. 2005-05-29 21:52:30 +00:00
netccitt Sprinkle const. 2005-05-29 21:53:52 +00:00
netinet Move ipl.h into the ipfilter block, which is the right place. 2005-07-09 14:15:11 +00:00
netinet6 Defopt IPSEC_NAT_T. 2005-07-07 16:00:56 +00:00
netipsec Change the rest of the sysctl subsystem to use const consistently. 2005-06-20 02:49:18 +00:00
netisdn Rename a shadowed variable 2005-06-13 20:34:16 +00:00
netiso - use memcpy instead of bcopy. 2005-05-31 01:37:06 +00:00
netkey Defopt IPSEC_NAT_T. 2005-07-07 19:34:51 +00:00
netnatm nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netns nuke trailing whitespace 2005-02-26 22:31:44 +00:00
netsmb PR/30303: Dave Huang: It is ok to unlock an unlocked file. 2005-06-28 03:24:32 +00:00
nfs Back to using curproc in the VLNK case when uiop->uio_procp == NULL, 2005-07-07 14:26:37 +00:00
opencrypto Sprinkle const. 2005-05-29 21:23:17 +00:00
stand
sys Remove sparc from the delinquent ports. The standard culprits are still 2005-07-10 04:35:38 +00:00
ufs Defflag UFS_DIRHASH. 2005-07-10 01:08:52 +00:00
uvm Clean up the cpp macro used to say "we're compiling this specific C file". 2005-06-28 05:25:42 +00:00
Makefile