NetBSD/sys
cgd ceb9be409e figure out which space we're using in i386_memio_{map,alloc,unmap} by
doing 'if (tag == ...) else if (tag == ...) else panic' rather than
by doing a switch.  This makes life easier for people who need
the i386 bus_space_* functions to access spaces other than the normal
memory and I/O spaces, because it allows them to define an i386
bus_space_tag_t as a pointer to a function table, rather than just
an int.  (They could define it as an int and cast it to a funtion
table pointer, but I think that's bad karma, and this change doesn't
hurt.)
1997-07-10 04:07:00 +00:00
..
adosfs Fix a masking botch from last commit; make this more intuitive. 1997-07-08 09:11:29 +00:00
arch figure out which space we're using in i386_memio_{map,alloc,unmap} by 1997-07-10 04:07:00 +00:00
compat regen. 1997-06-27 05:36:07 +00:00
conf Move kern_lock.c to kern/ 1997-07-06 12:40:30 +00:00
ddb Add support for Elf symbol tables to DDB, written from scratch by me. 1997-07-01 18:36:36 +00:00
dev fix mixer goof on GUS max 1997-07-09 03:03:21 +00:00
gdbscripts
ipkdb RCS ID police. 1997-06-26 07:21:44 +00:00
isofs/cd9660 mark prototypes for static inline functions as possibly unused (with 1997-07-07 22:45:34 +00:00
kern Check `b_dev' field in bdwrite() before using it as an index into bdevsw[]. 1997-07-08 22:03:30 +00:00
lib mark prototypes for static inline functions as possibly unused (with 1997-07-07 22:45:34 +00:00
lkm New adosfs lkm, which will only be build on the Amiga. 1997-07-08 16:46:24 +00:00
miscfs Since there is a "%qx" printf format, don't truncate to long for 1997-07-04 19:22:48 +00:00
msdosfs Return EPERM for an attempt to remove a directory with VOP_REMOVE. 1997-06-30 20:20:31 +00:00
net Provide better filter validation. PR 3366. 1997-07-07 18:18:28 +00:00
netatalk
netccitt
netinet put back IPFILTER_DEFAULT_BLOCK, as documented in options(4). 1997-07-08 05:54:02 +00:00
netiso
netnatm
netns
nfs Do locking around nfsnode hashing (perhaps even right this time!) 1997-07-07 23:34:55 +00:00
scsi mark prototypes for static inline functions as possibly unused (with 1997-07-07 22:45:34 +00:00
stand
sys Correct prototype for __errno(). 1997-07-08 20:23:42 +00:00
ufs Get locking around inode hashing right. 1997-07-07 23:37:36 +00:00
vm XXX - some userland code includes this, needing <sys/time.h>, so 1997-07-07 10:57:34 +00:00
Makefile Install isofs headers too. 1997-06-26 19:27:40 +00:00