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_switch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove runq_findproc. This never worked right in the first place and can
jake
2002-05-08
1
-23
/
+0
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
1
-0
/
+1
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-3
/
+4
*
Rename runq_find() to runq_findproc(), and hide it behind #ifdef DIAGNOSTIC,
des
2002-03-06
1
-3
/
+5
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
1
-7
/
+0
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
1
-0
/
+7
*
In a threaded world, differnt priorirites become properties of
julian
2002-02-11
1
-7
/
+3
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-0
/
+25
*
Change p into ke->ke_proc, this was hidden behind INVARIANTS.
jlemon
2001-09-18
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-34
/
+48
*
Spelling fix in a KASSERT: runq_chose -> runq_choose.
jhb
2001-07-04
1
-1
/
+1
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
Jake essentially rewrote this. It is not by any stretch of the
peter
2001-03-15
1
-2
/
+0
*
Assert that the process we're trying to enqueue isn't already there.
des
2001-03-11
1
-0
/
+21
*
Add a new informative KASSERT to ensure that a process is in the SRUN state
jhb
2001-03-09
1
-0
/
+3
*
- Assert that the proc to return is not NULL in runq_choose the
jake
2001-02-24
1
-0
/
+2
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-181
/
+163
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-2
/
+2
*
Catch up to moving headers:
jhb
2000-10-20
1
-2
/
+1
*
Idle processes are always runnable, so let them state at SRUN.
jhb
2000-09-15
1
-1
/
+0
*
Fix some printf format string warnings due to sizeof(int) != sizeof(long) on
jhb
2000-09-11
1
-8
/
+8
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-25
/
+75
*
Commit major SMP cleanups and move the BGL (big giant lock) in the
dillon
2000-03-28
1
-0
/
+2
*
Fix a typo and a bug.
peter
1999-08-19
1
-10
/
+12
*
Extract the next runnable process selection out of cpu_switch() into a
peter
1999-08-19
1
-0
/
+204