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_idle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Create a new scheduler api that is defined in sys/sched.h
jeff
2002-10-12
1
-2
/
+3
*
Some kernel threads try to do significant work, and the default KSTACK_PAGES
scottl
2002-10-02
1
-2
/
+2
*
Completely redo thread states.
julian
2002-09-11
1
-2
/
+2
*
Slight cleanup of some comments/whitespace.
julian
2002-08-01
1
-1
/
+2
*
Make sure the process state for the idle proc is set correctly
julian
2002-07-17
1
-0
/
+1
*
Thinking about it I came to the conclusion that the KSE states were incorrectly
julian
2002-07-14
1
-5
/
+1
*
Part 1 of KSE-III
julian
2002-06-29
1
-4
/
+15
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-2
/
+2
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-1
/
+3
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-6
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-4
/
+4
*
Remove #if 0'd remnants of the old idle page zeroing.
jhb
2001-09-01
1
-9
/
+0
*
- Split out the support for per-CPU data from the SMP code. UP kernels
jhb
2001-05-10
1
-14
/
+5
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+3
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-11
/
+17
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-0
/
+2
*
- Point out that we don't lock anything during the idle setup because
jhb
2001-02-09
1
-1
/
+6
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Axe the idle_event eventhandler, and add a MD cpu_idle function used
jhb
2000-10-19
1
-4
/
+3
*
EVENTHANDLER_INVOKE() takes two arguments.
peter
2000-10-18
1
-1
/
+1
*
Don't needlessly pass the diagnostic counter to the idle_event event
jhb
2000-10-18
1
-1
/
+1
*
- Wrap the sanity checks for staying in the idle loop for absurdly long
jhb
2000-10-17
1
-6
/
+12
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-2
/
+1
*
Create an event (idle_event) which is invoked every time around the
msmith
2000-09-22
1
-0
/
+7
*
Remove some commented out cruft.
jhb
2000-09-15
1
-7
/
+0
*
- Add a new process flag P_NOLOAD that marks a process that should be
jhb
2000-09-15
1
-0
/
+1
*
Idle processes are always runnable, so let them state at SRUN.
jhb
2000-09-15
1
-2
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-0
/
+108