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
/
subr_witness.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
-3
/
+3
*
Show when witness(4) has run out of lock order data entries.
visa
2021-01-28
1
-2
/
+14
*
Enforce range with sysctl_int_bounded in witness_sysctl_watch
gnezdo
2021-01-09
1
-10
/
+8
*
Replace a custom linked list with SLIST.
visa
2021-01-09
1
-12
/
+10
*
Replace SIMPLEQ with SLIST because the code does not need a queue.
visa
2021-01-09
1
-26
/
+24
*
Remove unnecessary relocking of w_mtx as panic() should not return.
visa
2021-01-09
1
-10
/
+2
*
Convert the per-process thread list into a SMR_TAILQ.
mpi
2020-12-07
1
-3
/
+3
*
witness: detect and report uninitialized (or zeroed) lock usage
semarie
2020-11-12
1
-3
/
+15
*
Fix memory corruption with kern.witness.locktrace.
visa
2020-03-15
1
-28
/
+13
*
Separate the stack trace saving interface from ddb. The saving does not
visa
2020-01-20
1
-10
/
+11
*
Remove gratuitous #ifdef.
visa
2019-11-15
1
-3
/
+1
*
Get rid of `ddb_is_active' instead use `db_active'.
mpi
2019-07-20
1
-2
/
+2
*
Restore missing newline.
visa
2019-06-06
1
-1
/
+3
*
include uvm.h -> uvm_extern.h; ok visa@
anton
2019-05-19
1
-2
/
+2
*
Remove file name and line number output from witness(4)
visa
2019-04-23
1
-223
/
+81
*
Remove FBSDID.
kevlo
2019-03-15
1
-5
/
+1
*
Add lock stack trace saving for witness(4).
visa
2019-02-07
1
-3
/
+157
*
Make callers of witness_lock_list_{get,free}() responsible of raising
visa
2019-02-04
1
-11
/
+11
*
Add a dedicated sysctl(2) node for witness(4).
visa
2019-01-29
1
-1
/
+22
*
stop using capital letters in printf format strings; ok visa@
anton
2019-01-27
1
-4
/
+4
*
consistency tweaks to panic format strings; ok visa@
anton
2019-01-27
1
-11
/
+11
*
Use memset() instead of bzero().
visa
2019-01-26
1
-3
/
+3
*
Tag the start of witness(4) output with prefix "witness:".
visa
2019-01-26
1
-15
/
+18
*
Make the system cache a small number of free lock list entries per CPU.
visa
2018-06-26
1
-2
/
+34
*
Remove the witness_skipspin setting to simplify the code.
visa
2018-06-15
1
-23
/
+5
*
Make possible to build uniprocessor WITNESS kernels without kernel_lock.
visa
2018-06-14
1
-7
/
+19
*
Constipate all the struct lock_type's so they go into .rodata
guenther
2018-06-08
1
-8
/
+9
*
Consistently use printf() instead of db_printf() when not running
visa
2018-06-01
1
-23
/
+23
*
Make witness(4) watch locks and print error stack traces by default.
visa
2018-05-31
1
-2
/
+2
*
Fix misleading indentation.
visa
2018-05-16
1
-2
/
+2
*
Print stack traces on lock order conflict.
visa
2018-05-16
1
-1
/
+36
*
Add kern.witnesswatch sysctl for controlling witness(4). By default,
visa
2018-05-16
1
-13
/
+52
*
Remove witness_channel and always use console output
visa
2018-05-09
1
-71
/
+25
*
Zap two unused variables.
visa
2018-05-07
1
-4
/
+1
*
Make the print function of db_print_stack_trace() configurable,
visa
2018-05-07
1
-3
/
+5
*
Record lock type even if witness is disabled. The value will be needed
visa
2018-05-02
1
-3
/
+5
*
Treat all negative values of witness_watch equally for robustness.
visa
2018-04-30
1
-11
/
+11
*
Restore the original BSDI $Id$ strings. Those were mangled by CVS
visa
2018-04-12
1
-3
/
+3
*
Deactivate witness(4) checks if we are in ddb(4), when `db_active' is set.
mpi
2018-04-03
1
-17
/
+24
*
Make ddb's "show all locks" command show spinlocks in addition
visa
2018-02-20
1
-3
/
+14
*
Fix the initial check of the checkorder and lock operations
visa
2017-11-14
1
-7
/
+7
*
Silence clang warnings: remove unused variables and s/%hx/%x/g
guenther
2017-08-12
1
-7
/
+5
*
Drop kernel trace points. The trace facility does not exist on OpenBSD.
visa
2017-05-22
1
-31
/
+4
*
Rename Debugger() into db_enter().
mpi
2017-04-30
1
-4
/
+4
*
Add a port of witness(4) lock validation tool from FreeBSD.
visa
2017-04-20
1
-0
/
+2525