.. |
adosfs
|
move include of header only needed for kernel down inside ifdef _KENREL.
|
2001-09-15 22:44:09 +00:00 |
altq
|
Spell 'occurred' with two 'r's.
|
2001-09-16 16:34:23 +00:00 |
arch
|
GCC 2.95 generates significantly larger code with -O2 than our old compiler did; this can cause the second-stage bootblock to exceed the number of blocks that fit in the list in the first-stage bootblock. I thought we used to explicitly set -Os in here; anyway, with this change, we do now!
|
2001-09-23 23:43:29 +00:00 |
coda
|
add a new VFS op, vfs_reinit, which is called when desiredvnodes is
|
2001-09-15 16:12:54 +00:00 |
compat
|
pull <sys/exec.h> to get setregs prototype.
|
2001-09-23 19:32:10 +00:00 |
conf
|
Move IEEE 802.11 MAC management functions from awi driver to
|
2001-09-18 09:09:57 +00:00 |
crypto
|
…
|
|
ddb
|
use a for loop instead of goto.
|
2001-09-15 18:20:53 +00:00 |
dev
|
Implement two major items:
|
2001-09-22 17:22:25 +00:00 |
filecorefs
|
check early for reads beyond EOF.
|
2001-09-22 22:44:08 +00:00 |
gdbscripts
|
…
|
|
ipkdb
|
…
|
|
isofs
|
use fifo_putpages
|
2001-09-22 22:49:32 +00:00 |
kern
|
Deal with invokers who pass us environment variable settings as part
|
2001-09-24 00:20:11 +00:00 |
lib
|
Make new gas happy. Use movzbl instead of xorl + movb.
|
2001-09-21 14:14:30 +00:00 |
lkm
|
g/c obsolete comment
|
2001-09-18 20:18:20 +00:00 |
miscfs
|
change spec_{read,write}() to specify the device blkno in units of DEV_BSIZE
|
2001-09-23 04:39:25 +00:00 |
msdosfs
|
typo in previous.
|
2001-09-22 22:20:00 +00:00 |
net
|
Move IBSS creation stuff from awi to ieee80211.
|
2001-09-20 13:54:43 +00:00 |
netatalk
|
…
|
|
netccitt
|
…
|
|
netinet
|
Split the pre-computed ifnet checksum flags into Tx and Rx directions.
|
2001-09-17 17:26:59 +00:00 |
netinet6
|
Spell 'occurred' with two 'r's.
|
2001-09-16 16:34:23 +00:00 |
netisdn
|
Spell 'occurred' with two 'r's.
|
2001-09-16 16:34:23 +00:00 |
netiso
|
Spell 'occurred' with two 'r's.
|
2001-09-16 16:34:23 +00:00 |
netkey
|
Spell 'occurred' with two 'r's.
|
2001-09-16 16:34:23 +00:00 |
netnatm
|
…
|
|
netns
|
Spell 'occurred' with two 'r's.
|
2001-09-16 16:34:23 +00:00 |
netsmb
|
Spell 'occurred' with two 'r's.
|
2001-09-16 16:34:23 +00:00 |
nfs
|
remove SAVESTART from the symlink, mknod and create operations.
|
2001-09-23 01:37:03 +00:00 |
ntfs
|
add a new VFS op, vfs_reinit, which is called when desiredvnodes is
|
2001-09-15 16:12:54 +00:00 |
smbfs
|
…
|
|
stand
|
…
|
|
sys
|
Add cdev__ocm_init() helper.
|
2001-09-18 19:55:06 +00:00 |
ufs
|
when creating a symlink, set the vnode's copy of the size also.
|
2001-09-23 05:28:23 +00:00 |
uvm
|
bump the rusage counter for "swaps" when we swap out a process.
|
2001-09-23 07:10:08 +00:00 |
Makefile
|
Skip the "includes" phase of src/sys/lkm.
|
2001-09-21 20:53:36 +00:00 |