aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rdate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* rdate: tweak comments, no code changesDenys Vlasenko2017-07-271-5/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* rdate: time(NULL) is shorter than time(&var)Denys Vlasenko2017-01-201-4/+1
* rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko2017-01-201-6/+27
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+13
* trivial code shrinkDenys Vlasenko2015-02-181-4/+4
* rdate: code shrinkDenys Vlasenko2012-06-111-2/+2
* rdate: code shrinkDenys Vlasenko2012-06-111-11/+12
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+8
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fix verbose output; remove commented-out includes.Denis Vlasenko2007-01-111-6/+0
* ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko2007-01-111-20/+10
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-261-1/+1
* eject: -T fixDenis Vlasenko2006-10-051-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* - No options should set the current system time.Bernhard Reutner-Fischer2006-06-031-4/+4
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* just whitespaceTim Riker2006-01-251-5/+5
* bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi..."Vladimir N. Oleynik"2005-10-281-4/+3
* Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley2005-10-281-48/+15
* Stephane Billiart writes:Eric Andersen2004-01-181-1/+1
* Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath2003-12-201-1/+2
* Patch from Fillod Stephane:Eric Andersen2003-12-191-2/+8
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen2003-11-031-2/+2
* Rework wget, the xconnect interface, and its various clientsEric Andersen2003-10-311-4/+3
* Patch from Steven Scholz, fix some warningsGlenn L McGrath2003-10-091-1/+2
* fix function prototypeEric Andersen2003-09-151-1/+1
* Remove final \nEric Andersen2003-09-121-1/+1
* Teach rdate to timeout in 10 seconds to avoid blocking foreverEric Andersen2003-09-121-0/+10
* Very minor rdate updatesEric Andersen2003-07-221-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-4/+4
* A patch from Bart Visscher <magick@linux-fan.com> to add anEric Andersen2002-07-031-16/+4
* Use port 37 by default.Matt Kraai2001-10-011-6/+6
* Rework option handling to save space.Matt Kraai2001-07-301-19/+11
* Add xgethostbyname and herror_msg* functions.Matt Kraai2001-05-161-2/+1
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-9/+9