NetBSD/sys
leo 891ce379fd Make the msdosfs driver understand Atari-gemdos filesystems. Although they
have much in common, there are some differences in the bpb/bootsector that
needed to be handled in the mounting code. The gemdos bpb/bootsector structs
are included for clarification.
1995-07-24 06:36:23 +00:00
..
adosfs don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN 1995-06-18 14:45:14 +00:00
arch Change and fix the way of keyboard mapping. Each virtual console has it's 1995-07-24 05:56:06 +00:00
compat mkdir() has 2 arguments.. fixes PR 1248 (from Brad Spencer) 1995-07-24 06:35:28 +00:00
conf GUS audio driver from John Kohl. 1995-07-19 19:58:09 +00:00
ddb Avoid printing values as "end+0x...." 1995-05-24 20:21:00 +00:00
dev fix function prototypes, usages, to match what the code actually does 1995-07-24 05:54:52 +00:00
isofs/cd9660 replace an incorrect remque. 1995-06-28 05:10:45 +00:00
kern Don't toss out tty stop signals if we're being traced. 1995-07-24 03:18:42 +00:00
lib Removed libc_sa, libnetboot 1995-07-10 23:14:46 +00:00
miscfs Indirect off the right vnode when looking up the struct union_mount in 1995-07-13 13:19:18 +00:00
msdosfs Make the msdosfs driver understand Atari-gemdos filesystems. Although they 1995-07-24 06:36:23 +00:00
net Make panic message consistent. 1995-07-23 16:33:08 +00:00
netccitt adjust for the other day's structure changes; make it compile. 1995-06-15 22:38:20 +00:00
netinet null mbuf pointer could cause system crash; avoid it. From 1995-07-01 03:44:55 +00:00
netiso make this compile again, a la pr 1218 from Alistair G. Crooks, as whacked 1995-07-12 09:17:06 +00:00
netns Clean this up a bit. Use queue.h more; de-uglify casts. 1995-06-13 08:36:58 +00:00
nfs don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN 1995-06-18 14:45:14 +00:00
scsi add/change a few quirks: 1995-07-12 09:56:09 +00:00
stand
sys Added a KTR_EMUL record to be used to indicate syscall emulation changes. 1995-07-19 15:27:05 +00:00
ufs don't just throw away updates to the cylinder group bitmaps, actually 1995-07-19 15:47:36 +00:00
vm don't forget the 'dev' argument to physio(). pointed out by der Mouse 1995-07-19 13:04:02 +00:00
Makefile