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
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
12
-12
/
+12
*
Don't synchronously update the directory entry at the end of every
bde
1996-12-25
1
-2
/
+2
*
Fixed an off by 1 error in unix2dostime(). The first day of each month
bde
1996-12-04
1
-2
/
+2
*
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
2
-6
/
+6
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
1
-2
/
+2
*
bzero reserved field into directory entry, junk here cause
ache
1996-07-28
1
-1
/
+2
*
The Great PC98 Merge.
asami
1996-06-14
4
-4
/
+97
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-3
/
+9
*
Fix adjkerntz expression priority.
ache
1996-04-05
1
-3
/
+3
*
Don't adjust file times for UTC clock to have the same timestamps
ache
1996-04-05
1
-4
/
+6
*
add a `Warning:' to the message saying that the root directory is not a
gpalmer
1996-04-03
1
-2
/
+2
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
2
-5
/
+5
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-3
/
+5
*
Convert QUOTA to new-style option.
wollman
1996-01-05
1
-16
/
+1
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
2
-2
/
+6
*
Added prototypes.
bde
1995-12-03
4
-5
/
+30
*
Moved declarations for static functions to the correct place (not in a
bde
1995-11-16
2
-17
/
+23
*
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
2
-42
/
+44
*
missed one static thingie.
phk
1995-11-07
1
-2
/
+2
*
staticize private parts.
phk
1995-11-07
6
-35
/
+35
*
Pad out MSDOS boot block to 512 bytes (bugfix only)
pst
1995-10-31
1
-2
/
+2
*
Second batch of cleanup changes.
phk
1995-10-29
4
-79
/
+80
*
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
[next]