NetBSD/sys
simonb ce9de06a5d In tcp_input():
Remove the set-but-not-used "proto" variable.
 Guard the "ostate" variable in #ifdef TCP_DEBUG.
Remove the set-but-not-used "parentinpcb" variable in syn_cache_get().
2002-10-22 03:07:06 +00:00
..
adosfs Fix biff in previous change. 2002-09-21 20:26:49 +00:00
altq replace cpu_tsc_freq with curcpu()->ci_tsc_freq 2002-10-09 07:28:57 +00:00
arch Pull down rev 1.7.2.1 [must be careful which branch I commit to!]: 2002-10-21 18:09:18 +00:00
coda remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
compat Implement MAP_LOCAL option to mmap, which enable the mapping of regions 2002-10-14 21:14:23 +00:00
conf Add option NEW_BUFQ_STRATEGY, a new buffer queue strategy for better 2002-10-18 14:31:10 +00:00
crypto * Move config defns for the crypto algorithms into their own files. 2002-10-11 01:52:04 +00:00
ddb
dev In pcic_chip_socket_enable() we need to set "reg" ifdef PCICDEBUG as 2002-10-22 02:12:42 +00:00
filecorefs Fix biff in previous change. 2002-09-21 20:26:49 +00:00
fs MNT_GETARGS support 2002-09-21 18:10:34 +00:00
gdbscripts
ipkdb Don't record option-dependencies here, since none of these options 2002-10-11 00:50:30 +00:00
isofs MNT_GETARGS support 2002-09-21 18:10:34 +00:00
kern Move pid allocation to the bottom of the process allocation, so that we 2002-10-21 17:37:53 +00:00
lib Sync with libc/quad: 2002-10-20 10:17:14 +00:00
lkm Adjust callers to setgate() to match new prototype. 2002-10-06 10:40:04 +00:00
miscfs Use B_ASYNC in the !PGO_SYNCIO case. Gets back most, if not all, NFS 2002-10-21 15:21:35 +00:00
msdosfs remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
net Do not start active scan for WI_RID_SCAN_APS request on HostAP, just return 2002-10-16 11:29:30 +00:00
netatalk Move netatalk config defns to netatalk/files.netatalk. 2002-10-10 22:10:52 +00:00
netccitt Move netccitt config defns to netccitt/files.netccitt. 2002-10-10 22:17:59 +00:00
netinet In tcp_input(): 2002-10-22 03:07:06 +00:00
netinet6 do not differentiate manually configured address from autoconfigured ones 2002-10-17 00:07:44 +00:00
netisdn remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
netiso Move netiso config defns to netiso/files.netiso. 2002-10-10 22:56:03 +00:00
netkey warn about the arc4 generator if no NRND, but still use it 2002-10-07 00:40:15 +00:00
netnatm Move netnatm config defns to netnatm/files.netnatm. 2002-10-10 22:58:49 +00:00
netns Move netns config defns to netns/files.netns. 2002-10-10 23:04:33 +00:00
netsmb sanity changes for NetBSD: 2002-10-11 21:35:42 +00:00
nfs "nmp" in nfs_lookup() is set but not used, remove it. 2002-10-22 02:19:57 +00:00
ntfs remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
stand
sys x68k needs config_cfdriver_lookup() to initialize its console. 2002-10-20 02:26:59 +00:00
ufs make sure to update the vnode's size even if uiomove failed. 2002-10-18 01:05:52 +00:00
uvm Add an implementation of forward merging of new map entries. Most new 2002-10-18 13:18:42 +00:00
Makefile