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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
writers must hold both sched_lock and the process lock; therefore, readers
mtm
2004-07-12
2
-10
/
+5
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
8
-14
/
+15
*
Change kse_switchin to accept kse_thr_mailbox pointer, the syscall
davidxu
2004-07-12
2
-11
/
+22
*
Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts.
alfred
2004-07-12
1
-0
/
+19
*
Implement the PT_LWPINFO request. This request can be used by the
marcel
2004-07-12
3
-0
/
+23
*
Dump the actual bad values when this assertion is tripped.
alfred
2004-07-12
1
-1
/
+3
*
Make kdb_dbbe_select() available as an interface function. This allows
marcel
2004-07-12
1
-9
/
+20
*
Use sockbuf_pushsync() to synchronize stack and socket buffer state
rwatson
2004-07-11
1
-34
/
+47
*
Add sockbuf_pushsync(), an inline function that, following a change to
rwatson
2004-07-11
1
-0
/
+38
*
Better descriptions of the cdev malloc class and mutex.
phk
2004-07-11
1
-2
/
+2
*
Add additional annotations to soreceive(), documenting the effects of
rwatson
2004-07-11
1
-1
/
+35
*
Expand and rewrite documentation using doxygen markup so that we can
dfr
2004-07-11
1
-49
/
+206
*
Fix braino: Make sure there is a current backend before we return its
marcel
2004-07-11
1
-2
/
+5
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
1
-0
/
+64
*
In the 'dontblock' section of soreceive(), assert that the mbuf on hand
rwatson
2004-07-11
1
-0
/
+1
*
Break out non-inline out-of-band data receive code from soreceive()
rwatson
2004-07-11
1
-38
/
+63
*
Assign pointers values of NULL rather than 0 in soreceive().
rwatson
2004-07-11
1
-2
/
+2
*
Update for the KDB framework:
marcel
2004-07-10
2
-3
/
+5
*
When the MT_SONAME mbuf is popped off of a receive socket buffer
rwatson
2004-07-10
1
-0
/
+2
*
Update for the KDB framework:
marcel
2004-07-10
2
-18
/
+6
*
Update for the KDB framework:
marcel
2004-07-10
1
-21
/
+22
*
Update for the KDB framework:
marcel
2004-07-10
1
-4
/
+2
*
Make the GDB dynamic linker hooks (r_debug_state) conditional upon
marcel
2004-07-10
1
-9
/
+9
*
Update for the KDB framework:
marcel
2004-07-10
6
-60
/
+33
*
Introduce the KDB debugger frontend. The frontend provides a framework
marcel
2004-07-10
1
-0
/
+384
*
Clean up and wash struct iovec and struct uio handling.
phk
2004-07-10
6
-353
/
+181
*
Now socket buffer locks are being asserted at higher code blocks in
rwatson
2004-07-10
1
-4
/
+1
*
Assert socket buffer lock at strategic points between sections of code
rwatson
2004-07-10
1
-0
/
+5
*
Check the lock lists to see if they are empty directly rather than
jhb
2004-07-09
1
-9
/
+21
*
Cosmetic adjustment to previous commit: name the second argument to
des
2004-07-09
1
-4
/
+4
*
Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of a
des
2004-07-09
1
-3
/
+5
*
Eliminate struct shm_handle. It is an unnecessary level of indirection to
alc
2004-07-09
1
-24
/
+12
*
Remove spl()'s from do_sendfile().
rwatson
2004-07-09
1
-6
/
+1
*
- Move contents of sched_add() into a sched_add_internal() function that
jhb
2004-07-08
1
-5
/
+11
*
fixup sysctl by fsid node
alfred
2004-07-08
1
-2
/
+2
*
style(9)
alfred
2004-07-07
1
-1
/
+12
*
do the vfsstd thing instead of messing up our VFS_SYSCTL macro.
alfred
2004-07-07
2
-0
/
+12
*
Fix bug introduced in rev 1.434:
peadar
2004-07-06
1
-3
/
+3
*
Use vfs_suser() where appropriate.
alfred
2004-07-06
1
-11
/
+7
*
Introduce vfs_suser(), used to test if a user should have special privs
alfred
2004-07-06
1
-0
/
+16
*
NFS mobility PHASE I, II & III (phase VI, and V pending):
alfred
2004-07-06
2
-3
/
+3
*
Temporarily disable preemption in SCHED_ULE due to reported panics and
rwatson
2004-07-06
1
-0
/
+2
*
Unconditionally set last_work_seen while in the SYNCER_RUNNING state
truckman
2004-07-05
1
-5
/
+4
*
Drop the socket buffer lock around a call to m_copym() with M_TRYWAIT.
rwatson
2004-07-05
1
-1
/
+4
*
Rework syncer termination code:
truckman
2004-07-05
1
-33
/
+79
*
Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE.
phk
2004-07-04
1
-0
/
+1
*
Pass the operation in with the fsidctl.
alfred
2004-07-04
1
-2
/
+8
*
Make the last commit handle non-phk root devices better.
phk
2004-07-04
2
-2
/
+4
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-3
/
+3
*
Blocksize for I/O should be a property of the vnode and not found by groping
phk
2004-07-04
2
-0
/
+6
[next]