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
/
fs
/
msdosfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
1
-1
/
+1
*
Fix indentation after removing GEMDOS support. Whitespace changes only.
jhb
2001-11-28
1
-14
/
+14
*
Use suser_td() instead of explicitly checking cr_uid against 0.
jhb
2001-11-28
2
-3
/
+3
*
Axe more unused GEMDOS code that was #ifdef atari.
jhb
2001-11-28
4
-44
/
+1
*
Remove GEMDOS support from msdosfs. I don't think anyone is going to
jhb
2001-11-27
2
-130
/
+0
*
Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount
dillon
2001-11-04
1
-0
/
+1
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
5
-112
/
+112
*
remove support for creating files and directories from msdosfs_mknod
assar
2001-07-19
1
-14
/
+1
*
Fix a mntvnode and vnode interlock reversal.
jhb
2001-06-28
1
-2
/
+3
*
- VFS_SET(msdos) -> VFS_SET(msdosfs)
ru
2001-06-01
1
-1
/
+1
*
- sys/msdosfs moved to sys/fs/msdosfs
ru
2001-05-25
6
-27
/
+27
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-2
/
+2
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-31
/
+0
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
5
-10
/
+0
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
2
-23
/
+2
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
5
-0
/
+10
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-0
/
+2
*
Reviewed by: jlemon
adrian
2001-03-01
1
-3
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
3
-17
/
+17
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
2
-21
/
+18
*
Use macro API to <sys/queue.h>
phk
2000-12-31
1
-2
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+2
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
Update stale comment.
bp
2000-10-22
1
-3
/
+1
*
Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.
bp
2000-10-22
4
-13
/
+27
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-2
/
+2
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
3
-6
/
+13
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
1
-1
/
+1
*
Quick fix for msdsofs_write() on alphas and other machines with either
bde
2000-08-25
2
-2
/
+8
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
1
-41
/
+3
*
Certain error contitions cause msdosfs_rename() to decrement the
dwmalone
2000-07-14
1
-2
/
+2
*
Fix memory leakage on module unload.
bp
2000-06-29
3
-1
/
+12
*
Remove obsolete comment.
bp
2000-06-25
1
-5
/
+0
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
5
-0
/
+5
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
2
-2
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-2
/
+2
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a
dillon
2000-03-27
1
-1
/
+3
*
Supported non-512 bytes/sector format.
nyan
2000-01-27
4
-70
/
+61
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-2
/
+2
*
Treat negative uio_offset value as eof (idea by: bde).
bp
2000-01-08
1
-8
/
+11
*
Fix the mess with signed/unsigned longs and ints (inspired by bde).
bp
2000-01-02
1
-18
/
+26
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
4
-8
/
+8
*
Avoid to write garbage if uiomove fails.
bp
1999-12-28
1
-0
/
+4
*
Fix an overflow in the msdosfs_read() function which exposed on the files
bp
1999-12-28
1
-3
/
+3
*
It is possible that number of sectors specified in the BPB
bp
1999-12-28
2
-6
/
+14
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+3
[next]