Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 1 | -1/+1 |
| | | | | libbb: rename xgetcwd and xreadlink | ||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
| | |||||
* | readlink: do not emit errors if file doesnt not exist / not a link | Denis Vlasenko | 2006-10-20 | 1 | -13/+24 |
| | | | | getopt32: add =N support | ||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -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. | ||||
* | - fix copy'n paste errors that got introduced when switching to the shorter ↵ | Bernhard Reutner-Fischer | 2006-09-13 | 1 | -1/+1 |
| | | | | | | boilerplate. No object code changes. | ||||
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -2/+3 |
| | | | | and eventual platform specific includes in early. | ||||
* | The gnu extension to have realpath() malloc its buffer when handed a NULL | Rob Landley | 2006-05-17 | 1 | -2/+2 |
| | | | | isn't implemented in uClibc, so we can't use it. | ||||
* | Tito pointed out that if readlink doesn't have -f, there's no need to call | Rob Landley | 2005-09-17 | 1 | -6/+6 |
| | | | | the option parsing code at all. | ||||
* | Clean up memory allocation. | Rob Landley | 2005-09-11 | 1 | -32/+8 |
| | |||||
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -5/+2 |
| | | | | getopt.h, whitespace changes, typos, etc. | ||||
* | - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson ↵ | Ned Ludd | 2004-12-08 | 1 | -2/+22 |
| | | | | <cjwatson@debian.org> on busybox mailing list 08/11/04 | ||||
* | 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/+46 |