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
*
s/struct dev_t */dev_t */
phk
2002-09-28
1
-1
/
+1
*
Fix mis-indent.
phk
2002-09-28
1
-1
/
+1
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
5
-10
/
+10
*
I misplaced a local variable yesterday.
phk
2002-09-28
1
-1
/
+1
*
Add a D_NOGIANT flag which can be set in a struct cdevsw to indicate
phk
2002-09-27
1
-13
/
+76
*
Rename struct specinfo to the more appropriate struct cdev.
phk
2002-09-27
1
-1
/
+1
*
I hate it when patch gives me .rej files.
phk
2002-09-26
1
-0
/
+1
*
Return ENOTTY on unhandled ioctls.
phk
2002-09-26
1
-2
/
+5
*
Return ENOTTY on unrecognized ioctls.
phk
2002-09-26
2
-2
/
+2
*
Return ENOTTY on incorrect ioctls.
phk
2002-09-26
1
-1
/
+1
*
Return ENOTTY when we don't recognize an ioctl.
phk
2002-09-26
1
-1
/
+1
*
Fix these warns where sizeof(int) != sizeof(void *)
njl
2002-09-26
1
-4
/
+4
*
- Fix a botch in previous commit; oldvp should not be unconditionally
jeff
2002-09-26
1
-2
/
+3
*
Fix the problem introduced by vop_stdbmap() usage. The NTFS does not
semenu
2002-09-25
1
-1
/
+28
*
- Use vrefcnt() instead of v_usecount.
jeff
2002-09-25
1
-2
/
+2
*
- Use vrefcnt() instead of directly accessing v_usecount.
jeff
2002-09-25
3
-19
/
+21
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
18
-60
/
+71
*
- Lock access to the buf lists in spec_sync()
jeff
2002-09-25
1
-7
/
+15
*
- Hold the vp lock while accessing v_vflags.
jeff
2002-09-25
1
-5
/
+7
*
use __packed.
alfred
2002-09-23
1
-24
/
+24
*
Attempt to fix the error reported by the alpha tinderbox. A pointer
iedowse
2002-09-22
1
-2
/
+2
*
Fix misspellings, capitalization, and punctuation in comments. Minor
truckman
2002-09-22
3
-90
/
+95
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
1
-1
/
+3
*
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
[next]