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
/
dev
/
dt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize error variable in dtread().
bluhm
2021-03-26
1
-2
/
+2
*
Simplify sleep_setup API to two operations in preparation for splitting
mpi
2021-02-08
1
-5
/
+3
*
Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to the
claudio
2021-01-06
1
-1
/
+5
*
Add trace points for malloc(9) and free(9). This makes them traceable
claudio
2020-12-31
1
-1
/
+5
*
Add defines for the number of frames to skip on powerpc64.
kettenis
2020-09-28
1
-1
/
+4
*
add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.
jasper
2020-09-14
1
-1
/
+12
*
unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3
jasper
2020-09-13
1
-3
/
+2
*
Add tracepoints in the page fault handler and when entries are added to maps.
mpi
2020-09-12
1
-3
/
+15
*
Always set `dtpr_size' to the total size required to hold all probe entries.
mpi
2020-08-13
1
-5
/
+4
*
Do the same as libc, store "-1" in the return value when a syscall failed.
mpi
2020-07-04
2
-6
/
+9
*
It's been agreed upon that global locks should be expressed using
anton
2020-07-04
2
-21
/
+21
*
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-06-27
1
-6
/
+2
*
Interprets profile/interval value as a frequency and not a number of ticks.
mpi
2020-06-26
1
-3
/
+3
*
Export the number of arguments exposed by a probe to userland.
mpi
2020-03-28
3
-5
/
+8
*
Introduce stacktrace_save_at() and make use of it in dt(4).
mpi
2020-03-25
5
-28
/
+40
*
Replace msleep(9) by sleep_setup/setup_signal/finish() dance.
mpi
2020-02-04
1
-5
/
+6
*
Improve use of SMR in dt(4) by changing the time when smr_barrier()
visa
2020-01-27
1
-34
/
+9
*
New `kern.allowdt' button must be set to open(2) /dev/dt.
mpi
2020-01-24
1
-1
/
+5
*
Import dt(4) a driver and framework for Dynamic Profiling.
mpi
2020-01-21
5
-0
/
+1520