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
*
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
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
2
-26
/
+2
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-1
/
+1
*
Next step in the device cleanup process.
phk
1999-11-09
1
-0
/
+2
*
More removals of vnode->v_lastr, replaced by preexisting seqcount
dillon
1999-09-20
2
-5
/
+8
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-10
/
+21
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-38
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
12
-12
/
+12
*
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
phk
1999-08-25
1
-6
/
+2
*
Initialise fsids with (user) device numbers again. Bitrot when dev_t's
bde
1999-08-23
1
-2
/
+2
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
1
-2
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
2
-4
/
+2
*
Don't set DE_ACCESS for unsuccessful reads.
bde
1999-07-25
1
-8
/
+12
*
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
[next]