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
*
As per further discussions on hackers redo the SIGCHLD patch to not generate
dillon
2001-07-22
2
-8
/
+8
*
revert previous commit (bad style and not needed)
assar
2001-07-22
1
-1
/
+0
*
add prototype for dosetrlimit
assar
2001-07-22
1
-2
/
+0
*
add <sys/cdefs.h> (for __unused and such)
assar
2001-07-21
1
-0
/
+1
*
Add a missing ~ so that the LO_INITIALIZED flag actually gets turned off
jhb
2001-07-20
1
-1
/
+1
*
Introduce EVFILT_TIMER, which allows a process to establish an
jlemon
2001-07-19
1
-2
/
+66
*
Don't use kp->arg0 as a format string, grr.
kris
2001-07-19
1
-1
/
+1
*
Keep track of all "struct snoop"'s so that snp_modevent can fail with
dd
2001-07-18
1
-1
/
+9
*
Increase NMBCLUSTERS by 4x.
obrien
2001-07-17
1
-1
/
+1
*
Move the hints gunk to a seperate file. It isn't really part of the
peter
2001-07-14
1
-299
/
+0
*
Go back to having either static OR dynamic hints, with fallback
peter
2001-07-14
2
-32
/
+82
*
Correct spelling in a comment and remove trailing newline from a
dd
2001-07-11
1
-2
/
+2
*
Constify the fstype argument to vfs_mount(). This eliminates at least one
des
2001-07-09
2
-2
/
+2
*
Don't share sig handlers after an exec
guido
2001-07-09
1
-1
/
+23
*
Get rid of useless bcopy (the next statement was equivalent)
guido
2001-07-09
1
-2
/
+0
*
Backout mwakeup, etc.
jake
2001-07-06
2
-52
/
+4
*
o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().
rwatson
2001-07-05
7
-88
/
+39
*
Spelling fix in a KASSERT: runq_chose -> runq_choose.
jhb
2001-07-04
1
-1
/
+1
*
cleanup: GIANT macros, rename DEPRECIATE to DEPRECATE
dillon
2001-07-04
1
-3
/
+0
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
19
-204
/
+103
*
postsig() currently requires Giant to be held. Giant is held properly at
dillon
2001-07-04
1
-0
/
+2
*
Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.
jake
2001-07-04
2
-4
/
+52
*
Constify the format string.
des
2001-07-03
1
-1
/
+1
*
Make the code to read the kernel message buffer via sysctl machine-
tmm
2001-07-03
1
-0
/
+45
*
Remove spl's in uio_yield() that are covered by the sched_lock.
jhb
2001-07-03
1
-3
/
+0
*
Remove commented-out garbage that skipped updating schedcpu() stats for
jhb
2001-07-03
1
-2
/
+0
*
Just check p_oncpu when determining if a process is executing or not.
jhb
2001-07-03
1
-4
/
+1
*
Axe spl's that are covered by the sched_lock (and have been for quite
jhb
2001-07-03
1
-30
/
+4
*
Include the wait message and channel for msleep() in the KTR tracepoint.
jhb
2001-07-03
1
-1
/
+2
*
Remove bogus need_resched() of the current CPU in roundrobin().
jhb
2001-07-03
1
-3
/
+6
*
Grab Giant around postsig() since sendsig() can call into the vm to
jhb
2001-07-03
2
-6
/
+2
*
o Unfold p31b_proc() into the individual posix4 system calls so as to
rwatson
2001-06-30
1
-66
/
+60
*
Remove the p_spinlocks spin lock count that was obsoleted by the
jhb
2001-06-30
1
-1
/
+0
*
Replace some use of 'p' with 'targetp' so as to not scarily overload the
rwatson
2001-06-30
1
-11
/
+17
*
Make the schedlock saved critical section state a per-thread property.
jhb
2001-06-30
2
-4
/
+3
*
Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.
jhb
2001-06-29
1
-1162
/
+17
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
1
-3
/
+3
*
Grab Giant around trap_pfault() for now.
jhb
2001-06-29
1
-0
/
+4
*
Fix up indentation.
jlemon
2001-06-29
2
-4
/
+4
*
Remove a fascinating but confusing construct involving chaining
rwatson
2001-06-28
1
-33
/
+31
*
Add error checking for copyin() operations in posix4 scheduling code.
rwatson
2001-06-28
1
-2
/
+6
*
Don't check witness assertions if the lock doesn't use witness or witness
jhb
2001-06-28
1
-0
/
+3
*
- Fix a mntvnode and vnode interlock reversal.
jhb
2001-06-28
1
-6
/
+13
*
- Add trylock variants of shared and exclusive locks.
jhb
2001-06-27
1
-4
/
+42
*
- Add a new witness_assert() to perform arbitrary locking assertions.
jhb
2001-06-27
1
-13
/
+77
*
- Always use the proc lock of the task leader to protect the peers list of
jhb
2001-06-27
1
-15
/
+12
*
- Move the 'clk' spinlock below other spin locks since KTR trace events
jhb
2001-06-25
1
-6
/
+39
*
- Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS trace
jhb
2001-06-25
1
-14
/
+17
*
- Sort includes.
jhb
2001-06-25
1
-9
/
+9
*
Count the context switch when blocking on a mutex as a voluntary context
jhb
2001-06-25
2
-0
/
+6
[next]