NetBSD/sys
2002-09-23 05:03:03 +00:00
..
adosfs Fix biff in previous change. 2002-09-21 20:26:49 +00:00
altq pull only "opt_altq_enabled.h" in if_altq.h, and include altqconf.h 2002-09-22 20:09:15 +00:00
arch Belated commit of code to calculate the delay constant used by delay(). 2002-09-22 20:57:23 +00:00
coda MNT_GETARGS support 2002-09-21 18:10:34 +00:00
compat Put storage class first in "static const" declaration. 2002-09-23 05:03:03 +00:00
conf Bump version for the merge of gehenna-devsw. 2002-09-06 14:24:45 +00:00
crypto Modified to avoid compiler warnings. The specific warning related 2002-09-08 07:52:41 +00:00
ddb Another item on the TODO list: 2002-08-26 11:35:22 +00:00
dev don't print anything when attaching as part of a FAS. 2002-09-23 04:57:59 +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 Build a .gdbinit in the kernel build directory. The new .gdbinit 2002-09-01 23:04:47 +00:00
ipkdb
isofs MNT_GETARGS support 2002-09-21 18:10:34 +00:00
kern fp->f_count is unsigned, don't check if it's less than zero. 2002-09-23 04:19:16 +00:00
lib add strtoul.c, it's now used in MI code. 2002-09-21 17:45:16 +00:00
lkm make this compile. 2002-09-06 16:56:13 +00:00
miscfs MNT_GETARGS support 2002-09-21 18:08:27 +00:00
msdosfs MNT_GETARGS support 2002-09-21 18:10:34 +00:00
net uio_resid is a size_t (ie, unsigned), so don't check if it's less than 0. 2002-09-23 04:26:17 +00:00
netatalk
netccitt Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from 2002-07-03 21:39:40 +00:00
netinet Resync with official IPF 2002-09-19 08:12:43 +00:00
netinet6 Remove an extern declaration for the "pim6stat" variable; the only other 2002-09-23 04:56:58 +00:00
netisdn Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
netiso avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
netkey KNF - return is not a function. sync w/kame. 2002-09-11 02:46:42 +00:00
netnatm
netns avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
netsmb Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
nfs <sys/conf.h> and <sys/device.h> are not needed here 2002-09-22 19:35:22 +00:00
ntfs MNT_GETARGS support 2002-09-21 18:10:34 +00:00
stand
sys Separate the scheduler from the context switching code. 2002-09-22 05:36:48 +00:00
ufs don't need <sys/conf.h> here 2002-09-22 19:32:54 +00:00
uvm add a new flag VM_MAP_DYING, which is set before we start 2002-09-22 07:21:29 +00:00
Makefile