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
*
VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()
truckman
2002-09-19
1
-8
/
+15
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
10
-112
/
+15
*
Always open file in the DENYNONE mode and let the server to decide what is
bp
2002-09-18
1
-5
/
+15
*
Implement additional SMB calls to allow proper update of file size as some
bp
2002-09-18
4
-3
/
+239
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
28
-36
/
+49
*
Completely redo thread states.
julian
2002-09-11
2
-3
/
+2
*
s/SGNL/SIG/
davidxu
2002-09-05
2
-3
/
+3
*
Add a missing #include <sys/lockmgr.h>.
iedowse
2002-09-01
1
-0
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-3
/
+3
*
Fixed printf format errors and style bugs in rev.1.92. This is the version
bde
2002-08-25
1
-2
/
+3
*
Oops, the previous commit wasn't the version that I meant to commit (it
bde
2002-08-25
1
-78
/
+9
*
Fixed printf format errors and style bugs in previous commit.
bde
2002-08-25
1
-9
/
+78
*
Remove stddef.h from the header list
scottl
2002-08-23
1
-1
/
+0
*
Fix a bug where large msdos partitions were not handled correctly, and fix
trhodes
2002-08-22
1
-1
/
+7
*
Remove the possibility of a race condition when reading the . and ..
scottl
2002-08-20
1
-15
/
+16
*
Don't abuse the stack when translating names.
scottl
2002-08-20
1
-10
/
+12
*
Handle one more case of a fifofs filetmp: set filetmp.f_cred to
rwatson
2002-08-20
1
-2
/
+3
*
In continuation of early fileop credential changes, modify fo_ioctl() to
rwatson
2002-08-17
1
-2
/
+6
*
Make similar changes to fo_stat() and fo_poll() as made earlier to
rwatson
2002-08-16
2
-3
/
+4
*
When a cluster entry for ``.'' is set to 0, msdosfs fails to handle it
trhodes
2002-08-16
1
-0
/
+11
*
Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.
jake
2002-08-15
1
-4
/
+4
*
Clean up comments that are no longer relevant.
scottl
2002-08-15
1
-12
/
+9
*
Factor out some ugle code that's shared by udf_readdir and udf_lookup.
scottl
2002-08-15
3
-246
/
+239
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
3
-27
/
+20
*
Fix typo in vnode flags causing deadlock in msdosfs_fsync().
pb
2002-08-05
1
-1
/
+1
*
Fix typo in the last revision.
mike
2002-08-04
1
-1
/
+1
*
Simplify the handling of a fragmented file_id descriptor. Also
scottl
2002-08-04
2
-51
/
+50
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
33
-63
/
+104
*
Calculate the correct physical block number for files that are
scottl
2002-08-02
1
-4
/
+6
*
Check for deleted files in udf_lookup(), not just udf_readdir().
scottl
2002-08-02
1
-1
/
+6
*
o Lock page queue accesses in nwfs and smbfs.
alc
2002-08-02
2
-0
/
+12
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-02
1
-0
/
+11
*
Hook up devfs_pathconf() for specfs devfs nodes, not just regular
rwatson
2002-08-01
1
-0
/
+1
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
3
-0
/
+72
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
2
-0
/
+60
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
3
-0
/
+90
*
Fix a problem with sendfile() syscall by always doing I/O via bread() in
semenu
2002-07-31
1
-13
/
+28
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-30
1
-0
/
+1
*
Create a new thread state to describe threads that would be ready to run
julian
2002-07-29
1
-0
/
+2
*
Correct misindentation of DRA_UID.
dd
2002-07-28
1
-1
/
+1
*
Unimplement panic(8) by making sure that we don't recurse into a
dd
2002-07-28
1
-5
/
+11
*
- Explicitly state that specfs does not support locking by using
jeff
2002-07-27
1
-0
/
+3
*
o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().
alc
2002-07-27
1
-1
/
+2
*
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
dd
2002-07-17
5
-1
/
+949
*
Unbreak LINT; sort the includes so that functions are explicitly
markm
2002-07-16
1
-8
/
+8
*
- Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safe
jeff
2002-07-09
1
-3
/
+6
*
Lock down pseudofs:
jeff
2002-07-08
2
-0
/
+29
*
Part 1 of KSE-III
julian
2002-06-29
5
-12
/
+15
*
nmount'ify unionfs further by using separate options instead
mux
2002-06-15
2
-6
/
+16
*
Convert UDF to nmount.
mux
2002-06-15
2
-50
/
+28
[next]