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
*
Fix an inverted test for NOPEN in the unused function smb_smb_flush().
tjr
2004-01-12
1
-1
/
+1
*
Don't try to unlock the directory vnode in null_lookup() if the lock is
truckman
2004-01-11
1
-1
/
+1
*
Restore closing of SMB find handle in smbfs_close().
tjr
2004-01-10
1
-1
/
+8
*
Lock p->p_textvp before calling vn_fullpath() on it. Note the
rwatson
2004-01-07
1
-0
/
+2
*
In smbfs_inactive(), only invalidate the node's attribute cache if we
tjr
2004-01-04
1
-1
/
+1
*
Pass ACL, extended attribute and MAC vnode ops down the vnode stack.
tjr
2004-01-03
1
-0
/
+239
*
Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.
phk
2004-01-02
1
-0
/
+5
*
Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentation
bde
2003-12-29
1
-58
/
+68
*
Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock()
bde
2003-12-29
1
-11
/
+8
*
Fixed style bugs in rev.1.112. The bugs started with obscure magic
bde
2003-12-29
1
-12
/
+12
*
v_vxproc was a bogus name for a thread (pointer).
bde
2003-12-28
1
-2
/
+2
*
Make msdosfs support the dirty flag in FAT16 and FAT32.
trhodes
2003-12-26
5
-1
/
+106
*
Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid
tjr
2003-12-22
1
-1
/
+1
*
Avoid sign extension when casting signed characters to unsigned wide
tjr
2003-12-16
1
-2
/
+2
*
Make msdosfs long filenames matching case insensitive again.
fjoe
2003-12-08
1
-3
/
+5
*
Constify, and add an API function to find a named node in a directory.
des
2003-12-07
2
-6
/
+21
*
Minor whitespace and style issues.
des
2003-12-07
7
-21
/
+16
*
Remove useless SMP check code.
des
2003-12-07
2
-22
/
+0
*
Re-arrange and consolidate some random debugging stuff
scottl
2003-12-07
1
-20
/
+1
*
Fix vnode locking in fdesc_setattr. Lock vnode before invoking
kan
2003-11-19
1
-5
/
+5
*
Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition for
truckman
2003-11-16
1
-6
/
+3
*
- A sanity check in unionfs verifies that lookups of '.' return the
das
2003-11-14
1
-27
/
+21
*
Initialize b_iooffset correctly.
phk
2003-11-13
1
-0
/
+1
*
Don't mess around with spare fields of public structures.
phk
2003-11-12
1
-1
/
+0
*
Don't mess about with spare fields in public structures.
phk
2003-11-12
1
-1
/
+0
*
Modify the MAC Framework so that instead of embedding a (struct label)
rwatson
2003-11-12
1
-1
/
+1
*
If fifo_open() is interrupted, fifo_close() may not get called, causing
truckman
2003-11-10
1
-9
/
+23
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Add hooks for translating directories entries using the iconv methods.
scottl
2003-11-05
5
-32
/
+172
*
Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the
scottl
2003-11-05
2
-0
/
+46
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
2
-9
/
+9
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
1
-1
/
+2
*
Remove now unused variable.
kan
2003-11-01
1
-1
/
+0
*
Temporarily undo parts of the stuct mount locking commit by jeff.
kan
2003-11-01
1
-2
/
+1
*
Do not bother walking mount point vnode list just to calculate
kan
2003-11-01
1
-5
/
+1
*
Remember to check the DE_WHITEOUT flag in the case where a cloned
phk
2003-10-20
1
-4
/
+9
*
When a driver successfully created a device on demand, we can directly
phk
2003-10-20
1
-7
/
+6
*
Remove debug printf().
mux
2003-10-19
1
-1
/
+0
*
Initialize b_iooffset before calling strategy
phk
2003-10-18
1
-0
/
+1
*
DuH!
phk
2003-10-18
4
-4
/
+4
*
Initialize b_offset before calling VOP_SPECSTRATEGY()
phk
2003-10-18
1
-0
/
+1
*
Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.
phk
2003-10-18
6
-3
/
+3
*
Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.
phk
2003-10-18
2
-4
/
+2
*
Introduce a new optional memberfunction for cdevsw, fdopen() which
phk
2003-10-15
1
-2
/
+7
*
Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.
bde
2003-10-05
1
-2
/
+1
*
- Check the XLOCK prior to inspecting v_data.
jeff
2003-10-05
1
-0
/
+4
*
- Check XLOCK prior to accessing v_data.
jeff
2003-10-05
1
-0
/
+6
*
- Don't cache_purge() in cd9660_reclaim. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
7
-9
/
+0
*
Synchronize access to a vm page's valid field using the containing
alc
2003-10-04
2
-9
/
+6
[next]