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
/
gnu
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
phk
2004-12-05
2
-14
/
+0
*
Fix null-pointer indirect function calls introduced in the previous
marcel
2004-12-05
2
-8
/
+8
*
Remove #if 0'ed rootfs mounting code.
phk
2004-12-04
2
-116
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
6
-134
/
+112
*
Mechanically change prototypes for vnode operations to use the new typedefs.
phk
2004-12-01
2
-52
/
+52
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
2
-6
/
+6
*
Get even closer to not crashing ext2fs
phk
2004-11-06
4
-4
/
+2
*
Get closer to unbreaking ext2fs
phk
2004-11-06
2
-0
/
+4
*
Properly implement a default version of VOP_GETWRITEMOUNT.
phk
2004-11-06
2
-2
/
+0
*
Move EXT2FS to GEOM backing instead of DEVFS.
phk
2004-10-29
8
-100
/
+114
*
Reduce the locking activity by epsilon by checking VNON condition before
phk
2004-10-28
2
-8
/
+6
*
Eliminate unnecessary KASSERTs.
phk
2004-10-27
4
-8
/
+2
*
Loose the v_dirty* and v_clean* alias macros.
phk
2004-10-25
4
-6
/
+8
*
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
4
-4
/
+4
*
Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.
phk
2004-10-22
2
-2
/
+2
*
Desupport device nodes on EXT2 filesystems.
phk
2004-09-27
6
-238
/
+24
*
Give cluster_write() an explicit vnode argument.
phk
2004-09-27
2
-2
/
+2
*
Create simple function init_va_filerev() for initializing a va_filerev
phk
2004-09-07
2
-48
/
+2
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
2
-16
/
+10
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
2
-10
/
+10
*
Remove global variable rootdevs and rootvp, they are unused as such.
phk
2004-07-28
2
-2
/
+4
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
2
-10
/
+10
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
2
-4
/
+6
*
Update for the KDB framework:
marcel
2004-07-10
2
-10
/
+6
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
2
-28
/
+4
*
Fixed misformatting of code and breaking of a comment in previous commit.
bde
2004-06-20
2
-4
/
+4
*
Fixed misformatting in previous commit.
bde
2004-06-20
2
-2
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
9
-20
/
+20
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
27
-108
/
+0
*
Properly vector all bwrite() and BUF_WRITE() calls through the same path
phk
2004-03-11
2
-8
/
+8
*
Remove unused mnt_reservedvnlist field.
phk
2004-03-11
2
-2
/
+0
*
Remove unused second arg to vfinddev().
phk
2004-03-11
2
-2
/
+6
*
Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();
tjr
2004-02-19
8
-32
/
+22
*
Add partial support for large (>4GB) files on ext2 filesystems. This
tjr
2004-02-18
6
-2
/
+32
*
Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and of
bde
2004-02-15
2
-14
/
+12
*
Removed support for the unsupported option READONLY. It just forced
bde
2004-02-15
2
-8
/
+0
*
MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lock
bde
2004-02-13
2
-8
/
+20
*
Fixed longstanding brokenness of inode updates. The waitfor flag was
bde
2004-02-13
2
-8
/
+0
*
MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces
bde
2004-02-12
2
-24
/
+26
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
2
-14
/
+14
*
Copy workaround from FFS: open device for write access even if
tjr
2004-01-24
2
-0
/
+38
*
Spell magic '16' number as IO_SEQSHIFT.
kan
2004-01-19
2
-6
/
+6
*
This commit was generated by cvs2svn to compensate for changes in r124361,
obrien
2004-01-11
1
-10
/
+19
|
\
|
*
Vendor import emu10k1.h from version 1.0.1 of the ALSA driver.
obrien
2004-01-11
1
-10
/
+19
*
|
Sync with Creative's 8010.h rev 1.51.
obrien
2004-01-09
1
-74
/
+140
*
|
Dike out some very Linux-specific parts that we can't compile with.
obrien
2004-01-09
1
-0
/
+8
*
|
This commit was generated by cvs2svn to compensate for changes in r124273,
obrien
2004-01-09
1
-2
/
+42
|
\
\
|
|
/
|
*
Vendor import revision 1.9 of ac97_codec.h (we renamed the file) from
obrien
2004-01-09
1
-2
/
+42
*
|
Fixed a reference to a nonexistent variable in previous commit. Renaming
bde
2003-11-05
2
-18
/
+16
*
|
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
2
-22
/
+22
[prev]
[next]