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
/
subr_sleepqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print td_name instead of p_comm if td_name is non-empty for
jhb
2006-04-21
1
-0
/
+1
*
Add a 'show sleepqueue' alias for 'show sleepq' in DDB.
jhb
2006-04-17
1
-0
/
+3
*
Clear TDF_SINTR in sleepq_resume_thread, also sleepq_catch_signal does
davidxu
2006-04-13
1
-1
/
+1
*
Move comments to more accurate place.
davidxu
2006-02-23
1
-4
/
+4
*
Fix a sleep queue race for KSE thread.
davidxu
2006-02-23
1
-11
/
+21
*
Fix a long standing race between sleep queue and thread
davidxu
2006-02-15
1
-81
/
+76
*
lock unused when INVARIANTS not defined, so don't declare it then
imp
2006-01-28
1
-0
/
+2
*
Add a new ddb command 'show sleepq'. It takes a wait channel as an
jhb
2006-01-27
1
-2
/
+64
*
Clarify panic message, I parsed the old one 'trying to sleep while sleeping'
imp
2005-11-09
1
-1
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
- Add a new simple facility for marking the current thread as being in a
jhb
2005-09-15
1
-0
/
+4
*
Remove thread_upcall_check, it was used to avoid race bug in earlier
davidxu
2005-05-27
1
-5
/
+1
*
Close a race between sleepq_broadcast() and sleepq_catch_signals().
jhb
2005-04-14
1
-47
/
+21
*
Make a bunch of malloc types static.
phk
2005-02-10
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
- Store threads on sleep queues in FIFO order rather than sorted by
jhb
2004-11-05
1
-16
/
+19
*
Refine the turnstile and sleep queue interfaces just a bit:
jhb
2004-10-12
1
-14
/
+31
*
Directly modifying the priority of a thread that may be on the runqueue
ups
2004-10-12
1
-1
/
+1
*
Now that the return value semantics of cv's for multithreaded processes
jhb
2004-08-19
1
-9
/
+23
*
- Change mi_switch() and sched_switch() to accept an optional thread to
jhb
2004-07-02
1
-2
/
+2
*
Add two new kernel options to allow rudimentary profiling of the internal
jhb
2004-06-29
1
-0
/
+41
*
Remove the signal_caught argument from sleepq_timedwait() as it was
jhb
2004-06-28
1
-5
/
+2
*
Fixed some common printf format errors. Don't assume that "struct foo *"
bde
2004-05-14
1
-14
/
+13
*
Split sleepq_wakeup_thread() into two functions. sleepq_remove_thread()
jhb
2004-05-13
1
-13
/
+50
*
Keep track of threads waiting in kse_release() to avoid a race
deischen
2004-04-28
1
-1
/
+5
*
Remove a bogus assertion and readd it in a more correct location. A thread
jhb
2004-03-16
1
-1
/
+1
*
- Remove old sleep queues.
jhb
2004-03-12
1
-1
/
+1
*
Always assert that the passed in lock is the same as the saved lock in the
jhb
2004-03-02
1
-19
/
+1
*
Add an implementation of a generic sleep queue abstraction that is used
jhb
2004-02-27
1
-0
/
+776