summaryrefslogtreecommitdiff
path: root/external/bsd/ntp
AgeCommit message (Expand)Author
2014-02-27offs_from_utc is known to be small, so explicitly cast it to int.joerg
2014-02-27Use abs for difference of integers.joerg
2014-02-27Use labs for long arguments and fabs for double ones.joerg
2014-01-26stoa() already includes the scope, no need to print it twice.mlelstv
2014-01-24Fix awk programs to use $$ so make doesn't eat each $matt
2014-01-23Support LLVM build.joerg
2014-01-20fix voluntary self-destruct (kill(0, SIGUP)) after successful int_res run and...kardel
2014-01-20use the old style no-error for gcc-4.1christos
2014-01-20ignore format errors for old gccchristos
2014-01-20gcc 4.1 does not have -Wno-errorchristos
2014-01-20Gcc-4.1 does not have -Wno-errorchristos
2014-01-17Do not try to bind to un-useable IPv6 addresses.roy
2014-01-15For MKREPRO, instead of using __DATE__ and __TIME__apb
2014-01-15If the "importdate" file exists, do not embed the date/time/build numberapb
2014-01-07Fix format strings.joerg
2014-01-05- add new clk_sel240x.ckardel
2014-01-05- enable the rest of the PARSE clocks (missed config option when merging)kardel
2014-01-05- enable PARSE clocks (missed config option when merging)kardel
2014-01-03Don't bother with the h (short) modifier. The predicated use of bswap16joerg
2014-01-02Update warning flags to reflect the fixes. Restrict GCC flags to GCC.joerg
2014-01-02Don't pass in a format string, but flags for using %f / %g and thejoerg
2014-01-02Add format string attribute for better detection.joerg
2014-01-02Avoid pointer operations on the format string.joerg
2014-01-02Use separate variables for the format strings to get working formatjoerg
2014-01-01fd == 0 is a valid descriptor!christos
2013-12-31Remove duplicate/old declaration of 'host' now that we allocate it on stack.pgoyette
2013-12-31pointless to call alloca for a 1K path string... Just allocate it on the stack!christos
2013-12-30- regen using byacc.christos
2013-12-30find ntp_scanner.hchristos
2013-12-30regenchristos
2013-12-30put back mdstrieschristos
2013-12-30prevent coredumps from syntax errors in the config file causing negativechristos
2013-12-30remove unused variableschristos
2013-12-29Handle ancient vax gcc.christos
2013-12-29not all characters are born signed.christos
2013-12-28Some html files were removedchristos
2013-12-2832 bit build fixes.christos
2013-12-28remove (void *) casts when passing const pointers to a const void *mrg
2013-12-28adjust for non-amd64 buildchristos
2013-12-28update mkverchristos
2013-12-28mention manual handling of man pageschristos
2013-12-28resolve conflictschristos
2013-12-28adjust for new ntp and add the generated man pageschristos
2013-12-27import devel ntpd to avoid amplification attacks.christos
2013-10-20fix unused variable warningschristos
2013-09-21Update LLVM/Clang snapshot to r191105. This brings in a better detectionjoerg
2012-11-14Use mdoc macro for literal block display.njoly
2012-08-17re-enable broadcast client config after interface re-scanningkardel
2012-08-12add cast.christos
2012-08-12- make the append function to not append past the end of the stringchristos