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
*
Update MSDOSFS code using NetBSD's msdosfs as a guide to support
jkh
1998-02-18
12
-1913
/
+3348
*
Staticize.
eivind
1998-02-09
3
-16
/
+16
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
3
-12
/
+3
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
3
-3
/
+12
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+2
*
Reviewed by: various.
julian
1997-11-12
1
-2
/
+2
*
Removed unused #includes. The need for most of them went away with
bde
1997-10-27
1
-2
/
+1
*
VFS interior redecoration.
phk
1997-10-26
1
-2
/
+2
*
Make a set of VOP standard lock, unlock & islocked VOP operators, which
phk
1997-10-17
2
-47
/
+6
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-122
/
+1
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-2
/
+1
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-6
/
+6
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-49
/
+39
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
3
-5
/
+10
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
2
-2
/
+6
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-10
/
+10
*
Convert select -> poll.
peter
1997-09-14
1
-8
/
+19
*
Fix a type in a comment and remove some checks now done centrally.
phk
1997-09-10
1
-10
/
+2
*
Removed unused #includes.
bde
1997-09-02
3
-9
/
+3
*
Uncut&paste cache_lookup().
phk
1997-08-26
3
-61
/
+7
*
Back out some incorrect changes that was worse than the original bug.
dyson
1997-08-26
1
-3
/
+1
*
This is a trial improvement for the vnode reference count while on the vnode
dyson
1997-08-22
1
-2
/
+4
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-3
/
+3
*
Remove redundant check for vp == dvp (done in VFS before calling).
phk
1997-05-17
1
-10
/
+1
*
Get the declaration of `struct dirent' from <sys/dirent.h>, not from
bde
1997-04-10
1
-5
/
+4
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanism
peter
1997-03-18
1
-1
/
+3
*
Don't export kernel interfaces to applications. msdosfs_mount probably
bde
1997-03-03
1
-1
/
+9
*
Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It
bde
1997-02-26
5
-130
/
+129
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
12
-12
/
+12
*
Make this compile without warnings after the Lite2 merge:
mpp
1997-02-12
3
-8
/
+8
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
5
-35
/
+48
*
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
[next]