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
*
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
*
Introduce a new kevent filter. EVFILT_FS that will be used to signal
alfred
2004-07-04
3
-0
/
+66
*
Revision 1.496 would not boot on my system due to
alfred
2004-07-04
1
-1
/
+2
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
3
-47
/
+63
*
Remove stale comment
phk
2004-07-03
1
-1
/
+0
*
Add NULL arg to mi_switch() call to stop kernel compiles from breaking.
phk
2004-07-03
1
-1
/
+1
*
Add a NULL param to an mi_switch() that I missed.
jhb
2004-07-03
1
-1
/
+1
*
Fix SCHED_ULE build on SMP. The previous revision (1.110)
bmilekic
2004-07-03
1
-1
/
+1
*
Unbreak build for the the !PREEMPTION case: don't define variables
marcel
2004-07-03
1
-0
/
+2
*
Implement preemption of kernel threads natively in the scheduler rather
jhb
2004-07-02
7
-36
/
+151
*
- Change mi_switch() and sched_switch() to accept an optional thread to
jhb
2004-07-02
13
-30
/
+38
*
Allow ptrace to deal with lwpid.
davidxu
2004-07-02
1
-6
/
+36
*
We allocate an array of pointers to the global file table while
alfred
2004-07-02
1
-1
/
+12
*
Tidy up uprof locking. Mostly the fields are protected by both the proc
jhb
2004-07-02
2
-18
/
+24
*
- Assert that any process that has statclock called on it has both a
jhb
2004-07-02
1
-11
/
+10
*
Change the thread ID (thr_id_t) used for 1:1 threading from being a
marcel
2004-07-02
3
-20
/
+25
*
Regen.
marcel
2004-07-02
2
-2
/
+2
*
When shutting down the syncer kernel thread, first tell it to run
truckman
2004-07-01
1
-6
/
+68
*
Add ability to set start/end for rman
imp
2004-07-01
1
-0
/
+12
*
Trim a few things from the dmesg output and stick them under bootverbose to
jhb
2004-07-01
1
-2
/
+3
*
Hide struct resource and struct rman. You must define
imp
2004-06-30
2
-0
/
+2
*
Include more information about the device in the devadded and
imp
2004-06-30
1
-2
/
+38
*
Oops, this didn't make it into my submit before I committed: Defer
jhb
2004-06-29
1
-7
/
+19
*
Wrap long line.
peter
2004-06-29
1
-1
/
+3
*
Add two new kernel options to allow rudimentary profiling of the internal
jhb
2004-06-29
2
-3
/
+89
*
Remove the signal_caught argument from sleepq_timedwait() as it was
jhb
2004-06-28
3
-7
/
+4
*
- Execute all of the tasks on the taskqueue during taskqueue_free() after
jhb
2004-06-28
1
-39
/
+24
*
Adjust the priority of the idle threads to be the lowest possible
jhb
2004-06-28
1
-0
/
+1
*
Turns out that jhb didn't really like this. And nate pointed out that
imp
2004-06-28
1
-2
/
+2
*
Allow dev to be NULL and assume that a device is not alive or not
imp
2004-06-28
1
-2
/
+2
*
Add two missing includes and remove two uneeded.
pjd
2004-06-27
1
-0
/
+3
*
Acquire the socket buffer lock when calling unp_scan() on
rwatson
2004-06-27
1
-0
/
+2
*
Add a new global mutex, so_global_mtx, which protects the global variables
rwatson
2004-06-27
1
-2
/
+26
*
Reduce the number of unnecessary unlock-relocks on socket buffer mutexes
rwatson
2004-06-26
3
-22
/
+13
*
Allocate TIDs in thread_init() and deallocate them in thread_fini().
marcel
2004-06-26
5
-109
/
+89
*
Replace comment on spl state when calling soabort() with a comment on
rwatson
2004-06-26
1
-1
/
+4
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
1
-2
/
+1
*
Fix line discipline switching issues: If opening a new ldisc fails,
phk
2004-06-26
1
-12
/
+21
*
Gah! commit from wrong tree.
phk
2004-06-25
1
-6
/
+0
*
Retire the TIOC_REMOTE ioctl.
phk
2004-06-25
1
-95
/
+3
*
Release UNIX domain socket subsystem lock earlier -- don't need to
rwatson
2004-06-25
1
-1
/
+1
*
Add two new methods to struct tty: One for manipulating BREAK condition
phk
2004-06-25
1
-1
/
+49
*
Don't cuddle else's so much as we removed additional parts of each
rwatson
2004-06-24
2
-16
/
+8
*
Remove temporary API bandage that allowed applications speaking the
rwatson
2004-06-24
2
-18
/
+0
*
#include <sys/serial.h>
phk
2004-06-24
1
-0
/
+1
[next]