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
*
Make daddr_t and u_daddr_t 64bits wide.
phk
2002-05-14
3
-8
/
+8
*
Fix several bugs in devfs_lookupx(). When we check the nameiop to
mux
2002-05-10
1
-3
/
+3
*
Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.
jeff
2002-05-04
2
-0
/
+2
*
HPFS picks up the vop_stdgetpages and vop_stdputpages member functions
phk
2002-05-03
1
-2
/
+0
*
s/pfs_badop/vop_eopnotsupp/
des
2002-05-03
1
-17
/
+9
*
Convert devfs to nmount.
mux
2002-05-02
1
-6
/
+5
*
Convert the pseudofs framework to nmount (thus procfs and linprocfs).
mux
2002-05-02
2
-8
/
+8
*
Convert fdescfs to nmount.
mux
2002-05-02
1
-6
/
+5
*
Don't reference vop_std* since they are already implicitly
scottl
2002-05-02
1
-3
/
+0
*
Use vop_panic() instead of rolling our own.
phk
2002-05-02
2
-43
/
+19
*
In udf_bmap(), return the physical block number, not the logical
scottl
2002-05-02
1
-1
/
+5
*
Fix udf_read(). Honor the uio_resid when determining the size of
scottl
2002-04-30
1
-16
/
+22
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-8
/
+10
*
Use vnode locking with devfs; permit VFS locking assertions to make
rwatson
2002-04-29
1
-0
/
+6
*
UIO_NOCOPY is not supported for now, so refuse read opeartion if this flag
bp
2002-04-26
1
-0
/
+6
*
Track nfs's getpages() changes:
bp
2002-04-23
1
-12
/
+46
*
Get rid from extra #ifdefs.
bp
2002-04-23
2
-79
/
+4
*
Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined.
bde
2002-04-21
1
-3
/
+6
*
Include <sys/systm.h> for (at least) the definition of atomic functions
bde
2002-04-21
1
-0
/
+1
*
Don't put a line break in string literals. GCC 3.1 complains and GCC
marcel
2002-04-20
1
-13
/
+10
*
Spelling fix for comment.
rwatson
2002-04-20
1
-1
/
+1
*
Cleanup of logic, flow and comments.
alfred
2002-04-18
1
-20
/
+18
*
Lock proctree_lock instead of pgrpsess_lock.
jhb
2002-04-16
2
-4
/
+4
*
Sync with UDF p4 tree: Use POSIX integer types instead of BSD types.
asmodai
2002-04-15
4
-159
/
+159
*
Actually add the UDF files!
scottl
2002-04-14
7
-0
/
+2986
*
Remove stale XXX comment.
jhb
2002-04-14
1
-1
/
+0
*
- Change procfs_control()'s first argument to be a thread pointer instead
jhb
2002-04-13
1
-47
/
+32
*
Lock the target process for p_candebug().
jhb
2002-04-13
1
-3
/
+4
*
Lock the target process in procfs_doproc*regs() for p_candebug and while
jhb
2002-04-13
3
-9
/
+23
*
- p_cansee() needs the target process locked.
jhb
2002-04-13
1
-18
/
+17
*
Check write permissions before creating anything.
bp
2002-04-13
1
-0
/
+3
*
Remove 3 instances of vm_zone.h inclusion.
phk
2002-04-08
3
-3
/
+0
*
Change the vm_zone calls over to uma calls. Remove the reference to the
jeff
2002-04-08
1
-9
/
+9
*
Fixed assorted bugs in setting of timestamps in devfs_setattr().
bde
2002-04-05
1
-21
/
+24
*
Fixed a very old bug in setting timestamps using utimes(2) on msdosfs
bde
2002-04-05
1
-4
/
+11
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
9
-9
/
+10
*
Moved signal handling and rescheduling from userret() to ast() so that
bde
2002-04-04
1
-0
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
7
-17
/
+16
*
In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally
bde
2002-03-30
1
-0
/
+4
*
Protect proc struct (p_args and p_comm) when doing procfs IO that pulls
alfred
2002-03-29
1
-11
/
+17
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-24
3
-8
/
+7
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-23
2
-14
/
+14
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-4
/
+4
*
Remove __P.
alfred
2002-03-20
7
-92
/
+82
*
Remove __P.
alfred
2002-03-20
3
-35
/
+35
*
Remove __P.
alfred
2002-03-19
37
-423
/
+417
*
Cannot release vnode underlying the nullfs vnode in null_inactive
mckusick
2002-03-18
1
-19
/
+26
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
17
-62
/
+110
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
4
-11
/
+25
*
Be consistent with UFS in a way how devfs_setattr() checks credentials
maxim
2002-03-14
1
-4
/
+5
[next]