summaryrefslogtreecommitdiff
path: root/external/bsd/ntp
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_MAYBE_UNINITIALIZED}lukem
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-05-09Handle OpenSSL-3.xchristos
2023-05-09Handle OpenSSL-3.xchristos
2022-12-13importdate is no morechristos
2022-12-13Remove the importdate hack to make things more similar with the upstreamchristos
2022-12-13preserve the original logic if we don't have MKREPRO_TIMESTAMP, use consistentchristos
2022-12-13When doing reproducible builds, don't import a "run" number in themartin
2022-10-09merge conflicts between ntp-4.2.8p1{4,5}christos
2022-10-09(4.2.8p15) 2020/06/23 Released by Harlan Stenn <stenn@ntp.org>christos
2021-04-13apply some -Wno- to ignore several new warnings with GCC 10.mrg
2021-04-12new GCC_NO_* uses for warning issues. most of the users of the newmrg
2021-02-18PR bin/55973:kardel
2021-01-31ntpd: ignore errno EINTR on reads from the routing socketroy
2021-01-31ntpd: move route socket overflow message from LOG_ERR to LOG_DEBUGroy
2021-01-03ntp: respect user's wishes to disable interface scanningroy
2021-01-01ntpd: In the event of route(4) overflow, update the interfacesroy
2020-11-17Support aarch64eb in */config.guess.rin
2020-10-18include <bsd.own.mk> where missing.christos
2020-10-11Fix build; clean manpages only if they are generated automatically.rin
2020-10-10PR/55710: Kimmo Suominen: Delete manual pages so that they get copy from thechristos
2020-10-10Use .PARSEDIRchristos
2020-10-10Add rules for manual pages builds, remove including Makefile.incchristos
2020-10-10include bsd.own.mk so that ../../Makefile.inc does not do it...christos
2020-10-10Wait for the asynchronous dns resolver child to be done (and close thechristos
2020-09-07avoid calling printf %s with NULL. fix idea from christos.mrg
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-09-03remove unneeded newline in quotes variable string - keeps ntpq happykardel
2020-05-30Don't define psl as common symbol, move it into the only file using it.joerg
2020-05-29make it compile againchristos
2020-05-29Add more printf annotationschristos
2020-05-29put back the warn flagschristos
2020-05-29fix printf format warning with format_argchristos
2020-05-29Add explicit castschristos
2020-05-29fix WORDS_BIGENDIANchristos
2020-05-29Fix the ntpd build with Clang/LLVMkamil
2020-05-29Fix incorrect merge.christos
2020-05-29Fix the libntp build with Clang/LLVMkamil
2020-05-27Adjustments to our patches requested by upstreamchristos
2020-05-25Add FALLTHROUGHchristos
2020-05-25Merge conflictschristos
2020-05-25(4.2.8p14) 2020/03/03 Released by Harlan Stenn <stenn@ntp.org>christos
2020-02-08external/bsd/ntp: Suppress -Werror=stringop-truncation error.fox
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-04turn off various warnings for various things:mrg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-04-24Only warn about being unable to make a smaller stack if asking for debugmaya
2019-02-04- use -Wno-error=implicit-fallthrough with GCC7.mrg