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
/
tty_msts.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
1
-2
/
+2
*
Move ppp, nmea, endrun, and msts prototypes to tty.h
sf
2015-12-21
1
-4
/
+1
*
pass size argument to free()
deraadt
2014-11-03
1
-3
/
+3
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
Some of the line disciplines want to check for suser. Better to pass them
tedu
2010-04-12
1
-8
/
+7
*
Add some extra protection against non-monotonic timestamps. ok stevesk
ckuethe
2009-06-02
1
-4
/
+9
*
remove erroneous fldcnt test. fldcnt can never be 13 here. this is
stevesk
2009-05-06
1
-3
/
+2
*
don't zero sensor .value and .flags immediately after the allocation w/ M_ZERO; ok deraadt
cnst
2009-04-26
1
-2
/
+1
*
make compile with #define MSTS_DEBUG; ok mbalmer@
stevesk
2009-01-12
1
-2
/
+1
*
1) remove invalid comment since first field is not message type
stevesk
2009-01-12
1
-4
/
+4
*
comment should be epoch not midnight; ok mbalmer@
stevesk
2009-01-12
1
-2
/
+2
*
use #define MAXFLDS vs. 4 here; ok mbalmer@
stevesk
2009-01-01
1
-2
/
+2
*
don't need #include <sys/queue.h>; ok mbalmer@
stevesk
2008-12-25
1
-2
/
+1
*
remove unused struct member; ok mbalmer@
stevesk
2008-12-25
1
-2
/
+1
*
spelling in comments; ok mbalmer@
stevesk
2008-12-25
1
-3
/
+3
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-11
/
+4
*
Don't use the reference count to create the sensor name; we can end up
mbalmer
2008-06-11
1
-3
/
+6
*
Report the clock status in a signal sensor, like all other timedeltas.
mbalmer
2008-05-06
1
-2
/
+14
*
Degrade the sensor state from OK to WARNING and CRITICAL after periods of
mbalmer
2008-01-06
1
-10
/
+56
*
Add support for the Meinberg Standard Time String format that all Meinberg
mbalmer
2008-01-05
1
-0
/
+373