Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use "glibc errno" trick not only for ash, but for entire busybox | Denis Vlasenko | 2007-05-31 | 1 | -5/+0 |
| | | | | | (add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes | ||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | - add option -t | Bernhard Reutner-Fischer | 2006-10-10 | 1 | -6/+16 |
| | | | | mkinitrd and mkinitramfs both require -t. | ||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -1/+1 |
| | | | | and eventual platform specific includes in early. | ||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
| | |||||
* | A cleanup patch I've had lying around in my tree for a while, I think it | Rob Landley | 2005-12-02 | 1 | -35/+10 |
| | | | | was from Bernhard Fischer? | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Add the -d option, its used by old versions of config.guess, change to | Glenn L McGrath | 2003-04-26 | 1 | -3/+26 |
| | | | | use getopt. | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
| | |||||
* | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | 2002-11-11 | 1 | -0/+40 |