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
/
init_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move initialization of limit0 into a dedicated function. This new
visa
2019-06-02
1
-15
/
+2
*
Revert to using the SCHED_LOCK() to protect time accounting.
mpi
2019-06-01
1
-3
/
+1
*
Use a per-process mutex to protect time accounting instead of SCHED_LOCK().
mpi
2019-05-31
1
-1
/
+3
*
Rename struct plimit field p_refcnt to pl_refcnt to avoid confusion
visa
2019-05-31
1
-2
/
+2
*
Introduce safe memory reclamation, a mechanism for reclaiming shared
visa
2019-02-26
1
-1
/
+5
*
Move boottime into the timehands.
cheloha
2019-01-19
1
-4
/
+2
*
copyright++;
jsg
2019-01-01
1
-2
/
+2
*
- if_cloners list populated at boot time only then becomes immutable,
sashan
2018-09-10
1
-1
/
+7
*
Simplify the startup of the cleaner, reaper and update threads by
visa
2018-08-13
1
-28
/
+4
*
Remove a few leftovers from the days of emulation, which could result in
deraadt
2018-07-20
1
-3
/
+2
*
Move from sendsig() to its callers the initsiginfo() calls and
guenther
2018-07-10
1
-2
/
+1
*
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
visa
2018-04-28
1
-2
/
+2
*
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
deraadt
2018-04-12
1
-2
/
+2
*
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
mpi
2018-03-20
1
-1
/
+2
*
Revert the change that postpones CPUs until after mounthook activities.
patrick
2018-02-28
1
-3
/
+3
*
Postpone secondary CPUs until after mounthook activities. This is
patrick
2018-01-11
1
-3
/
+3
*
copyright++;
jsg
2018-01-01
1
-2
/
+2
*
Load CTF debug symbols before mountroot
uwe
2017-08-14
1
-5
/
+6
*
Merge DDBCTF into DDB.
mpi
2017-08-11
1
-2
/
+2
*
Add futex(2) syscall based on a sane subset of its Linux equivalent.
mpi
2017-04-28
1
-1
/
+7
*
Add a port of witness(4) lock validation tool from FreeBSD.
visa
2017-04-20
1
-1
/
+4
*
domaininit() doesn't need splnet().
mpi
2017-03-06
1
-6
/
+3
*
Split up fork1():
guenther
2017-02-12
1
-3
/
+2
*
p_comm is the process's command and isn't per thread, so move it from
guenther
2017-01-21
1
-2
/
+2
*
copyright++;
jsg
2017-01-01
1
-2
/
+2
*
Automatically create a default lo(4) interface per rdomain.
mpi
2016-11-14
1
-3
/
+4
*
Split PID from TID, giving processes a PID unrelated to the TID of their
guenther
2016-11-07
1
-2
/
+3
*
move the mbstat structure to percpu counters
dlg
2016-10-24
1
-1
/
+3
*
add generalised access to per cpu data structures and counters.
dlg
2016-10-21
1
-1
/
+5
*
Introduce a new 'softclock' thread that will be used to execute timeout
mpi
2016-09-22
1
-1
/
+5
*
add missing call to db_ctf_init().
jasper
2016-09-18
1
-1
/
+6
*
Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel
mpi
2016-09-04
1
-3
/
+4
*
Write the system time back to the RTC every 30 minutes.
naddy
2016-09-03
1
-1
/
+3
*
Do not reinitialize __guard_local if it is 0. This cannot be done
deraadt
2016-09-03
1
-10
/
+1
*
move links from http to https://www.openbsd.org/
tb
2016-09-02
1
-2
/
+2
*
Backout the previous fix for the sendsyslog(2) with LOG_CONS solution.
bluhm
2016-05-17
1
-18
/
+8
*
If sendsyslog(2) is called with LOG_CONS before syslogd(8) has been
bluhm
2016-05-10
1
-8
/
+18
*
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
deraadt
2016-05-10
1
-2
/
+3
*
Stop using a soft-interrupt context to process incoming network packets.
mpi
2016-05-03
1
-2
/
+1
*
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-19
1
-2
/
+2
*
copyright++;
jsg
2016-01-03
1
-2
/
+2
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-2
/
+2
*
keep all the setperf timeout(9) handling in one place; ok tedu@
naddy
2015-11-08
1
-10
/
+1
*
Initialize the routing table before domains.
mpi
2015-10-07
1
-2
/
+5
*
Use a global table for domains instead of building a list at run time.
mpi
2015-08-30
1
-2
/
+1
*
Disable pool_gc on m88k if MULTIPROCESSOR; we don't have enough volunteers
miod
2015-07-09
1
-1
/
+3
*
introduce srp, which according to the manpage i wrote is short for
dlg
2015-07-02
1
-1
/
+4
*
reenable the pool gc task.
dlg
2015-06-24
1
-3
/
+1
*
Reenable the page zeroing thread on MP m88k kernels.
miod
2015-05-18
1
-3
/
+2
*
emul_native is only used for kernel threads which can't dump core, so
guenther
2015-05-05
1
-4
/
+3
[next]