aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd
Commit message (Collapse)AuthorAgeFilesLines
* Bye bye xntpd.Ollivier Robert1999-12-22360-93367/+0
| | | | Notes: svn path=/head/; revision=55003
* Fix spelling errors.Chris Costello1999-11-072-2/+2
| | | | | | | (``compatible'' is misspelled here as ``compatable'') Notes: svn path=/head/; revision=52948
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
| | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/head/; revision=51457
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-155-5/+15
| | | | Notes: svn path=/head/; revision=51287
* Tidy $Log$ debrisPeter Wemm1999-09-063-15/+0
| | | | Notes: svn path=/head/; revision=51010
* $Header$ cookiesPeter Wemm1999-09-051-1/+1
| | | | Notes: svn path=/head/; revision=50956
* $Header$ -> $FreeBSD$Peter Wemm1999-08-284-5/+11
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2822-22/+22
| | | | Notes: svn path=/head/; revision=50479
* Recognise the GPS receiver from TrimbleNick Hibma1999-08-231-0/+15
| | | | | | | | | | | | | | | | in NMEA mode (without date). Trimble OEM Ace-II receiver. Low cost PCB with single voltage input, external active antenna and two serial ports with either NMEA and ITAPs output. Programmable to be tuned for 'time' accuracy in fixed station config. Author of tool notified. Submitted by: Dirk van Gulik <dirk.vangulik@jrc.it> Notes: svn path=/head/; revision=50243
* MAXLINE not MAX_CMDLINEMatthew N. Dodd1999-08-201-1/+1
| | | | | | | Noticed by: Norman C. Rice <nrice@emu.sourcee.com> Notes: svn path=/head/; revision=50089
* Fix some cut and paste damage.Matthew N. Dodd1999-08-201-1/+1
| | | | | | | Noticed by: Norman C. Rice <nrice@emu.sourcee.com> Notes: svn path=/head/; revision=50077
* What the heck was I thinking? Nobody else saw this? Sheesh.Matthew N. Dodd1999-08-201-2/+4
| | | | | | | | | | | | | (num > MAX) ? MAX : num rather than (MAX > num) ? MAX : num Also, make things a little easier to read while I'm here. Notes: svn path=/head/; revision=50071
* Use el_source() so we pick up .editrcMatthew N. Dodd1999-08-191-0/+1
| | | | Notes: svn path=/head/; revision=50042
* Add support for command line editing and history.Matthew N. Dodd1999-08-192-9/+33
| | | | | | | | | | | Remove src/contrib/bind/bin/nslookup/commands.c as it is generated by lex from commands.l. Submitted by: lpc/cdcontrol patches originally by msmith. Reviewed by: msmith (in theory) Notes: svn path=/head/; revision=50039
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
| | | | Notes: svn path=/head/; revision=50000
* Make the source and the man page agree about the flags accepted byNik Clayton1999-07-052-4/+9
| | | | | | | | | | | ntpdate. PR: docs/12344 Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> Reviewed by: nik Notes: svn path=/head/; revision=48608
* Fix hostname lookup problems on 64-bit machines.John Polstra1999-05-214-9/+9
| | | | Notes: svn path=/head/; revision=47372
* Fix a sign-extension bug in xntpdc's "kerninfo" output for on 64-bitJohn Polstra1999-05-211-1/+1
| | | | | | | | machines. Negative pll offset values were printed as large positive numbers. Notes: svn path=/head/; revision=47365
* Correct typo.Joseph Koshy1999-04-191-2/+2
| | | | | | | | PR: docs/11185 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=45805
* Fix leap year comments. 2000 is a leap year, so code without a century-testDaniel O'Callaghan1999-01-122-3/+3
| | | | | | | still works until 2100. Notes: svn path=/head/; revision=42596
* Fix leap year calculations, including 2000. The code was broken for allDaniel O'Callaghan1999-01-122-4/+9
| | | | | | | | years! Reviewed by: <thepish@freebsd.org>, <ishisone@sra.co.jp> Notes: svn path=/head/; revision=42595
* Use sysctl() rather than kvm_read() when getting informationDima Ruban1998-10-192-0/+29
| | | | | | | | about clock stuff from kernel. This fixes xntpd on alpha. Notes: svn path=/head/; revision=40527
* The adjtime man page is in section 2, not 8.Dag-Erling Smørgrav1998-10-131-2/+2
| | | | | | | | PR: docs/8310 Submitted by: Amakawa Shuhei <amakawa@nebula.sf.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=40321
* Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.Dag-Erling Smørgrav1998-10-081-2/+2
| | | | | | | | | | | | | | | | | | Disable building tickadj(8) by removing util from SUBDIR in the xntpd Makefile. Note that the sources are still there and tickadj can still be built and installed by doing: # cd /usr/src/usr.sbin/xntpd/util # make all install There are enough references to tickadj in e.g. the xntpd documentation (not to mention the sysctl variables it uses etc.) that I don't feel up to implementing the final solution right now. Kinda-approved-by: phk Notes: svn path=/head/; revision=40076
* Don't allow longjmp into a no longer valid stack frame.Tor Egge1998-09-101-0/+1
| | | | Notes: svn path=/head/; revision=39035
* #include <arpa/inet.h> instead of rolling own prototype.Peter Wemm1998-06-121-3/+1
| | | | Notes: svn path=/head/; revision=36918
* Removed self-inclusion-prevention ifdef. It is unnecessary now thatBruce Evans1998-05-011-3/+1
| | | | | | | bsd.man.mk doesn't include ${.CURDIR}/../Makefile.inc. Notes: svn path=/head/; revision=35591
* Don't use the beforedepend target. It was a no-op here except forBruce Evans1998-03-196-18/+6
| | | | | | | helping bsd.dep.mk break `make -jN depend'. Notes: svn path=/head/; revision=34683
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-079-79/+33
| | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Notes: svn path=/head/; revision=34159
* Convert to mdoc + typos.Philippe Charnier1998-02-195-1666/+1405
| | | | Notes: svn path=/head/; revision=33612
* Add rcsid. Add usage() with up to date flag list. Use err(3).Philippe Charnier1998-01-221-68/+43
| | | | Notes: svn path=/head/; revision=32696
* Convert to mdoc format. Document missing flags.Philippe Charnier1998-01-221-110/+91
| | | | Notes: svn path=/head/; revision=32694
* Fix some minor formatting bugs.Steve Price1997-12-271-5/+8
| | | | | | | | PR: 5216 Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp> Notes: svn path=/head/; revision=32023
* YTK fix.Alexander Langer1997-12-221-3/+6
| | | | Notes: svn path=/head/; revision=31940
* Typo fix.Masafumi Max NAKANE1997-09-221-5/+5
| | | | | | | | PR: 4594 Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp> Notes: svn path=/head/; revision=29711
* Typo.Masafumi Max NAKANE1997-09-191-1/+1
| | | | Notes: svn path=/head/; revision=29620
* typoWolfram Schneider1997-09-131-1/+1
| | | | | | | | PR: docs/4523 Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp> Notes: svn path=/head/; revision=29326
* Add LC_TIME=C to dateAndrey A. Chernov1997-06-301-1/+1
| | | | Notes: svn path=/head/; revision=27105
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2215-15/+15
| | | | Notes: svn path=/head/; revision=22997
* Add the trickery to power the "Conrad" DCF77 receiver.Poul-Henning Kamp1997-01-181-0/+15
| | | | Notes: svn path=/head/; revision=21840
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1415-15/+15
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fixed DPADD (don't put -L in it).Bruce Evans1997-01-105-15/+15
| | | | Notes: svn path=/head/; revision=21476
* Apply patch in pr 2067 to correct an uninitialized pointer dereferenceWarner Losh1996-12-171-1/+2
| | | | | | | | | | | | in tickadj. Tested briefly here and it it seems to work. Possible 2.2 candidate. Submitted by: Don Lewis <Don.Lewis@tsc.tdk.com> Closes PR: 2067 Notes: svn path=/head/; revision=20597
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-0/+4
| | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. Notes: svn path=/head/; revision=20287
* typoAdam David1996-11-031-1/+1
| | | | Notes: svn path=/head/; revision=19359
* Fix a YTK bug.Paul Traina1996-10-201-1/+1
| | | | Notes: svn path=/head/; revision=19061
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-3/+3
| | | | Notes: svn path=/head/; revision=18718
* Fixed DPADD.Bruce Evans1996-09-051-1/+2
| | | | Notes: svn path=/head/; revision=18050
* typoAdam David1996-09-051-1/+1
| | | | Notes: svn path=/head/; revision=18044
* Use a variable to prevent multiple inclusion from duplicating CFLAGS args.Peter Wemm1996-08-301-0/+5
| | | | Notes: svn path=/head/; revision=17940