summaryrefslogtreecommitdiff
path: root/miscutils/adjtimex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | no preceding prototype
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-8/+4
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* 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
| | | | and eventual platform specific includes in early.
* Move portability stuff to platform.h, and clean up adjtimex.c a bit whileRob Landley2006-05-271-58/+3
| | | | I'm in the area.
* 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
| | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik
* Added adjtimex applet from Larry Doolittle.Mark Whitley2001-03-201-0/+169