NetBSD/sys
chs 7ebc99879b don't set PG_RDONLY on the lower layer's pages,
the lower layer needs to have control over that flag.
that didn't solve the whole problem that it was trying to solve anyway.
(the issue is that if we have create mappings to the lower layer,
we need to get rid of those when we copy the file to the upper layer.)
we'll have to figure out some other way to handle this.
2001-07-04 21:38:00 +00:00
..
adosfs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
altq HZ -> hz 2001-06-05 05:12:18 +00:00
arch #ifdef notyet power on/off sequence code. it doesn't work. 2001-07-04 18:08:01 +00:00
coda add coda_{get,put}pages so that mmap works. 2001-07-03 06:46:52 +00:00
compat Regen - modify to use linux_* wrappers for syscalls passing/fetching sockaddr 2001-07-04 10:26:28 +00:00
conf add MEMORY_DISK_DYNAMIC option. if enable MEMORY_DISK_DYNAMIC, file 2001-07-02 17:17:23 +00:00
crypto properl y check DES weak key. KAME PR 363 2001-07-03 14:29:45 +00:00
ddb allow one to #define DB_MAX_LINE and DB_MAX_WIDTH independantly. 2001-07-01 12:16:25 +00:00
dev Fix typo in comment. 2001-07-04 20:34:03 +00:00
filecorefs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
gdbscripts
ipkdb
isofs use _KERNEL_OPT 2001-05-30 11:40:35 +00:00
kern remove a #ifdef __OpenBSD__ segment. 2001-07-03 08:06:40 +00:00
lib Sync with libc: use bzero-based assembly version of memset(). 2001-07-01 11:55:36 +00:00
lkm Add -DINET6 to CPPFLAGS, so that the check for pre-RFC2553 sockaddr_in6 2001-07-04 10:29:16 +00:00
miscfs don't set PG_RDONLY on the lower layer's pages, 2001-07-04 21:38:00 +00:00
msdosfs retrieve, not retreive 2001-06-12 14:59:27 +00:00
net Rename an IFM_1000_TX occurrence missed in previous. 2001-06-30 21:23:39 +00:00
netatalk
netccitt Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netinet better support for multiple IPv4 addresses on a single interface. 2001-07-04 02:29:58 +00:00
netinet6 call in{,6}_pcbpurgeif0() before in{,6}_purgeif(). 2001-07-03 08:06:19 +00:00
netisdn change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
netiso Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netkey avoid assigning to policy_id twice. fixes more gcc 3.0 prerelease errors. 2001-06-04 21:38:28 +00:00
netnatm
netns Sprinkle couple of cosmetic changes - use 'extern' in headers, make 2001-06-19 07:37:16 +00:00
netsmb `response', not `responce' 2001-06-19 13:45:52 +00:00
nfs Introduce NFS_DEFAULT_NIOTHREADS to define the default number 2001-07-01 02:13:35 +00:00
ntfs two more 2001-06-26 09:36:40 +00:00
smbfs replace vm_page_t with struct vm_page *. 2001-05-26 21:27:10 +00:00
stand
sys #include <sys/select> implicitly in !_KERNEL case 2001-07-02 20:54:26 +00:00
ufs in ext2fs_balloc_range(), clear PG_RDONLY on pages which now have backing store. 2001-07-04 21:16:01 +00:00
uvm Rather than using u_shorts, use u_ints and bitfields in the vm_page. This 2001-06-28 00:26:38 +00:00
Makefile