NetBSD/sys
chs 6944ee458a in ufs_balloc_range(), don't rely on uvm_vnp_setsize() to invalidate
pages we've allocated past the real EOF when we fail to allocate a block.
we used to play games with the VM notion of the file size but we don't do
that anymore, so uvm_vnp_setsize() doesn't do what we want anymore.
call the pager flush op instead.
2000-12-03 03:57:24 +00:00
..
adosfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
arch Add some ELF stuff. (not tested) 2000-12-03 03:35:40 +00:00
coda Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
compat Initial cut of COMPAT_AOUT_M68K. 2000-12-02 20:40:03 +00:00
conf defopt COMPAT_AOUT_M68K 2000-12-02 20:43:08 +00:00
crypto
ddb Make sure values for a %llx are long long. 2000-11-28 21:44:34 +00:00
dev Remove lkc, add lkkbd/lkms. 2000-12-02 17:19:27 +00:00
filecorefs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
gdbscripts
ipkdb
isofs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
kern Add support for COMPAT_AOUT_M68K. 2000-12-02 20:44:09 +00:00
lib Don't try to load a.out header if there is no space for it before text. 2000-12-03 02:53:04 +00:00
lkm one less: lfs is now loadable as LKM 2000-11-30 16:01:44 +00:00
miscfs allow building without SOFTDEP by adding the pageiodone hook to bio_ops. 2000-11-27 18:26:38 +00:00
msdosfs Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
net Use DMA from mbuf instead of copy in transmit. 2000-11-20 12:12:18 +00:00
netatalk
netccitt
netinet IFA_STATS stability (not complete); don't touch ip if it is NULL. 2000-11-24 03:43:20 +00:00
netinet6 Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
netiso
netkey
netnatm
netns
nfs in nfs_open(), initialize the write creds if we're opening for writing. 2000-11-30 07:24:12 +00:00
ntfs Update for hashinit() change. 2000-11-08 14:28:12 +00:00
stand
sys remove obsolete comment on MINCLSIZE 2000-12-02 03:03:14 +00:00
ufs in ufs_balloc_range(), don't rely on uvm_vnp_setsize() to invalidate 2000-12-03 03:57:24 +00:00
uvm make sure that pages are on an paging queue before unlocking them. 2000-12-01 09:54:42 +00:00
Makefile