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
/
kern_timeout.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
when panicing from timeout_add being < 0, print the value; ok miod
deraadt
2004-12-28
1
-2
/
+2
*
simplify slightly, kill lvalue weirdness that's not ANSI C.
espie
2004-12-12
1
-8
/
+9
*
Diff from art@:
grange
2004-11-10
1
-2
/
+9
*
The timeout wheels are manipulated by hardclock that's not protected with
art
2004-07-20
1
-30
/
+19
*
Two term license with approval from nordin@
art
2003-06-03
1
-5
/
+2
*
Typos; from Julien Bordet <zejames@greyhats.org>
grange
2003-05-17
1
-2
/
+2
*
diff from nordin@ to prevent wraparound on long uptime machines.
tedu
2003-04-13
1
-2
/
+2
*
- Lock the timeout wheel after the diagnostic checks.
art
2002-12-08
1
-3
/
+4
*
First round of __P removal in sys
millert
2002-03-14
1
-2
/
+2
*
Make rescheduling to a later time faster. ok art@
nordin
2002-02-15
1
-8
/
+18
*
New scalable implementation with constant time add and delete. ok deraadt@
nordin
2001-12-22
1
-122
/
+151
*
Rename timeout_init to timeout_startup to deconfuse a bit.
art
2001-09-12
1
-2
/
+2
*
Remove even more leftovers from old timeouts.
art
2001-08-23
1
-9
/
+1
*
Remove the old timeout legacy code.
miod
2001-08-23
1
-64
/
+1
*
Add some DIAGNOSTIC checks that panic on some of the common mistakes.
art
2001-03-28
1
-7
/
+31
*
Triggered mechanism allows a handler to figure out whether a given
csapuntz
2001-03-15
1
-1
/
+4
*
typo (incidentally, removed a bogus -k in the cvs file, the update
espie
2001-02-16
1
-2
/
+2
*
timeout_add: Remove the right timeout when we see that it is on the list.
art
2000-06-20
1
-2
/
+2
*
from art@:
mickey
2000-05-08
1
-2
/
+9
*
Provide methods to check if a timeout was initalized and if it is scheduled.
art
2000-03-23
1
-3
/
+3
*
Preserve the FIFO order of issued timeouts.
art
2000-03-23
1
-2
/
+2
*
New API for timeouts. Replaces the old timeout()/untimeout() API and
art
2000-03-23
1
-0
/
+300