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
/
kern_kthread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't do a PHOLD() in kthread_create() w/o a matching PRELE() in
jhb
2006-02-22
1
-1
/
+0
*
- Move the wakeup() for exiting kthreads out of exit1() and into
jhb
2006-02-06
1
-0
/
+12
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Give setrunqueue() and sched_add() more of a clue as to
julian
2004-09-01
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
1
-1
/
+3
*
Instead of recording the Unix time in a process when it starts, record the
des
2003-05-01
1
-1
/
+1
*
fork1() already sets PS_INMEM, so don't set it again. This lets us push
jhb
2003-04-17
1
-3
/
+2
*
Some kernel threads try to do significant work, and the default KSTACK_PAGES
scottl
2002-10-02
1
-3
/
+3
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-9
/
+8
*
First half of implementation of ksiginfo, signal queues, and such. This
jmallett
2002-09-30
1
-8
/
+9
*
Completely redo thread states.
julian
2002-09-11
1
-2
/
+5
*
Part 1 of KSE-III
julian
2002-06-29
1
-2
/
+1
*
Fix a couple of style bugs introduced (or touched by) previous commit.
peter
2002-02-07
1
-1
/
+2
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-3
/
+3
*
Use a different mechanism to get the vnlru process to wake up and notice
peter
2001-12-19
1
-0
/
+1
*
Commit the better version that I had a while ago. This has only one
peter
2001-11-12
1
-2
/
+5
*
When curproc is used repeatedly store curproc into a local
dillon
2001-11-12
1
-3
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-4
/
+4
*
Don't use kp->arg0 as a format string, grr.
kris
2001-07-19
1
-1
/
+1
*
Convert the allproc and proctree locks from lockmgr locks to sx locks.
jhb
2001-03-28
1
-3
/
+5
*
- Use _PHOLD and move it before a PROC_UNLOCK to reduce the number of
jhb
2001-03-07
1
-7
/
+18
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-3
/
+6
*
Protect proc.p_pptr and proc.p_children/p_sibling with the
jake
2000-12-23
1
-0
/
+4
*
Stick the kthread API in a kthread_* namespace, and the specialized kproc
jhb
2000-12-15
1
-5
/
+5
*
Pass RFSTOPPED to fork1() in kthread_create() to avoid a race condition
jhb
2000-12-06
1
-1
/
+9
*
Reparent a kernel thread to init during kthread_exit() so that the zombie
jhb
2000-10-19
1
-0
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-4
/
+13
*
Clean up some low level bootstrap code:
peter
2000-08-11
1
-4
/
+0
*
Panic if proc0 hasn't been created and we try to call kthread_create.
imp
2000-01-10
1
-0
/
+5
*
Introduce a mechanism to suspend/resume system processes. Suspend syncer
luoqi
2000-01-07
1
-0
/
+40
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
1
-1
/
+2
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-2
/
+0
*
Slight reorganization of kernel thread/process creation. Instead of using
peter
1999-07-01
1
-0
/
+100