aboutsummaryrefslogtreecommitdiff
path: root/miscutils/adjtimex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* more --help text tweaksDenys Vlasenko2020-12-131-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+4
* adjtimex: make it NOFORKDenys Vlasenko2017-08-061-1/+6
* adjtimex: zero-fill whole structure, to be on the safe sideDenys Vlasenko2017-08-061-10/+13
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+7
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-3/+3
* adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko2014-04-171-13/+12
* a few tweaks for bionicDenys Vlasenko2011-07-081-1/+5
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+12
* *: 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
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-5/+3
* ifconfig: code shrinkDenis Vlasenko2007-11-041-38/+60
* 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
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-4/+9
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* adjtimex: fix argument types (most importantly, allow negative ones)Denis Vlasenko2007-03-141-4/+4
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-8/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* adjtimex: getopt_ulflags'isationDenis Vlasenko2006-09-221-31/+26
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-2/+3
* Move portability stuff to platform.h, and clean up adjtimex.c a bit whileRob Landley2006-05-271-58/+3
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - provide fallback defines for non-linuxBernhard Reutner-Fischer2006-05-261-0/+14
* another more const"Vladimir N. Oleynik"2005-10-201-3/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Remove remaining libc5 support codeEric Andersen2003-07-221-7/+0
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* Fix adjtimex applet compileEric Andersen2002-12-061-2/+0
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-1/+8
* Added adjtimex applet from Larry Doolittle.Mark Whitley2001-03-201-0/+169