aboutsummaryrefslogtreecommitdiff
path: root/miscutils/adjtimex.c
AgeCommit message (Expand)Author
2020-12-13more --help text tweaksDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-06adjtimex: make it NOFORKDenys Vlasenko
2017-08-06adjtimex: zero-fill whole structure, to be on the safe sideDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2014-04-17adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko
2011-07-08a few tweaks for bionicDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2007-11-04ifconfig: code shrinkDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-14adjtimex: fix argument types (most importantly, allow negative ones)Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-22adjtimex: getopt_ulflags'isationDenis Vlasenko
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-27Move portability stuff to platform.h, and clean up adjtimex.c a bit whileRob Landley
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-26- provide fallback defines for non-linuxBernhard Reutner-Fischer
2005-10-20another more const"Vladimir N. Oleynik"
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-22Remove remaining libc5 support codeEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-06Fix adjtimex applet compileEric Andersen
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley