summaryrefslogtreecommitdiff
path: root/miscutils/adjtimex.c
Commit message (Expand)AuthorAgeFilesLines
* 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