Brent Cook
d41635175b
add log.h, bump version
4 years ago
Brent Cook
c16617075b
rebase patches
4 years ago
Brent Cook
e39344c7c1
update Changelog
5 years ago
Brent Cook
52060b10f4
decrease logging a bit
5 years ago
Brent Cook
1ef2552405
refresh patches
5 years ago
Brent Cook
edb978ff67
check for adjtimex
5 years ago
Brent Cook
03cddaf0e8
this is not a header
6 years ago
Brent Cook
4e1d349d78
use firstadj to determine sync status
6 years ago
Brent Cook
90a4fa1607
disable unveil
6 years ago
Brent Cook
c551d18d1f
add adjtimex over adjtime for supported OSes
6 years ago
Brent Cook
fde95165bc
bump to 6.5p0
6 years ago
Brent Cook
b63380228f
Land #48 , build in directory with whitespace
6 years ago
Brent Cook
b32c42c989
update patches
6 years ago
Robin Stephenson
1d59e3ae01
restore old-style backquotes
6 years ago
Robin Stephenson
18ed36ca5f
build in directory with whitespace
6 years ago
Baruch Siach
17aa5d9819
Revert "use __dead macro from sys/cdefs.h"
This partially reverts commit a7577667d6
.
The musl C library does not use an internal cdefs.h header. As a result,
the definitions in sys/cdefs.h have no effect. This breads the build as
follows:
In file included from adjfreq_linux.c:23:0:
../src/ntpd.h:448:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’
__dead void fatal(const char *, ...)
^~~~
../src/ntpd.h:450:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’
__dead void fatalx(const char *, ...)
^~~~
Refer the related musl FAQ about cdefs.h:
http://wiki.musl-libc.org/wiki/FAQ#Q:_I.27m_trying_to_compile_something_against_musl_and_I_get_error_messages_about_sys.2Fcdefs.h
Keep the compiler attribute definition.
Remove also from noinst_HEADERS.
7 years ago
Brent Cook
19c9c6ff00
update changelog
7 years ago
Brent Cook
5f17c22856
bump to p3
7 years ago
Brent Cook
4932ce5d7a
Land #42 , add socketpair flags support
7 years ago
Brent Cook
61b75d5289
Land #40 , include bison in build dependencies
7 years ago
Zero King
e3106f50ac
support SOCK_CLOEXEC on macOS
7 years ago
Brent Cook
21d5627570
set release date
7 years ago
Brent Cook
11ce6e10f9
bump portable version
7 years ago
Brent Cook
1131b6b6c7
fix leak if constraints are enabled in config, but disabled in the build
7 years ago
Brent Cook
10bb45e23e
update patches, fix incorrect memset size in source addr struct, ok naddy@
7 years ago
Eloy
94991f7f00
Added bison as a build dependency
7 years ago
Brent Cook
55be06e2a4
finish changelog, start version train at p1
7 years ago
Brent Cook
e38aabeae8
bump to 6.2
7 years ago
Brent Cook
1100929648
include all headers
7 years ago
Brent Cook
19d2615f52
support SOCK_CLOEXEC on macOS
7 years ago
Brent Cook
d8f57f465d
handle constraints in ntpd.conf as a warning rather than fatal error
7 years ago
Brent Cook
2f42bdc6be
revert previous, this was for the wrong branch
7 years ago
Brent Cook
8ae7345f19
update autoconf scripts
7 years ago
Brent Cook
def2f83524
star 6.2 changelog
7 years ago
Brent Cook
ace11f3aff
6.1 changelog
7 years ago
Brent Cook
b2fa6fb956
pull default ntpd.conf from openbsd source
7 years ago
Brent Cook
b11faba94a
update disabled constraint callback
7 years ago
Brent Cook
624a796985
fix test to use builtin arc4random if it passes specs
7 years ago
Brent Cook
135320af27
add macOS 10.12 getentropy checks
7 years ago
Brent Cook
2408cc16e7
compat updates, add recallocarray and freezero
7 years ago
Brent Cook
ce09191ebb
update patches
7 years ago
Brent Cook
16a1868f3d
rebase patches
7 years ago
Brent Cook
507bc6a518
rebase patches for latest
7 years ago
Brent Cook
ea9814a344
log.h is dead, noted by eest on IRC
7 years ago
Brent Cook
ee5f8f382f
Land #36 , pass options to new processes
7 years ago
Franciszek Koltuniuk
78bf7f00b9
fix #35 options like -v -s are not passed to the new processes, on platform where setproctitle is not defined, this can happen since argv0 is passed to the new processes, but the options references by argv0 are truncated in function compat_init_setproctitle() line 104
8 years ago
multisnow
82143ad047
update constraint-disabled.c according to c8ed30f0cf
, should fix #29 and #31
8 years ago
Brent Cook
ca8e7f797c
update patches, add missing : in getopt format
8 years ago
Brent Cook
0d40f56662
bump version
8 years ago
Brent Cook
b30947c0a8
update patches
8 years ago