summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-09don't try to update the clock when we have no dataHenning Brauer
2004-07-09various cleanup:Jared Yanovich
2004-07-09when saving a file, check whether it is newline terminated and if it is not,Vincent Labrecque
2004-07-09the child process needs to ignore SIGHUP for now, ottoHenning Brauer
2004-07-09remove leftover pieces of on-the-fly reconfig shitz that made ntpd exit onHenning Brauer
2004-07-09various tweaks from the Frankfurt->Hamburg flightHenning Brauer
2004-07-09let log_debug only log at all when we're in debug mode, from Montreal AirportHenning Brauer
2004-07-09soem tweaks from the Frankfurt->Hamburg flightHenning Brauer
2004-07-09it is "servers" now for pool.ntp.orgHenning Brauer
2004-07-09document the "servers" keywordHenning Brauer
2004-07-09rework dns handling with all its cosequences...Henning Brauer
2004-07-09typo from rohee@Jason McIntyre
2004-07-09when calculating the timeout for poll() we need to take the deadlines forHenning Brauer
2004-07-09typo. Bruno RoheeJun-ichiro itojun Hagino
2004-07-09go away staticsNiklas Hallqvist
2004-07-08Make 0/0 table entries work; also fix a problem setting the network maskRyan Thomas McBride
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-08make lint happier; vincent okTheo de Raadt
2004-07-08misplaced return NULL in the error pathVincent Labrecque
2004-07-08POSIX says "data" is void *, not char *. Also remove extern from prototypes.Todd C. Miller
2004-07-08simplify the file writing loopVincent Labrecque
2004-07-08free() and close() in error path.Hans-Joerg Hoexer
2004-07-08we don't care about copyout's success. add a comment to appease sturm@Ted Unangst
2004-07-08kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpdHenning Brauer
2004-07-08remove a bogus always-true test before adjtime()Henning Brauer
2004-07-08Move carp_output() call to after mcopy of MAC address so the virtual addressRyan Thomas McBride
2004-07-08Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@Darren Tucker
2004-07-08Prevent rcp from skipping the file following a double-error. Matches scp.cDarren Tucker
2004-07-08Prevent scp from skipping the file following a double-error.Darren Tucker
2004-07-08change `Mail aliases' entry to minimise config for user;Jason McIntyre
2004-07-08clarify which of the rc.* files should/should not be edited;Jason McIntyre
2004-07-08typo, and line adjustment;Jason McIntyre
2004-07-08Sync libkvm interface with FSF repository. This adds new "kvm proc" andMark Kettenis
2004-07-08Don't close the database too early. ok deraadt@, millert@.Matthieu Herrb
2004-07-08enclose some MP-only things in #ifdef MULTIPROCESSORDavid Krause
2004-07-08for the arm workaround, include CPPFLAGS; ok drahnTheo de Raadt
2004-07-08again: move PICFLAG into bsd.own.mk with the rest of the shlib handling,Peter Valchev
2004-07-08remove all handling of netmasks/prefix lengths - we don't need that in ntpd.Henning Brauer
2004-07-08log_debug() when a peer doesn't answer in timeHenning Brauer
2004-07-08lof replies with log_debug so one gets increased verbosity when inHenning Brauer
2004-07-08make log_debug() only log anything at all when we are in debug modeHenning Brauer
2004-07-08nforce3; downsjTheo de Raadt
2004-07-07Include protocol name in printout.Ryan Thomas McBride
2004-07-07The -DPIC flag must be passed when building crtbeginS.o/crtendS.o howeverDale Rahn
2004-07-07syncTheo de Raadt
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-07-07document -a/-K and "Acquire-Only"/"Use-Keynote".Hans-Joerg Hoexer
2004-07-07guard against stat not working, which happened to me...Marc Espie
2004-07-07missing comma in .Nm;Jason McIntyre