NetBSD/sys
scw 2f42a5932e Implement just enough of an lseek() to keep loadfile_elf32() happy.
While I'm here, bump RAWFS_BSIZE up to 8192 since the installation
instructions use "bs=8k oconv=sync". My Archive Viper now streams
nicely while booting.
2001-11-09 18:25:11 +00:00
..
adosfs
altq avoid divide-by-zero when the specified bandwidth is less than 8bps. 2001-10-26 04:59:18 +00:00
arch Implement just enough of an lseek() to keep loadfile_elf32() happy. 2001-11-09 18:25:11 +00:00
coda
compat - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
conf add RCSID 2001-11-08 05:59:31 +00:00
crypto
ddb Remove unneeded declarations of the db_machine_init() function. The 2001-11-09 06:52:23 +00:00
dev Fix a bug in xfer abort processing when the HC executes ahead of what 2001-11-09 15:01:57 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Fix a memory leak when we change pl_corename several times. 2001-11-08 21:24:47 +00:00
lib Make the ELF loadfile routines byte-order independent when used in 2001-10-31 21:24:09 +00:00
lkm Restructure to the lkm/compat/Makefile way - the tested & installed 2001-11-01 19:32:53 +00:00
miscfs Wrap long line and remove name of argument from function prototype. 2001-11-07 04:56:09 +00:00
msdosfs Remove some variables that are set but never used. 2001-11-06 07:18:14 +00:00
net Sync with IANA. This finally gets us IFT_ECONET. 2001-11-07 12:14:17 +00:00
netatalk
netccitt
netinet do not grab packet to joined multicast group, when ip6_dst and in6p_laddr 2001-11-07 06:30:50 +00:00
netinet6 check offset overrun in ip6_nexthdr. 2001-11-02 08:05:48 +00:00
netisdn
netiso Eliminate local extern declartion for inetctlerrmap 2001-11-04 20:52:39 +00:00
netkey Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> 2001-10-29 07:02:30 +00:00
netnatm
netns
netsmb
nfs Diagnostic panics should be enabled when DIAGNOSTIC is defined, not undefined. 2001-11-07 20:04:52 +00:00
ntfs Remove a variable that is set but never used. 2001-11-06 07:15:34 +00:00
smbfs
stand
sys use pmap_kenter_pa() instead of pmap_enter(), this is required for 2001-11-06 07:30:14 +00:00
ufs the previous fix (in rev. 1.26) for hangs when the filesystem is full 2001-11-08 05:27:25 +00:00
uvm only acquire the lock for swpgonly if we actually need to adjust it. 2001-11-07 14:07:23 +00:00
Makefile