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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- The c_lock in the coda node does not offer any features over the standard
jeff
2005-03-13
2
-16
/
+8
*
- Deadfs may now use the standard vop lock, get rid of dead_lock().
jeff
2005-03-13
1
-40
/
+0
*
Used unsigned version.
obrien
2005-03-12
1
-1
/
+1
*
Fix kernel build on 64-bit machines.
obrien
2005-03-12
1
-1
/
+1
*
Correct a last-minute thinko. Instead of copying the nul with the string,
njl
2005-03-11
1
-1
/
+1
*
The mbnambuf routines combine multiple substrings into a single
njl
2005-03-11
1
-36
/
+41
*
One more bit of the major/minor patch to make ttyname happy as well.
phk
2005-03-10
1
-2
/
+11
*
Try to fix the mess I made of devname, with the minimal subset of the
phk
2005-03-10
2
-5
/
+64
*
Remove kernelside support for devfs rules filtering on major numbers.
phk
2005-03-08
2
-5
/
+0
*
Avoid a couple of mutex operations in the process exit path for the
phk
2005-03-01
1
-0
/
+2
*
Remove debug printout of major/minor numbers, print name instead.
phk
2005-02-27
1
-1
/
+2
*
remove dead code
sam
2005-02-22
1
-3
/
+0
*
We may not have an actual cdev at this point.
phk
2005-02-22
1
-0
/
+3
*
Reap more benefits from DEVFS:
phk
2005-02-22
2
-16
/
+18
*
vp->v_id is a private field for the vfs namecache and it is a big mistake
phk
2005-02-22
2
-36
/
+34
*
Use vn_printf() instead of home-rolling.
phk
2005-02-22
1
-10
/
+2
*
Make dev_ref() require the dev_lock() to be held and use it from
phk
2005-02-22
1
-1
/
+1
*
Replace the workaround for a deadlock bug in Coda with a different
das
2005-02-20
2
-16
/
+4
*
Remove basically unused root_vp pointer in udfmount.
rwatson
2005-02-18
2
-2
/
+0
*
Conditionalize cd9660 chattiness regarding the nature of the file system
rwatson
2005-02-18
1
-3
/
+7
*
Introduce vx_wait{l}() and use it instead of home-rolled versions.
phk
2005-02-17
3
-36
/
+9
*
Make a SYSCTL_NODE static
phk
2005-02-10
1
-1
/
+1
*
make M_NTFSMNT and ntfs_calccfree() static
phk
2005-02-10
2
-3
/
+3
*
Make fdesc_root static
phk
2005-02-10
2
-2
/
+2
*
Make smbfs_debuglevel private.
phk
2005-02-10
2
-4
/
+1
*
don't call vprint with NULL.
phk
2005-02-10
1
-1
/
+1
*
Statize malloc types.
phk
2005-02-10
1
-3
/
+3
*
Statize devfs_ops_f
phk
2005-02-10
1
-1
/
+1
*
Make a bunch of malloc types static.
phk
2005-02-10
2
-2
/
+2
*
Unroll the loop for calculating the 8.3 filename checksum. In testing
njl
2005-02-08
1
-5
/
+14
*
Remove vop_destroyvobject()
phk
2005-02-07
1
-27
/
+1
*
Deimplement vop_destroyvobject()
phk
2005-02-07
2
-15
/
+1
*
Remove vop_destroyvobject() initialization.
phk
2005-02-07
1
-1
/
+0
*
Unbreak a few filesystems for which vnode_create_vobject() wasn't being
peadar
2005-01-29
4
-2
/
+40
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
11
-0
/
+11
*
Remove unused argument to vrecycle()
phk
2005-01-28
5
-5
/
+5
*
Make NTFS at least minimally usable after bufobj and GEOM fallout.
peadar
2005-01-27
3
-5
/
+35
*
Introduce and use g_vfs_close().
phk
2005-01-25
5
-10
/
+10
*
Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.
phk
2005-01-25
3
-33
/
+0
*
Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem
phk
2005-01-25
2
-19
/
+0
*
Don't implement vop_createvobject(), vop_open() and vop_close() manages
phk
2005-01-24
1
-19
/
+0
*
Don't call VOP_CREATEVOBJECT(), it's the responsibility of the
phk
2005-01-24
3
-42
/
+0
*
Add null_open() and null_close() which calls null_bypass() and managed
phk
2005-01-24
1
-0
/
+29
*
Create a vp->v_object in VFS_FHTOVP() if we want to be exportable
phk
2005-01-24
4
-1
/
+4
*
Kill the VV_OBJBUF and test the v_object for NULL instead.
phk
2005-01-24
2
-5
/
+2
*
Remove "register" keywords.
phk
2005-01-24
1
-2
/
+2
*
Style: Remove the commented out vop_foo_args replicas.
phk
2005-01-24
1
-103
/
+15
*
whitespace nit
phk
2005-01-19
1
-1
/
+1
*
Remove unused coda_fbsd_getpages()
phk
2005-01-19
2
-68
/
+0
*
Fix an incorrect cast.
scottl
2005-01-18
1
-1
/
+1
[prev]
[next]