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
/
ntpd
/
util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly determine era 0 or era 1, making it possible to move past
otto
2020-01-30
1
-3
/
+10
*
*nargv[] holds an array of pointers, so it should be
gsoares
2017-03-01
1
-2
/
+2
*
Fix a possible bug that will happen with dup2() when oldd == newd. In that
rzalamena
2016-10-03
1
-2
/
+7
*
Teach ntpd(8) how to fork+exec.
rzalamena
2016-09-14
1
-1
/
+80
*
Fix copyright disclaimer in util.c.
reyk
2016-09-14
1
-4
/
+4
*
Move log_sockaddr() to from log.c to util.c as it is a local addition
reyk
2015-12-19
1
-1
/
+13
*
Avoid overflow on 32-bit time_t systems converting timeval to NTP time.
bcook
2015-03-28
1
-3
/
+6
*
spacing
reyk
2015-02-10
1
-2
/
+2
*
Add support for "constraints": when configured, ntpd(8) will query the
reyk
2015-02-10
1
-1
/
+7
*
Add a missing include for time.h to get the definitions of clock_gettime and strftime.
bcook
2015-01-04
1
-2
/
+2
*
Remove stray (long) cast of value being assigned to tv_secs.
krw
2013-10-15
1
-2
/
+2
*
Add rdomain support to NTPd.
phessler
2011-09-21
1
-1
/
+14
*
Normalize tv so that tv_usec is positive. The kernel also normalizes,
otto
2007-03-27
1
-1
/
+5
*
use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing
henning
2006-10-27
1
-1
/
+12
*
Compensate old offsets with the amount of adjustment done, avoiding
otto
2006-06-07
1
-1
/
+16
*
uniquely name members of s_fixedpt and l_fixedpt; henning@ ok
mickey
2004-12-08
1
-11
/
+11
*
some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>
henning
2004-11-12
1
-1
/
+2
*
short fixed point <-> double conversion routines; ok henning@
alexander
2004-07-10
1
-1
/
+25
*
help the compiler a bit with a cast, spotted by theo
henning
2004-07-07
1
-2
/
+2
*
* Convert to use the new double-based time handling functions.
alexander
2004-07-07
1
-2
/
+2
*
Endian conversion mistakenly done before fraction math; ok henning@
alexander
2004-07-07
1
-2
/
+2
*
use correct multiplier for us -> s conversion
otto
2004-07-05
1
-2
/
+2
*
calculate the median offset from all servers we sync to and call
henning
2004-07-05
1
-1
/
+9
*
KNF
henning
2004-07-04
1
-9
/
+6
*
Compute the local clock offset from the server's response.
alexander
2004-07-04
1
-0
/
+59