Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/24/1995 02:40:28
fvdl
Mon Jul 24 02:36:24 EDT 1995
Update of /a/cvsroot/src/sys/compat/linux
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24308

Modified Files:
	linux_file.c syscalls.master 
Log Message:
mkdir() has 2 arguments.. fixes PR 1248 (from Brad Spencer)


leo
Mon Jul 24 02:39:35 EDT 1995
Update of /a/cvsroot/src/sys/msdosfs
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/msdosfs

Modified Files:
	bootsect.h bpb.h fat.h msdosfs_vfsops.c msdosfsmount.h 
Log Message:
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.