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
...
*
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
*
Trivial filesystem getpages/putpages implementations, set the second.
msmith
1998-03-06
1
-1
/
+34
*
Patch to the last commit; attempt to unspam stuff from NetBSD.
msmith
1998-03-03
1
-13
/
+11
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+2
*
Fix mmap() on msdosfs. In the words of the submitter:
msmith
1998-03-01
1
-4
/
+3
*
Fix a problem with the conversion of Unix filenames into the VFAT
msmith
1998-02-27
1
-11
/
+34
*
Fixes for some bugs in the VFAT/FAT32 support:
msmith
1998-02-26
4
-21
/
+31
*
Back out "always view in lowercase" part
ache
1998-02-24
4
-29
/
+31
*
Implement loadable DOS<->local conversion tables for DOS names
ache
1998-02-23
6
-67
/
+137
*
Fix signatures of NEC's DOS formats.
kato
1998-02-23
1
-9
/
+9
*
Oops, add missing bcopy of upper->lower table
ache
1998-02-23
1
-1
/
+3
*
Implement loadable upper->lower local conversion table
ache
1998-02-23
5
-22
/
+55
*
Reduce new arguments number added in my changes
ache
1998-02-22
4
-19
/
+19
*
Add Unicode support to winChkName, now lookup works!
ache
1998-02-22
3
-22
/
+51
*
Implement loadable local<->unicode file names conversion
ache
1998-02-22
6
-295
/
+80
*
Replace all unknown Unicode characters with '?' in win->unix mapping
ache
1998-02-22
1
-194
/
+194
*
Add initial support to map 0x4XX Unicode Cyrillic range names:
ache
1998-02-22
1
-13
/
+308
[prev]
[next]