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
*
Add some KASSERTs valid if WITNESS is defined to verify that the mbuf
bmilekic
2001-01-16
1
-4
/
+39
*
Implement condition variables.
jasone
2001-01-16
3
-8
/
+562
*
A bit of sanity-checking in bioqdisksort(): panic if we recurse.
phk
2001-01-14
1
-0
/
+9
*
Use predictable internal names for the sysvipc modules, so we have a
des
2001-01-14
3
-9
/
+12
*
- Use sched_lock to prevent the mutex name from changing out from under us
jhb
2001-01-13
1
-3
/
+5
*
Fix getsid() to use "=" instead of "==".
ben
2001-01-13
1
-1
/
+1
*
Change return ??? to return -1 in some #if 0'ed code.
jake
2001-01-12
1
-2
/
+2
*
Style improvements for last fix. Should be functionally the same.
dwmalone
2001-01-11
1
-19
/
+19
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
17
-79
/
+94
*
In m_mballoc_wait(), drop the mmbfree mutex lock prior to calling
bmilekic
2001-01-09
1
-12
/
+15
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
3
-2
/
+3
*
Unset the devclass if the attach fails and the devclass was not set to
n_hibma
2001-01-08
1
-0
/
+4
*
If we failed to allocate the file discriptor for the write end of
dwmalone
2001-01-08
1
-0
/
+8
*
Fix a warning. The type of globaldata.gd_prvspace has changed.
jake
2001-01-08
1
-1
/
+2
*
Don't use SCARG.
alfred
2001-01-08
1
-2
/
+1
*
Limit size of passed in data for utrace function.
alfred
2001-01-06
1
-0
/
+3
*
- Move all of the KTR sysctl's under a new debug.ktr mib.
jhb
2001-01-06
1
-17
/
+26
*
Protect p_nice and P_TRACED in psignal() above the switch statement with
jhb
2001-01-06
1
-0
/
+2
*
Make this file conform mostly to style(9):
imp
2001-01-05
1
-947
/
+939
*
- For dynamic sysctl's added at runtime, don't assume that the name passed
jhb
2001-01-05
1
-2
/
+2
*
Fix a bug in both scripts: HEADER sections were not emitted to the header
n_hibma
2001-01-04
2
-335
/
+327
*
The previous commit wasn't entirely correct. At least one goto to the
jhb
2001-01-02
1
-18
/
+22
*
Fix the <sys/queue.h> abuse.
phk
2001-01-02
1
-8
/
+7
*
Add an XXX about a <sys/queue.h> transgression which needs cleaned up.
phk
2001-01-02
1
-0
/
+1
*
Remove a bogus #ifdef KTR stanza.
phk
2001-01-01
1
-7
/
+0
*
Push down sched_lock in psignal(). sched_lock was being held across
jhb
2001-01-01
1
-4
/
+21
*
Add in a missing release of the proctree lock.
jhb
2001-01-01
1
-0
/
+1
*
there is no more miscfs/devfs
mjacob
2000-12-31
1
-1
/
+0
*
Ignore a net interrupt if the corresponding handler is not
tanimura
2000-12-31
1
-1
/
+4
*
Backout rev 1.57 & 1.58. While the previous revisions fixed
ps
2000-12-31
1
-1
/
+0
*
Pass me the pointy hat. Do not hold sched_lock over psignal.
ps
2000-12-30
1
-1
/
+1
*
Partially revert revision 1.7: Only use getnanotime instead of
grog
2000-12-29
1
-1
/
+9
*
Retire kernfs (kernel part).
des
2000-12-28
2
-3
/
+1
*
Send a SIGCONT when detaching or continuing the excution of a traced
ps
2000-12-28
1
-0
/
+1
*
Pull out the module path from the loader. ie: if you boot from
peter
2000-12-28
1
-4
/
+8
*
This implements a better launder limiting solution. There was a solution
dillon
2000-12-26
2
-137
/
+138
*
Protect proc.p_pptr and proc.p_children/p_sibling with the
jake
2000-12-23
9
-24
/
+82
*
Make sure we have a non-null proc pointer before referring to fields
mjacob
2000-12-23
1
-1
/
+1
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
4
-22
/
+22
*
A last minute brucification resulted in syntax errors in the previous commit.
phk
2000-12-20
1
-4
/
+4
*
Replace logwakeup() with "int msgbuftrigger". There is little
phk
2000-12-20
3
-64
/
+113
*
Fix another sched_sihand -> sched_swi in a KTR trace message.
jhb
2000-12-18
1
-1
/
+1
*
Whitespace. Fix a comment block and an if statement that were wider
jake
2000-12-18
1
-7
/
+9
*
Fix a typo that allowed signals caused by traps to be delivered
marcel
2000-12-16
1
-1
/
+1
*
Delay waking up processes select'ing on the log device directly from
jhb
2000-12-15
1
-0
/
+29
*
Stick the kthread API in a kthread_* namespace, and the specialized kproc
jhb
2000-12-15
5
-13
/
+13
*
Don't clone impossible unit numbers for disks.
phk
2000-12-15
1
-0
/
+2
*
Add in MI implementations of the KTR trace buffer ddb commands. The
jhb
2000-12-15
1
-0
/
+97
*
- Add a new flag MTX_QUIET that can be passed to the various mtx_*
jhb
2000-12-13
3
-120
/
+195
*
String buffer API
des
2000-12-13
1
-0
/
+271
[next]