aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make broadcast clients work.Poul-Henning Kamp1996-08-061-1/+1
| | | | Notes: svn path=/head/; revision=17452
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=16663
* Second attempt to correct the leap year handling.Thomas Gellekum1996-01-091-1/+2
| | | | Notes: svn path=/head/; revision=13356
* Somebody stumbled over the :? here.. :-)Jordan K. Hubbard1996-01-091-1/+1
| | | | Notes: svn path=/head/; revision=13355
* Fix leap year calculations in parse_to_unixtime()Thomas Gellekum1996-01-081-3/+5
| | | | Notes: svn path=/head/; revision=13342
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-30174-55943/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* recording cvs-1.6 file deathPeter Wemm1995-12-301-28/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Fixed the type of a signal handler.Bruce Evans1995-12-071-2/+2
| | | | Notes: svn path=/head/; revision=12670
* Moved a test for HAVE_GETBOOTFILE to after the #include of theBruce Evans1995-12-071-5/+6
| | | | | | | | configuration header that may define it. Fixed the resulting warnings. Notes: svn path=/head/; revision=12669
* Added missing data to a struct initializer by copying it from similarBruce Evans1995-12-071-1/+4
| | | | | | | | initializers. This may not be correct, but the initializer shouldn't have compiled before. Notes: svn path=/head/; revision=12668
* Correct the manpage for the -o flag. Formerly it was a single flag, nowAndreas Schulz1995-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. Notes: svn path=/head/; revision=10543
* Support for the Boeder DCF77 ReceiverJordan K. Hubbard1995-07-2110-28/+130
| | | | | | | Submitted by: Vincenzo Capuano <VCAPUANO@VMPROFS.ESOC.ESA.DE> Notes: svn path=/head/; revision=9614
* Add missing ../ to secure path, close PR 615Andrey A. Chernov1995-07-151-1/+1
| | | | | | | Submitted by: gordon@sheaky.lonestar.org Notes: svn path=/head/; revision=9526
* Remove trailing whitespace.Rodney W. Grimes1995-05-30107-836/+842
| | | | Notes: svn path=/head/; revision=8857
* Do what the previous log message claimed to do and don't enable DES ifBruce Evans1995-04-161-1/+1
| | | | | | | the user doesn't have the secure sources. Notes: svn path=/head/; revision=7869
* Bring down the old version of Makefile from the Attic and replace with thisRodney W. Grimes1995-04-041-43/+18
| | | | | | | | | bmake version of Makefile to build and install dcfd. Submitted by: Vincenzo Capuano <VCAPUANO@vmprofs.esoc.esa.de> Notes: svn path=/head/; revision=7622
* Patches to make this work with FreeBSD with the DCF77 Boeder Receiver.Jordan K. Hubbard1995-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> Notes: svn path=/head/; revision=7512
* Missing const clashes with prototype definition in ntp_stdlib.h; fixed.Jordan K. Hubbard1995-03-311-1/+1
| | | | Notes: svn path=/head/; revision=7506
* Enable DES if NOCRYPT is not set and and the user has the secure sources.Garrett Wollman1995-03-232-3/+12
| | | | Notes: svn path=/head/; revision=7286
* From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM>Jordan K. Hubbard1994-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: Notes: svn path=/head/; revision=4594
* Don't build an unused array of kernel names when HAVE_GETBOOTFILE isBruce Evans1994-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. Notes: svn path=/head/; revision=4458