summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd
Commit message (Collapse)AuthorAgeFilesLines
* Bye bye xntpd.roberto1999-12-22360-93367/+0
|
* Fix spelling errors.chris1999-11-072-2/+2
| | | | (``compatible'' is misspelled here as ``compatable'')
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* Fix warning: return type of `main' is not `int'peter1999-09-155-5/+15
|
* Tidy $Log$ debrispeter1999-09-063-15/+0
|
* $Header$ cookiespeter1999-09-051-1/+1
|
* $Header$ -> $FreeBSD$peter1999-08-284-5/+11
|
* $Id$ -> $FreeBSD$peter1999-08-2822-22/+22
|
* Recognise the GPS receiver from Trimblen_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>
* MAXLINE not MAX_CMDLINEmdodd1999-08-201-1/+1
| | | | Noticed by: Norman C. Rice <nrice@emu.sourcee.com>
* Fix some cut and paste damage.mdodd1999-08-201-1/+1
| | | | Noticed by: Norman C. Rice <nrice@emu.sourcee.com>
* What the heck was I thinking? Nobody else saw this? Sheesh.mdodd1999-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.
* Use el_source() so we pick up .editrcmdodd1999-08-191-0/+1
|
* Add support for command line editing and history.mdodd1999-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)
* Fix a bunch of broken cross-referenceschris1999-08-181-2/+2
|
* Make the source and the man page agree about the flags accepted bynik1999-07-052-4/+9
| | | | | | | | ntpdate. PR: docs/12344 Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> Reviewed by: nik
* Fix hostname lookup problems on 64-bit machines.jdp1999-05-214-9/+9
|
* Fix a sign-extension bug in xntpdc's "kerninfo" output for on 64-bitjdp1999-05-211-1/+1
| | | | | machines. Negative pll offset values were printed as large positive numbers.
* Correct typo.jkoshy1999-04-191-2/+2
| | | | | PR: docs/11185 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Fix leap year comments. 2000 is a leap year, so code without a century-testdanny1999-01-122-3/+3
| | | | still works until 2100.
* Fix leap year calculations, including 2000. The code was broken for alldanny1999-01-122-4/+9
| | | | | years! Reviewed by: <thepish@freebsd.org>, <ishisone@sra.co.jp>
* Use sysctl() rather than kvm_read() when getting informationdima1998-10-192-0/+29
| | | | | about clock stuff from kernel. This fixes xntpd on alpha.
* The adjtime man page is in section 2, not 8.des1998-10-131-2/+2
| | | | | PR: docs/8310 Submitted by: Amakawa Shuhei <amakawa@nebula.sf.t.u-tokyo.ac.jp>
* Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.des1998-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
* Don't allow longjmp into a no longer valid stack frame.tegge1998-09-101-0/+1
|
* #include <arpa/inet.h> instead of rolling own prototype.peter1998-06-121-3/+1
|
* Removed self-inclusion-prevention ifdef. It is unnecessary now thatbde1998-05-011-3/+1
| | | | bsd.man.mk doesn't include ${.CURDIR}/../Makefile.inc.
* Don't use the beforedepend target. It was a no-op here except forbde1998-03-196-18/+6
| | | | helping bsd.dep.mk break `make -jN depend'.
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-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.
* Convert to mdoc + typos.charnier1998-02-195-1666/+1405
|
* Add rcsid. Add usage() with up to date flag list. Use err(3).charnier1998-01-221-68/+43
|
* Convert to mdoc format. Document missing flags.charnier1998-01-221-110/+91
|
* Fix some minor formatting bugs.steve1997-12-271-5/+8
| | | | | PR: 5216 Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
* YTK fix.alex1997-12-221-3/+6
|
* Typo fix.max1997-09-221-5/+5
| | | | | PR: 4594 Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
* Typo.max1997-09-191-1/+1
|
* typowosch1997-09-131-1/+1
| | | | | PR: docs/4523 Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
* Add LC_TIME=C to dateache1997-06-301-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-2215-15/+15
|
* Add the trickery to power the "Conrad" DCF77 receiver.phk1997-01-181-0/+15
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Fixed DPADD (don't put -L in it).bde1997-01-105-15/+15
|
* Apply patch in pr 2067 to correct an uninitialized pointer dereferenceimp1996-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
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-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.
* typoadam1996-11-031-1/+1
|
* Fix a YTK bug.pst1996-10-201-1/+1
|
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-3/+3
|
* Fixed DPADD.bde1996-09-051-1/+2
|
* typoadam1996-09-051-1/+1
|
* Use a variable to prevent multiple inclusion from duplicating CFLAGS args.peter1996-08-301-0/+5
|
OpenPOWER on IntegriCloud