* Declare vtb_buffer as a pointer to uint16_t and get rid of
[dragonfly.git] / usr.sbin /
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-22 Liam J. Foy- More fixes for the debug code
2005-05-22 Liam J. Foy- WITHOUT_ERRNO should be 0, silly mistake.
2005-05-17 Liam J. Foy- Actually make the debug code work
2005-05-15 Liam J. Foy- The AC Line state can be returned as 2 meaning 'backu...
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-08 Simon SchubertFix compilation with gcc40: Move function prototype...
2005-05-07 Simon SchubertFix compilation with gcc40: Don't declare static variab...
2005-05-07 Simon SchubertFix compilation with gcc40: Don't cast lvalue for posti...
2005-05-07 Simon SchubertFix compliation with gcc40: Don't export ROOTKEY with...
2005-05-07 Simon SchubertFix compliation with gcc40: Don't cast the lvalue,...
2005-05-07 Sascha WildnerRemove PCVT kernel part and mop up.
2005-05-07 Sascha WildnerCorrect typo: vender -> vendor
2005-05-06 Liam J. Foy- Produce more informative output to syslog. Generally...
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-05-01 Liam J. Foy- Add missing include <stdlib.h> for exit()
2005-05-01 Liam J. Foy- Use socklen_t
2005-05-01 Liam J. Foy- sprintf -> snprintf
2005-04-30 Liam J. Foy- Improve option handling
2005-04-30 Joerg SonnenbergerAdd NO_PKGTOOLS to not install the FreeBSD derived...
2005-04-29 Sascha WildnerAdd a missing .El and fix a couple of typos.
2005-04-27 Matthew DillonClean up the manual page, correct spelling, add additio...
2005-04-27 Matthew DillonAdd a manual page, clean up the options display, and...
2005-04-26 Matthew DillonImplement -s/-S (do quick course adjustment on startup).
2005-04-26 Matthew DillonDo not try to collect offset data if a prior offset...
2005-04-26 Matthew DillonAdd -n (not for real) option. The program goes through...
2005-04-25 Matthew DillonAdd config file support, daemon() backgrounding, pidfile,
2005-04-25 Matthew DillonImplement a course offset adjustment for large time...
2005-04-25 Matthew DillonDon't issue a frequency correction if it is the same...
2005-04-24 Matthew DillonImplement a variable polling rate capability.
2005-04-24 Liam J. Foy- Add further functionality to check for invalid characters
2005-04-24 Matthew DillonChange client_check() to calculate the best offset...
2005-04-24 Matthew DillonAllows 16 samples with a correllation >= 0.96 in additi...
2005-04-24 Matthew DillonFix an overflow in the delta time calculation. A doubl...
2005-04-24 Matthew DillonCleanup compiler warnings. Generate cleaner debug...
2005-04-24 Matthew DillonCorrect some packet ntohs/htons issues. Fix a document...
2005-04-24 Matthew DillonInitial commit for the DragonFly home-made ntpd client...
2005-04-23 Joerg SonnenbergerFix stupid order bug. The code should ignore the first...
2005-04-22 Liam J. Foy- Check return value of setenv(3)
2005-04-22 Joerg SonnenbergerAdd frequency correction support. The drift factor...
2005-04-22 Joerg SonnenbergerRIP PCVT userland.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiChange EXIT STATUS to DIAGNOSTICS. We have standardise...
2005-04-21 Joerg SonnenbergerConsider only drifts smaller than 32 ms as negligible.
2005-04-21 Joerg SonnenbergerAs long as a peer has some trust left, use the aggressi...
2005-04-21 Joerg SonnenbergerUnhook PCVT from kernel build.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerSync with OpenBSD. The ntpd -s is included now.
2005-04-15 Joerg SonnenbergerGC OLDCARD userland tools.
2005-04-14 Joerg SonnenbergerIgnore replies with a negative delay. Correct time...
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg SonnenbergerUse corrected system time internally, adjust old offset...
2005-04-14 Joerg SonnenbergerUse corrected system time internally, adjust old offset...
2005-04-05 Joerg SonnenbergerDon't reset getopt after each loop, we don't use the...
2005-04-03 Sascha WildnerRemove newline so that it looks nice in Postscript...
2005-04-02 Joerg SonnenbergerWARNS=6.
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Matthew DillonThe old ntpdate displayed the clock error by default...
2005-03-21 Liam J. Foy- Remove unused variable
2005-03-21 Joerg SonnenbergerCheck for the signal handlers another time, they might...
2005-03-21 Joerg SonnenbergerDefer work from the signal handlers into the main loop.
2005-03-19 Liam J. Foy- Make sure we call exit() after clnt_pcreateerror()
2005-03-18 Liam J. Foy- Correct usage of gethostname(3)
2005-03-18 Chris PresseyRaise WARNS to 6:
2005-03-18 Joerg SonnenbergerWARNS=6.
2005-03-17 David RhodusUnbreak the pkg_add -r which the last commit broke.
2005-03-17 Matthew DillonClean up a number of caching edge cases in NFS, rework...
2005-03-17 Joerg SonnenbergerFix warnings. Raise WARNS to 6.
2005-03-16 YONETANI TomokazuConstify all users of dktypenames to unbreak buildworld.
2005-03-16 Joerg SonnenbergerWARNS=6.
2005-03-16 Joerg SonnenbergerRaise WARNS to 6:
2005-03-16 Joerg SonnenbergerPass const ** as second argument to the command functions,
2005-03-13 Joerg SonnenbergerDon't build / install the various historic troff papers to
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPICA code.
2005-03-11 YONETANI TomokazuClean up Makefile's in preparation for importing new...
2005-03-09 Liam J. Foy- Sync the example with the correct sentense.
2005-03-09 Liam J. Foy- Good english
2005-03-08 Sascha WildnerFix some groff warnings.
2005-03-08 Joerg SonnenbergerSync with FreeBSD.
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-06 Matthew DillonBring in Damien's IPW driver.
2005-03-06 Matthew DillonBring in the IWI driver from FreeBSD and merge in ALTQ...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Chris PresseyAdd WARNS?=6 to Makefile.
2005-03-02 Chris PresseyRaise WARNS to 6:
2005-03-02 Joerg SonnenbergerUse isdigit instead of isnumber.
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-28 Joerg SonnenbergerRest of last commit. Define SA_LEN in one place.
2005-02-28 Joerg SonnenbergerSimplify patches by defining SA_LEN in one place.
2005-02-28 Sascha WildnerRemove some unnecessary braces and fix a gcc 3.4 warning.
2005-02-26 Jeroen Ruigrok/asmodaiUse .Dx macro.
2005-02-25 Joerg SonnenbergerSync OpenNTPD with OpenBSD.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
next