summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
OpenPOWER on IntegriCloud