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_condvar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More work on the interaction between suspending and sleeping threads.
julian
2002-10-25
1
-17
/
+4
*
Round out the facilty for a 'bound' thread to loan out its KSE
julian
2002-10-09
1
-8
/
+6
*
Completely redo thread states.
julian
2002-09-11
1
-67
/
+35
*
fix bogus CTR3 message.
davidxu
2002-09-02
1
-1
/
+1
*
updatepri() works on a ksegrp (where the scheduling parameters are), so
peter
2002-08-28
1
-3
/
+5
*
Remove code that removes thread from sleep queue before
julian
2002-07-30
1
-7
/
+0
*
In endtsleep() and cv_timedwait_end(), a thread marked TDF_TIMEOUT may
tanimura
2002-07-30
1
-1
/
+10
*
- Optimize wakeup() and its friends; if a thread waken up is being
tanimura
2002-07-30
1
-2
/
+4
*
Create a new thread state to describe threads that would be ready to run
julian
2002-07-29
1
-0
/
+1
*
Allow alphas to do crashdumps: Refuse to run anything in choosethread()
gallatin
2002-07-17
1
-5
/
+5
*
Fix failure to correctly transition back to sleep mode.
julian
2002-07-02
1
-0
/
+4
*
Part 1 of KSE-III
julian
2002-06-29
1
-13
/
+76
*
- Catch up to new ktrace API.
jhb
2002-06-07
1
-21
/
+18
*
CURSIG() is not a macro so rename it cursig().
julian
2002-05-29
1
-6
/
+6
*
The cold and panicstr variables do not need to be protected by sched_lock.
hsu
2002-04-23
1
-9
/
+13
*
Nuke CV_DEBUG in favour of INVARIANTS.
dan
2002-03-30
1
-1
/
+1
*
In a threaded world, differnt priorirites become properties of
julian
2002-02-11
1
-2
/
+2
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-9
/
+9
*
Update to C99, s/__FUNCTION__/__func__/.
obrien
2001-12-10
1
-11
/
+11
*
Add missing ; in last commit
peter
2001-09-19
1
-1
/
+1
*
Use a 'p' variable instead of repetitively indirecting td->td_proc for
jhb
2001-09-18
1
-17
/
+20
*
KSE Milestone 2
julian
2001-09-12
1
-143
/
+147
*
- Fix a bug in the previous workaround for the tsleep/endtsleep race.
jhb
2001-08-21
1
-6
/
+28
*
Backout mwakeup, etc.
jake
2001-07-06
1
-39
/
+0
*
Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.
jake
2001-07-04
1
-0
/
+39
*
- Lock CURSIG with the proc lock and don't release the proc lock until
jhb
2001-06-22
1
-4
/
+10
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-1
/
+2
*
Pass in a pointer to the mutex's lock_object as the second argument to
jhb
2001-03-28
1
-4
/
+4
*
Rework the witness code to work with sx locks as well as mutexes.
jhb
2001-03-28
1
-8
/
+8
*
Use the proc lock to protect access to p_sigacts->ps_sigintr.
jhb
2001-03-07
1
-4
/
+4
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-5
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-30
/
+30
*
Catch up to P_FOO -> PS_FOO changes in proc flags.
jhb
2001-01-24
1
-16
/
+15
*
Implement condition variables.
jasone
2001-01-16
1
-0
/
+547