index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sched_bsd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tedu old comment concerning cpu affinity which does not apply anymore.
haesbaert
2012-07-09
1
-11
/
+2
*
Make rusage totals, itimers, and profile settings per-process instead
guenther
2012-03-23
1
-6
/
+12
*
First steps for making ptrace work with rthreads:
guenther
2012-02-20
1
-2
/
+2
*
Functions used in files other than where they are defined should be
guenther
2011-07-07
1
-6
/
+1
*
Stop using the P_BIGLOCK flag to figure out when we should release the
art
2011-07-06
1
-3
/
+5
*
The scheduling 'nice' value is per-process, not per-thread, so move it
guenther
2011-03-07
1
-2
/
+3
*
Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and
matthew
2010-09-24
1
-1
/
+2
*
This comment is unnecessarily confusing.
art
2010-06-30
1
-2
/
+2
*
Use atomic operations to access the per-cpu scheduler flags.
kettenis
2010-01-03
1
-7
/
+6
*
Some tweaks to the cpu affinity code.
art
2009-04-14
1
-1
/
+3
*
Processor affinity for processes.
art
2009-03-23
1
-4
/
+6
*
Some paranoia and deconfusion.
art
2008-11-06
1
-5
/
+3
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-2
/
+2
*
Add a macro that clears the want_resched flag that need_resched sets.
art
2008-07-18
1
-1
/
+3
*
kill 2 bogus ARGUSED and use the LIST_FOREACH() macro
thib
2008-05-22
1
-4
/
+2
*
Move the implementation of __mp_lock (biglock) into machine dependent
art
2007-11-26
1
-2
/
+4
*
sched_lock_idle and sched_unlock_idle are obsolete now.
art
2007-10-11
1
-15
/
+1
*
Make context switching much more MI:
art
2007-10-10
1
-39
/
+29
*
Widen the SCHED_LOCK in two cases to protect p_estcpu and p_priority.
art
2007-05-18
1
-6
/
+4
*
The world of __HAVEs and __HAVE_NOTs is reducing. All architectures
art
2007-05-16
1
-78
/
+1
*
Use atomic.h operation for manipulating p_siglist in struct proc. Solves
art
2007-02-06
1
-2
/
+2
*
Kernel stack can be swapped. This means that stuff that's on the stack
miod
2006-11-29
1
-8
/
+3
*
typos; from bret lambert
jmc
2006-11-15
1
-2
/
+2
*
tbert sent me a diff to change some 0 to NULL
tedu
2006-10-21
1
-6
/
+6
*
bret lambert sent a patch removing register. i made it ansi.
tedu
2006-10-09
1
-21
/
+15
*
A second approach at fixing the telnet localhost & problem
niklas
2005-06-17
1
-14
/
+7
*
sched work by niklas and art backed out; causes panics
deraadt
2005-05-29
1
-39
/
+42
*
Fix yield() to change p_stat from SONPROC to SRUN.
art
2005-05-26
1
-1
/
+2
*
This patch is mortly art's work and was done *a year* ago. Art wants to thank
niklas
2005-05-25
1
-42
/
+39
*
put the scheduler in its own file. reduces clutter, and logically separates
tedu
2004-07-29
1
-0
/
+688