NetBSD/sys
christos da17295d91 Calling shmdt(2) before calling shmat(2) would crash the system because
p->p_vmspace->vm_shm would be NULL. Protected the rest of the cases where
that might happen too. This was the reason why sunxdoom would panic the
system in SVR4 emulation.
1996-09-01 22:53:06 +00:00
..
adosfs Fixed pr#2681 1996-08-10 07:28:49 +00:00
arch Wrap the default definition of `S' in `.ifndef'. 1996-08-31 21:40:47 +00:00
compat regen syscall tables 1996-08-30 23:08:21 +00:00
conf Add generic bha and uha code. 1996-08-31 20:27:55 +00:00
ddb change more __kprintf__ format attributes to use __kprintf_attribute__, 1996-04-04 05:13:50 +00:00
dev Add mmap method for audio devices. 1996-09-01 21:33:43 +00:00
isofs/cd9660 Allow newer IEEE version of Rock Ridge CDs 1996-07-12 13:15:29 +00:00
kern Calling shmdt(2) before calling shmat(2) would crash the system because 1996-09-01 22:53:06 +00:00
lib RCS id police. 1996-08-30 17:43:56 +00:00
lkm add compat svr4 and sunos modules. the sunos module will not work 1996-08-28 06:17:23 +00:00
miscfs use VATTR_NULL macro. 1996-06-14 09:27:23 +00:00
msdosfs sys/dir.h -> sys/dirent.h 1996-08-10 08:48:24 +00:00
net use sc_unit instead of pointer arthimetic. 1996-08-09 08:34:00 +00:00
netccitt Mostly minor changes. 1996-05-23 23:35:22 +00:00
netinet Fix some DIAGNOSTIC printf() formats; ntohl() provides a 32-bit quantity, 1996-08-14 03:46:44 +00:00
netiso avoid unnecessary checks of m_get/MGET/etc.'s return values. When 1996-06-14 22:21:12 +00:00
netnatm sbappend() -> sbappendrecord(); fixes SNAP encapsulation on NATM sockets. 1996-08-27 21:45:21 +00:00
netns Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and 1996-05-22 13:54:55 +00:00
nfs Another %lx -> %x for ntohl() 1996-08-14 03:47:42 +00:00
scsi (1) add a 'channel' field to scsi_link. 1996-08-28 18:47:51 +00:00
stand
sys Add mmap method for audio devices. 1996-09-01 21:32:24 +00:00
ufs Change VOP_UPDATE() semantics: 1996-05-11 18:26:27 +00:00
vm allow kmem_malloc to return NULL if canwait is set and there's no map space 1996-06-13 16:52:06 +00:00
Makefile