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
*
move <sys/systm.h> before <sys/buf.h>
peter
1999-07-01
1
-2
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-3
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
2
-4
/
+4
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
2
-5
/
+6
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-5
/
+5
*
Suser() simplification:
phk
1999-04-27
1
-5
/
+5
*
Back out half of 1.32: don't print a message on every failed mount attempt.
dt
1999-03-28
1
-3
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-4
/
+9
*
Now empty DOS filesystems default to long file names. Non-empty filesystems
dt
1999-01-02
1
-5
/
+7
*
Ensure that deHighClust in direntry always initialized.
dt
1999-01-02
1
-19
/
+29
*
Ifdefed conditionally used simplock variables.
bde
1999-01-02
1
-1
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
4
-14
/
+5
*
Honor MNT_NOATIME.
dt
1998-11-29
1
-3
/
+3
*
Support NT VFAT lower case flags.
dt
1998-11-21
5
-11
/
+20
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
2
-9
/
+8
*
Use vtruncbuf() rather than vinvalbuf() when shortening files.
peter
1998-10-29
1
-6
/
+9
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-2
/
+4
*
Remove unused variable.
dt
1998-09-13
1
-3
/
+1
*
Fix a bug related to renaming in root directory. This bug reported by
dt
1998-09-13
1
-2
/
+4
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
Removed unused includes.
bde
1998-08-17
1
-2
/
+1
*
Fixed printf format errors.
bde
1998-07-11
1
-2
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-2
/
+3
*
Back out previous change. This behavior is at least completely
dt
1998-06-10
1
-1
/
+1
*
Also return EOPNOTSUPP rather than EINVAL for not supported owner and group
dt
1998-06-10
1
-2
/
+2
*
Return EOPNOTSUPP rather than EINVAL for flags that are not supported.
peter
1998-06-10
1
-2
/
+2
*
Fix typo in a comment.
dt
1998-06-09
1
-2
/
+2
*
Fix priority bug in previous commit.
dt
1998-05-18
1
-2
/
+2
*
Fix support for pre-Win95 filesystems: Make it possible to lookup just
dt
1998-05-17
2
-3
/
+14
*
Remove bogus LK_RETRY.
dt
1998-05-17
1
-2
/
+2
*
Don't forget to clean up after an error reading the directory entry
bde
1998-05-17
1
-3
/
+13
*
Removed vestiges of pre-Lite2 locking.
bde
1998-05-17
2
-4
/
+2
*
s/nanoruntime/nanouptime/g
phk
1998-05-17
1
-2
/
+2
*
Fix off by ane error in previous commit.
dt
1998-05-09
1
-2
/
+2
*
In the words of the submitter:
msmith
1998-05-07
1
-27
/
+13
*
As described by the submitter:
msmith
1998-05-06
1
-2
/
+1
*
Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.
dt
1998-04-29
1
-16
/
+19
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
2
-8
/
+10
*
Add a missing LK_RETRY.
dt
1998-04-15
1
-5
/
+3
*
Use random() rather then than homegrown stuff.
phk
1998-04-06
1
-11
/
+3
*
Print explanation diagnostics when mount is impossible
ache
1998-04-05
1
-1
/
+5
*
Time changes mark 2:
phk
1998-04-04
1
-3
/
+5
*
Fix dead hang writing to FAT
ache
1998-03-28
1
-2
/
+2
*
Add two new functions, get{micro|nano}time.
phk
1998-03-26
2
-7
/
+7
*
Deleted 1024bytes/sector floppy code for PC-98 arch. The
kato
1998-03-20
3
-64
/
+3
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-8
/
+11
[next]