summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-07-07Funny typo.Miod Vallat
2004-07-07Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks.Claudio Jeker
2004-07-07Bad interpretation of the oh so well documented mrt spec. Found byClaudio Jeker
2004-07-07Only drain the transmit queue if we are idling the transmit section.Todd C. Miller
2004-07-07After we wait for the MAC's transmit section to idle, drain theTodd C. Miller
2004-07-07Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported).Todd C. Miller
2004-07-07The ADM8211C uses a different BBP type-number for RFMD parts thanTodd C. Miller
2004-07-07Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD.Todd C. Miller
2004-07-07make the shell script execution window 3 seconds. i really need to findTheo de Raadt
2004-07-07use the do { .. } while(0) wrapperTheo de Raadt
2004-07-07Document the [get]{micro,nano,bin}[up]time functions.Artur Grabowski
2004-07-07If fts_close() fails and we have not yet seen an error, return -1.Todd C. Miller
2004-07-07- add shell prompt to command exampleJared Yanovich
2004-07-07plug memleak when receiving an INVALID_HASH_INFORMATION notify.Hans-Joerg Hoexer
2004-07-07compile cleanly with -Wsign-compare; while around, kill a spaceHans-Joerg Hoexer
2004-07-07tweaks; ok henning@Jason McIntyre
2004-07-07add ntpd(8) to SEE ALSO;Jason McIntyre
2004-07-07add rdate(8) to SEE ALSO;Jason McIntyre
2004-07-07RFC 2030 is incorrect with regards to the computation of the delay valueAlexander Guy
2004-07-07+ ntpd.conf, Bernd Ahlers <ba@bsws.de>Henning Brauer
2004-07-07help the compiler a bit with a cast, spotted by theoHenning Brauer
2004-07-07* Convert to use the new double-based time handling functions.Alexander Guy
2004-07-07fix an issue when scripts are exec'd under systrace wheremarius eriksen
2004-07-07Endian conversion mistakenly done before fraction math; ok henning@Alexander Guy