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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-3
/
+24
*
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
12
-141
/
+141
*
Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>
bde
1995-05-09
2
-2
/
+27
*
Fix link sys call
ache
1995-04-11
1
-2
/
+4
*
Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>
bde
1995-04-11
1
-8
/
+2
*
Submitted by: Wolfgang Solfrank <ws@tools.de>
bde
1995-04-11
1
-2
/
+2
*
Fix timestamps when using Wall CMOS clock,
ache
1995-03-29
1
-25
/
+21
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-2
/
+2
*
Removed bogus, commented out, call to vnode_pager_uncache().
dg
1995-03-19
1
-2
/
+1
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
2
-5
/
+4
*
Use the correct block number for updating the backup copy of the FAT when
bde
1995-02-10
1
-2
/
+2
*
Kill the comment in a comment to shut up the compiler.
ats
1995-01-29
1
-2
/
+2
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
2
-5
/
+3
*
Fix panic for `cp -p' by root to an msdos file system. Improve handling
bde
1994-12-27
3
-29
/
+57
*
Fix numerous timestamp bugs.
bde
1994-12-12
6
-41
/
+46
*
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
*
Cosmetics. Silence gcc -Wall
phk
1994-10-10
2
-11
/
+10
*
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
2
-4
/
+4
*
GCC cleanup.
phk
1994-10-02
1
-16
/
+3
*
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
8
-111
/
+168
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
2
-2
/
+6
*
Changed some NetBSD backwards compatibility code which was confusing mountd.
dfr
1994-09-19
1
-6
/
+2
*
Added msdosfs.
dfr
1994-09-19
12
-0
/
+6301