Brent Cook
cc3292981b
add 6.7 changes, update format to match LibreSSL
4 years ago
Brent Cook
365748acec
update Changelog
4 years ago
Brent Cook
345d1b6e1e
move to README.md, update platform list
4 years ago
Brent Cook
6448060a5d
disable broken rdomain support for FreeBSD
4 years ago
Brent Cook
78b3e58cfb
update patches
4 years ago
Brent Cook
e450d4ec98
add -lresolv on Linux
4 years ago
Brent Cook
9c43a2ec63
update patches
4 years ago
Michael Forney
acea10dbae
Add constraint_reset() stub when libtls is not available
This prevents a linking error since ntp_dispatch_imsg calls
constraint_reset().
4 years ago
Brent Cook
a64f362034
Land #56 , add fallback definition for __packed
4 years ago
Brent Cook
d41635175b
add log.h, bump version
4 years ago
Brent Cook
c16617075b
rebase patches
4 years ago
Michael Forney
bc2cd89715
Provide fallback definition for __packed
Otherwise, systems that don't support it will treat it as a name for a
global `struct ntp_msg` variable.
5 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