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
*
Revert the convertion of per-process thread into a SMR_TAILQ.
mpi
2021-02-08
1
-2
/
+2
*
New rw_obj_init() API providing reference-counted rwlock.
mpi
2021-01-11
1
-1
/
+2
*
copyright++;
jsg
2021-01-01
1
-2
/
+2
*
Use per-CPU counters for fault and stats counters reached in uvm_fault().
mpi
2020-12-28
1
-1
/
+2
*
Convert the per-process thread list into a SMR_TAILQ.
mpi
2020-12-07
1
-2
/
+2
*
Initialize sigacts0 before making them visible by setting ps->ps_sigacts.
claudio
2020-09-13
1
-2
/
+2
*
wire stoeplitz code into the tree.
dlg
2020-06-16
1
-1
/
+10
*
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
2020-05-29
1
-3
/
+1
*
Pass bootblock indicator RB_GOODRANDOM to random_start(). Future work
deraadt
2020-05-25
1
-2
/
+2
*
Rename "sigacts" flag field to avoid conflict with the "process" one.
mpi
2020-03-13
1
-2
/
+2
*
Start the SMR thread when all CPUs are ready for scheduling. This
visa
2020-02-25
1
-1
/
+4
*
copyright++;
jsg
2020-01-01
1
-2
/
+2
*
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
2019-12-30
1
-4
/
+4
*
Repurpose the "syscalls must be on a writeable page" mechanism to
deraadt
2019-11-29
1
-2
/
+3
*
Regularly poll and report kubsan findings using the timeout(9) API
anton
2019-11-04
1
-7
/
+1
*
struct proc: change ps_start from utc time to uptime
cheloha
2019-10-22
1
-2
/
+2
*
Make resource limit access MP-safe. So far, the copy-on-write sharing
visa
2019-06-21
1
-2
/
+2
*
Undefined behavior (UB) can potentially be present anywhere in the
anton
2019-06-20
1
-1
/
+16
*
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
[next]