Call bus_setup_intr in xe_attach, not xe_activate. This prevents
[dragonfly.git] / usr.sbin /
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-08 Joerg SonnenbergerAllow radio and statistic dump to use arbitrary interfa...
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-07 Simon Schubertconvert ln to ${LN}
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-07-04 Simon SchubertOnly symlink if we're building either sendmail or mailw...
2005-07-04 Simon Schubert- Merge few fixes from NetBSD/FreeBSD.
2005-07-04 Simon SchubertMerge various changes from NetBSD, OpenBSD and FreeBSD...
2005-07-01 Liam J. Foy- Whoops, some test code slipped in. Remove it
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-27 Liam J. Foy- Introduce new -g option. This allows for the broadcas...
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-17 Sascha WildnerMop up OLDCARD remains.
2005-06-16 Liam J. Foy- Make rwhod now use poll(2) instead of signals
2005-06-15 Liam J. Foy- Small message
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-11 Jeroen Ruigrok/asmodaiRemove NO_PKGTOOLS wrapper, it existed in top-level...
2005-06-11 Jeroen Ruigrok/asmodaiAdd NO_PKGTOOLS to disable building of the pkg_* tools...
2005-06-06 Liam J. Foy- We should use inet_ntoa which returns an ASCII string...
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-02 Matthew DillonClean up type-o's.
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-31 Liam J. Foy- Fix memory leak if realloc(3) failed. Use reallocf(3).
2005-05-30 Sascha WildnerHandle renaming of battd.1 to battd.8
2005-05-27 Liam J. Foy- Use pidfile(3). The pid file can be used as a quick...
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.
next