summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd
Commit message (Collapse)AuthorAgeFilesLines
* Make broadcast clients work.phk1996-08-061-1/+1
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-248-35/+35
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Second attempt to correct the leap year handling.tg1996-01-091-1/+2
|
* Somebody stumbled over the :? here.. :-)jkh1996-01-091-1/+1
|
* Fix leap year calculations in parse_to_unixtime()tg1996-01-081-3/+5
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-30174-55943/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-301-28/+0
|
* Fixed the type of a signal handler.bde1995-12-071-2/+2
|
* Moved a test for HAVE_GETBOOTFILE to after the #include of thebde1995-12-071-5/+6
| | | | | configuration header that may define it. Fixed the resulting warnings.
* Added missing data to a struct initializer by copying it from similarbde1995-12-071-1/+4
| | | | | initializers. This may not be correct, but the initializer shouldn't have compiled before.
* Correct the manpage for the -o flag. Formerly it was a single flag, nowats1995-09-031-5/+9
| | | | | it requires a version number for the flag. Also correct the manpage to tell the user ntpdate now uses version 3 as default.
* Support for the Boeder DCF77 Receiverjkh1995-07-2110-28/+130
| | | | Submitted by: Vincenzo Capuano <VCAPUANO@VMPROFS.ESOC.ESA.DE>
* Add missing ../ to secure path, close PR 615ache1995-07-151-1/+1
| | | | Submitted by: gordon@sheaky.lonestar.org
* Remove trailing whitespace.rgrimes1995-05-30107-836/+842
|
* Do what the previous log message claimed to do and don't enable DES ifbde1995-04-161-1/+1
| | | | the user doesn't have the secure sources.
* Bring down the old version of Makefile from the Attic and replace with thisrgrimes1995-04-041-43/+18
| | | | | | bmake version of Makefile to build and install dcfd. Submitted by: Vincenzo Capuano <VCAPUANO@vmprofs.esoc.esa.de>
* Patches to make this work with FreeBSD with the DCF77 Boeder Receiver.jkh1995-03-312-3/+38
| | | | | | This is only useful to European users (esp. Germans) as DCF77 transmits from Frankfurt. Submitted by: Vincenzo Capuano <VCAPUANO@VMPROFS.ESOC.ESA.DE>
* Missing const clashes with prototype definition in ntp_stdlib.h; fixed.jkh1995-03-311-1/+1
|
* Enable DES if NOCRYPT is not set and and the user has the secure sources.wollman1995-03-232-3/+12
|
* From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM>jkh1994-11-181-0/+1
| | | | | | | | | | | in getting mirror-2.3 to work with FreeBSD, i found that timelocal.pl has a bug. a patch is included below. this needs to be applied to both src/gnu/usr.bin/perl/lib/timelocal.pl and src/usr.sbin/xntpd/scripts/monitoring/timelocal.pl Reviewed by: Submitted by: Obtained from:
* Don't build an unused array of kernel names when HAVE_GETBOOTFILE isbde1994-11-141-1/+3
| | | | | | | defined. Don't use the newfangled C features to waste time building the array at runtime when HAVE_GETBOOTFILE is not defined.
* Same as last one, use "sh -e" for these to make them catch pathologicalphk1994-10-036-12/+12
| | | | conditions.
* Allow multicast NTP.wollman1994-10-021-0/+1
|
* Sorry, wrong previous commit backed out, HAVE_GETBOOTFILEache1994-09-301-1/+1
| | | | defined in another place
* Forget to define HAVE_GETBOOTFILEache1994-09-301-1/+1
|
* Use getbootfile() properly, old code cause reboots somethimesache1994-09-301-3/+11
|
* Make it compile under 2.0.wollman1994-09-306-16/+24
|
* Merged changes from the vendor branch. NB: this will NOT compile untilwollman1994-09-2915-2356/+1455
| | | | after the NEXT commit.
* This commit was generated by cvs2svn to compensate for changes in r3215,wollman1994-09-29215-10968/+34469
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * xntp 3.4e from Dave Mills @ UDelwollman1994-09-29229-13262/+35900
| |
* | getbootfile() not invokedpst1994-09-281-1/+1
| |
* | xntpd(8) doesn't know about /kernel (do it right, use get_bootfile()).pst1994-09-272-1/+16
| |
* | Get rid of _PATH_UNIX completely; use getbootfile(3) instead.wollman1994-09-241-3/+3
| | | | | | | | | | | | | | DANGER WILL ROBINSON! _PATH_UNIX is currently defined as the literal string "don't use this". I am of two minds about this myself, but wanted to get something into the tree as quickly as possible.
* | Fix library dependencies. The clockstuff directory isn't used but Ibde1994-09-151-3/+3
| | | | | | | | fixed the Makefile before I knew that.
* | Make this silly thing use _PATH_UNIX first. Remove some of the morejkh1994-09-081-1/+3
| | | | | | | | | | bogus alternate kernel names. Submitted by: jkh
* | Remove duplicate declaration of sys_errlist[].jkh1994-08-261-3/+3
| | | | | | | | Submitted by: jkh
* | Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-241-1/+1
| |
* | Add note about kernel PLL support.wollman1994-04-211-0/+6
| |
* | Enable kernelized NTP PLL support on the daemon side.wollman1994-04-212-1/+3
| | | | | | | | | | | | If your clocks suddenly start running backwards 500 hours per day, let me know. ifdef out some bogus declarations.
* | Enable kernelized NTP PLL support on the daemon side.wollman1994-04-211-0/+2
| | | | | | | | | | If your clocks suddenly start running backwards 500 hours per day, let me know.
* | Merged xntp3.3q from vendor branch.wollman1994-04-219-37/+167
| |
* | This commit was generated by cvs2svn to compensate for changes in r1381,wollman1994-04-2199-2627/+21737
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * xntp3.3s from UDelwollman1994-04-21106-2674/+21906
| |
* | Upgraded to Delaware version 3.3p (yes, that's right, they're not increasing).wollman1994-04-039-18/+73
| | | | | | | | | | | | This version still doesn't talk to the kernel PLL code, but you should be able to convince it to do so relatively easily. Also deleted some junk files and fixed all compilation warnings.
* | This commit was generated by cvs2svn to compensate for changes in r1328,wollman1994-04-0392-1142/+4661
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * xntp 3.3p from Delawarewollman1994-04-0395-1146/+4718
| |
* | Added support for "Conrad DCF-77 mobil" radio clock. This is the cheapestphk1994-02-261-0/+68
| | | | | | | | | | (DM130) way to get precise ticks if you are within range of the xmitter in Mainflingen. I'm some 1000Km away and have +/- 2ms clock using this.
* | Fix mkversion script so that it finds the top-level VERSION filewollman1994-02-061-1/+4
| | | | | | | | when obj directories are in use.
* | Use uname(2) to get OS name and arch.wollman1994-02-032-15/+11
| |
* | Eliminate compilation warning.wollman1994-02-031-0/+2
| |
OpenPOWER on IntegriCloud