Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
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. | |||
2006-09-22 | adjtimex: getopt_ulflags'isation | Denis Vlasenko | |
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | |
and eventual platform specific includes in early. | |||
2006-05-27 | Move portability stuff to platform.h, and clean up adjtimex.c a bit while | Rob Landley | |
I'm in the area. | |||
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | |
2006-05-26 | - provide fallback defines for non-linux | Bernhard Reutner-Fischer | |
2005-10-20 | another more const | "Vladimir N. Oleynik" | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-12-06 | Fix adjtimex applet compile | Eric Andersen | |
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | |
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | |||
2001-03-20 | Added adjtimex applet from Larry Doolittle. | Mark Whitley | |