summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rdate/rdate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* expand message between processes to 2048 bytes. Andre Smagin foundderaadt2015-12-231-2/+2
* repair error message; spotted by Marcus Merighideraadt2015-10-311-2/+2
* rdate is a classic "run as root, talk to internet for a while doingderaadt2015-10-291-13/+69
* clean up flags++ instances around getopt()deraadt2015-02-091-6/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* ensure there are prototypesderaadt2013-11-121-3/+4
* Use %lld and cast to (long long) when printing time_t valuesguenther2013-08-161-3/+3
* Remove extra info from usage message; that's what the manual is for.millert2013-04-201-17/+7
* Add -o option to getopt string and usage.millert2013-04-201-4/+4
* Make -n the default and add -o flag for the old RFC 868 time protocolmillert2013-04-191-2/+6
* comment incorrect; rdate has -n support now tooderaadt2013-04-191-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* documentation tweaks.sobrado2008-07-091-11/+12
* sort options and SYNOPSIS;jmc2004-02-181-7/+7
* add IPv4/IPv6 transport selection. ok millert@ deraadt@jakob2004-02-161-7/+19
* strict proto cleanupsderaadt2003-06-261-3/+3
* add leap second support for rfc868, from thorsten glaserjakob2002-09-081-14/+11
* style; from thorstenjakob2002-08-101-5/+11
* move leap seconds correction to -N option for nowjakob2002-07-271-3/+11
* add verbose output optionjakob2002-07-271-5/+10
* bit more KNFderaadt2002-05-161-8/+6
* add support for SNTP & split out RFC868 time support. ok deraadt@jakob2002-05-161-69/+39
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+2
* fix -pa to display properly initialized adjustment; ok beck@ pjanzen@stevesk2001-08-151-7/+11
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* More includes for library prototypes.downsj1997-04-271-2/+4
* wtmp repairs; netbsdderaadt1997-04-041-20/+23
* corrected to look even more like date(1)kstailey1997-02-061-3/+3
* make lint happierkstailey1997-01-211-4/+4
* make output look like that of date(1)kstailey1997-01-211-3/+10
* warnxderaadt1996-12-101-4/+3
* sync to netbsd 960418deraadt1996-04-211-4/+4
* From NetBSD: merge of 960317niklas1996-03-251-3/+8
* From NetBSD:niklas1996-02-221-16/+48
* initial import of NetBSD treederaadt1995-10-181-0/+141