index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
msdosfs
/
msdosfs_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MSDOS FS used to allocate a buffer before extending the VM object. In
dyson
1996-10-02
1
-7
/
+9
*
In sys/time.h, struct timespec is defined as:
nate
1996-09-19
1
-2
/
+2
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
1
-2
/
+2
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+15
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+3
*
Added prototypes.
bde
1995-12-03
1
-1
/
+2
*
Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returned
bde
1995-11-13
1
-14
/
+3
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
1
-40
/
+40
*
Second batch of cleanup changes.
phk
1995-10-29
1
-37
/
+74
*
Moved the filesystem read-only check out of the syscalls and into the
dg
1995-10-22
1
-101
/
+108
*
Return EINVAL instead of panicing for rename("dir1", "dir2/..").
bde
1995-10-07
1
-2
/
+3
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-1
/
+5
*
Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() from
bde
1995-08-25
1
-2
/
+2
*
Make sure that a non-null cookie vector is returned even if there were no
dfr
1995-08-03
1
-1
/
+9
*
Add support for the va_filerev attribute required by NFSv3.
dfr
1995-08-02
1
-1
/
+2
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
1
-2
/
+2
*
Fixed VOP_LINK argument order botch.
dg
1995-06-28
1
-3
/
+3
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-16
/
+7
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-27
/
+27
*
Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>
bde
1995-05-09
1
-1
/
+10
*
Fix link sys call
ache
1995-04-11
1
-2
/
+4
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-2
/
+2
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-3
/
+1
*
Fix panic for `cp -p' by root to an msdos file system. Improve handling
bde
1994-12-27
1
-16
/
+40
*
Fix numerous timestamp bugs.
bde
1994-12-12
1
-14
/
+10
*
Restore mv check, cause panic without it
ache
1994-11-29
1
-3
/
+1
*
Fix from John Hay to avoid kernel panics when ap->a_eofflag is NULL.
jkh
1994-11-01
1
-2
/
+3
*
Set the EOF flag properly.
pst
1994-10-27
1
-6
/
+6
*
Fixed panic when unmounting floppy msdos filesystems. Problem was
martin
1994-10-23
1
-7
/
+30
*
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
1
-2
/
+2
*
Make NFS ask the filesystems for directory cookies instead of making them
dfr
1994-09-28
1
-37
/
+37
*
Added declarations, fixed bugs due to missing decls. At least one of them
phk
1994-09-27
1
-55
/
+67
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
1
-1
/
+3
*
Added msdosfs.
dfr
1994-09-19
1
-0
/
+1933