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