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
*
Revert to using the SCHED_LOCK() to protect time accounting.
mpi
2019-06-01
1
-2
/
+4
*
Use a per-process mutex to protect time accounting instead of SCHED_LOCK().
mpi
2019-05-31
1
-4
/
+2
*
Do not account spinning time as running time when a thread crosses a
mpi
2019-05-25
1
-2
/
+2
*
Introduce safe memory reclamation, a mechanism for reclaiming shared
visa
2019-02-26
1
-1
/
+4
*
Stop accounting/updating priorities for Idle threads.
mpi
2019-01-28
1
-1
/
+13
*
Fix unsafe use of ptsignal() in mi_switch().
visa
2019-01-06
1
-19
/
+1
*
Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).
mpi
2017-12-04
1
-2
/
+2
*
Convert most of the manual checks for CPU hogging to sched_pause().
mpi
2017-02-14
1
-8
/
+2
*
Do no select a CPU to execute the current thread when being preempt()ed.
mpi
2017-02-09
1
-2
/
+1
*
Enable the NET_LOCK(), take 2.
mpi
2017-01-25
1
-1
/
+3
*
Correct some comments and definitions, from Michal Mazurek.
mpi
2016-03-09
1
-11
/
+7
*
keep all the setperf timeout(9) handling in one place; ok tedu@
naddy
2015-11-08
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
yet more mallocarray() changes.
doug
2014-12-13
1
-3
/
+3
*
take a few more ticks to actually throttle down. hopefully helps in
tedu
2014-11-12
1
-2
/
+5
*
pass size argument to free()
deraadt
2014-11-03
1
-2
/
+3
*
cpu_setperf and perflevel must remain exposed, otherwise a bunch of
deraadt
2014-10-17
1
-7
/
+7
*
redo the performance throttling in the kernel.
tedu
2014-10-17
1
-1
/
+151
*
Track whether a process is a zombie or not yet fully built via flags
guenther
2014-07-04
1
-2
/
+1
*
Move from struct proc to process the reference-count-holding pointers
guenther
2014-05-15
1
-2
/
+1
*
Convert some internal APIs to use timespecs instead of timevals
guenther
2013-06-03
1
-10
/
+10
*
Use long long and %lld for printing tv_sec values
guenther
2013-06-02
1
-3
/
+4
*
do not include machine/cpu.h from a .c file; it is the responsibility of
deraadt
2013-03-28
1
-2
/
+1
*
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
[next]