aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/timed
Commit message (Collapse)AuthorAgeFilesLines
* Convert nets specified with -i/-n to network byte order.Jonathan Lemon1997-08-211-2/+2
| | | | | | | | PR: 3906, 3801 Submitted by: Bob Willcox <bob@luke.pmr.com>, Hiroya Tsubakimoto Notes: svn path=/head/; revision=28547
* Typo: .SH --> .Sh.Masafumi Max NAKANE1997-05-251-1/+1
| | | | | | | | PR: 3683 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/head/; revision=26133
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Sort cross references.Wolfram Schneider1997-01-202-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Fix some formatting problems. Closed PR# 2377.Mike Pritchard1997-01-081-2/+2
| | | | | | | Pointed out by: David O'Brien Notes: svn path=/head/; revision=21417
* Fixes:Marc G. Fournier1996-10-222-4/+4
| | | | | | | | | | | | | | If timed is running when system clock is changed by date command, improper wtmp entry is made. According to wtmp(5), two entries, one with "|" as ut_line field and one with "{" for ut_line, should be recorded, but, one with "|" and one with "}" are made. Closes: PR#bin/1182 Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp> Notes: svn path=/head/; revision=19093
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-1/+1
| | | | Notes: svn path=/head/; revision=15082
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-8/+8
| | | | Notes: svn path=/head/; revision=8857
* Fully initialize (bzero) the stack-allocated "struct sockaddr_in server"David Greenman1995-05-151-1/+2
| | | | | | | | structure. Random junk on the stack would cause the call to bind to fail in some cases (since the address portion wasn't initialized). Notes: svn path=/head/; revision=8532
* Apply an even number of ntohl's to icmp_otime. This fixesBruce Evans1994-11-271-3/+3
| | | | | | | `timedc clockdiff ...'. Notes: svn path=/head/; revision=4840
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-052-2/+2
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* Why cast a constant to (unsigned long) when you can make it this byRodney W. Grimes1994-05-281-1/+1
| | | | | | | appending UL. Notes: svn path=/head/; revision=1611
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-2634-0/+7339
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553