NetBSD/sys
mrg db3051d720 fix problems in many d_mmap routines:
- returned EOPNOTSUPP rather than -1.
	- no check for negative offset.
many of these fix potential security problems in these drivers.


XXX XXX XXX
the d_mmap cdev routine should be changed to have a prototype like:
	paddr_t (*d_mmap) __P((dev_t, off_t, int));

by someone!
1998-11-19 15:38:20 +00:00
..
adosfs Use the pool allocator and the "nointr" pool page allocator for adosfs nodes. 1998-09-01 03:33:26 +00:00
arch fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
coda Various trivial LP64 tweaks to squelch some compiler warnings. 1998-11-18 03:09:20 +00:00
compat fix typo: nativ_to_hpux_errno -> native_to_hpux_errno. 1998-11-09 15:35:16 +00:00
conf Bump version to 1.3I (config_detach(), config_{,de}activate()). 1998-11-17 21:27:27 +00:00
ddb Add options DDB_FROMCONSOLE and sysctl ddb.fromconsole, analagous to 1998-10-29 21:22:32 +00:00
dev fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
filecorefs Pay attention to the share_size field in the filecore boot block in 1998-10-29 23:18:57 +00:00
gdbscripts
ipkdb Garbage-collect ``needs-flag'' from attributes ether, fddi, arc: 1998-07-05 22:29:51 +00:00
isofs Check permissions on device to be mounted. 1998-09-05 04:34:47 +00:00
kern Implement vdevgone(), to revoke all vnodes corresponding to the specified 1998-11-18 20:24:59 +00:00
lib Make "src/sys/arch/i386/stand" compile again. 1998-11-03 22:00:37 +00:00
lkm don't need our own lkmenodev anymore... 1998-11-17 01:46:10 +00:00
miscfs Use the so_send and so_receive funcptrs in the socket instead of calling 1998-10-31 01:18:41 +00:00
msdosfs Set the tooffset after renaming even if in root directory. 1998-09-21 15:17:42 +00:00
net Increase compiled-in default bpf buffer size from 4096 to 8192. 1998-11-05 22:50:15 +00:00
netatalk Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common. 1998-10-13 02:34:31 +00:00
netccitt Fix copyright mess: 1998-09-13 16:21:16 +00:00
netinet if INADDR_ANY is given in in_pcbconnect(), choose the ia_addr of the first 1998-11-16 05:47:19 +00:00
netiso vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
netnatm defopt DDB. 1998-07-04 22:18:13 +00:00
netns vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
nfs Clean up the NFS sysctl variables. 1998-11-13 20:09:54 +00:00
stand vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
sys Implement vdevgone(), to revoke all vnodes corresponding to the specified 1998-11-18 20:24:59 +00:00
ufs defopt FFS_EI 1998-11-12 19:51:10 +00:00
uvm check the return value of d_mmap before pmap_phys_address() gets hold of it. 1998-11-19 05:23:26 +00:00
vm comment how a diag test is possible broken. 1998-11-19 05:23:46 +00:00
Makefile need "compat" dir to get emulation headers installed (for kdump) 1998-10-02 20:20:29 +00:00