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_tc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so
guenther
2013-10-06
1
-5
/
+6
*
Convert some internal APIs to use timespecs instead of timevals
guenther
2013-06-03
1
-2
/
+2
*
Use long long and %lld for printing tv_sec values
guenther
2013-06-02
1
-4
/
+4
*
unifdef -D __HAVE_TIMECOUNTER
miod
2012-11-05
1
-3
/
+1
*
On resume, run forward the monotonic and realtimes clocks instead of jumping
guenther
2012-05-24
1
-5
/
+51
*
useless store
deraadt
2010-09-24
1
-2
/
+1
*
move DEBUG-only variable into #ifdef
deraadt
2010-09-24
1
-2
/
+4
*
remove proc.h include from uvm_map.h. This has far reaching effects, as
tedu
2010-04-20
1
-1
/
+2
*
fix typos in comments, no code changes;
schwarze
2010-01-14
1
-2
/
+2
*
queue tc randomness when we get it. the tc_init() ones are (might be)
deraadt
2008-11-24
1
-2
/
+5
*
don't declare th0 extern before declaring it as static; makes gcc4 happy
robert
2008-11-21
1
-2
/
+2
*
allow for max 5000 uses/sec offset adjust, this makes it possible for
otto
2007-12-27
1
-3
/
+3
*
unused apis, very dangerous: getbinuptime() getbintime(), ok art
deraadt
2007-05-09
1
-28
/
+1
*
Add missing bintime2timespec().
kettenis
2007-03-31
1
-1
/
+2
*
typos; from bret lambert
jmc
2006-11-15
1
-2
/
+2
*
Timecounter based implementation of adjfreq(2). Largely from art@
otto
2006-10-30
1
-1
/
+14
*
clean up some small fallout from initial freebsd import.
hshoexer
2005-05-03
1
-4
/
+3
*
unused variable n; ok cloder
deraadt
2005-04-21
1
-3
/
+3
*
Some cleanup:
grange
2004-09-17
1
-5
/
+7
*
- Match time_second and time_uptime prototypes.
art
2004-08-04
1
-7
/
+7
*
This touches only MI code, and adds new time keeping code. The
tholo
2004-07-28
1
-0
/
+603
[prev]