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.sbin
/
bgpd
/
timer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the timer code independent of struct peer this way it can be used
claudio
2020-12-11
1
-50
/
+51
*
Change timer_nextisdue() and timer_nextduein() to take the current time
claudio
2019-05-24
1
-5
/
+5
*
sync log.c from relayd et al to bgpd.
benno
2017-01-24
1
-1
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+4
*
accept() pacing for bgpd based on similar work done on other daemons.
claudio
2012-04-12
1
-3
/
+1
*
spacing and irrelevant glitches which disrupt lint
deraadt
2010-10-24
1
-2
/
+2
*
timer_nextduein returned crap. fix it. so obvious... how could that happen.
henning
2009-01-21
1
-2
/
+2
*
use monotime instead of wallclock.
henning
2008-06-11
1
-5
/
+18
*
timer_due is not needed any more
henning
2008-05-08
1
-11
/
+1
*
KNF
henning
2008-05-08
1
-2
/
+2
*
take advanatge of the timewheelin timer_nextduein - we just need to look
henning
2008-05-08
1
-11
/
+6
*
we can stopin timer_set if new timeout equals the oldone.
henning
2008-05-08
1
-1
/
+3
*
take advantage of the timewheel: instead of checking each an every
henning
2008-05-08
1
-1
/
+13
*
in timer_set, when figuring out the right position for the timer,
henning
2008-05-08
1
-2
/
+2
*
change timer internals so that we use a timewheel (tailq, sorted by expiry
henning
2008-05-08
1
-29
/
+60
*
provide timer_nextduein, which provides the number of seconds until the
henning
2007-12-23
1
-1
/
+15
*
send timers for bgpctlshow neighbor foo timer in seperate messages after
henning
2007-12-23
1
-1
/
+3
*
make all timer_get() callers (except timer_set which will need
henning
2007-12-23
1
-5
/
+8
*
rework timers.
henning
2007-12-20
1
-0
/
+81