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
/
usr.bin
/
dig
/
lib
/
isc
/
timer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
reduce multiple newlines
jsg
2020-02-25
1
-2
/
+1
*
remove some uneeded includes
jsg
2020-02-24
1
-3
/
+3
*
Fix 'previously declared here' error on gcc3(luna88k).
aoyama
2020-02-24
1
-4
/
+1
*
remove some unused args and unused assignments, as result
jung
2020-02-22
1
-9
/
+5
*
Read CLOCK_MONOTONIC when we need timestamps to compare and use
florian
2020-02-21
1
-5
/
+5
*
Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.
florian
2020-02-18
1
-151
/
+38
*
clock_gettime cannot fail if called correctly; unravel TIME_NOW
florian
2020-02-16
1
-5
/
+5
*
unravel isc_time_add and isc_time_subtract
florian
2020-02-16
1
-21
/
+10
*
unravel isc_time_compare
florian
2020-02-16
1
-21
/
+11
*
unravel isc_time_isepoch
florian
2020-02-16
1
-2
/
+2
*
remove timespec setters
florian
2020-02-16
1
-3
/
+3
*
Reduce interval indirection by setting struct members directly and
florian
2020-02-16
1
-5
/
+5
*
The timer type we are using requires interval to be set, remove
florian
2020-02-16
1
-7
/
+3
*
Replace isc_time_t and interval_t with struct timespec.
florian
2020-02-16
1
-19
/
+19
*
Now we are only using one timer type (once) and expires is always NULL
florian
2020-02-16
1
-78
/
+31
*
We only use isc_timertype_once, get rid of all other types.
florian
2020-02-16
1
-78
/
+20
*
remove unused function
florian
2020-02-15
1
-8
/
+1
*
timer methods are unused
florian
2020-02-15
1
-31
/
+1
*
remove task and timer tracing
florian
2020-02-13
1
-14
/
+1
*
remove more uneeded include statements and files
jsg
2020-02-13
1
-2
/
+1
*
remove unused macros
jsg
2020-02-13
1
-9
/
+1
*
remove some unreferenced functions
jsg
2020-02-12
1
-45
/
+1
*
remove uneeded #include lines
jsg
2020-02-11
1
-3
/
+1
*
Move dig(1) and needed DNS libraries into it's own source directory in
florian
2020-02-07
1
-0
/
+855