Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 2 | -23/+19 | |
| | | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes. | |||||
* | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | 2002-07-11 | 2 | -6/+7 | |
| | | | | -Erik | |||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -2/+2 | |
| | | | | | silly games. -Erik | |||||
* | Little fix to avoid overflow | Eric Andersen | 2002-07-03 | 1 | -1/+1 | |
| | ||||||
* | Remove advertising clauses in accordance with | Aaron Lehmann | 2002-06-23 | 2 | -10/+2 | |
| | | | | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | |||||
* | Fix a potential macro expansion problem... isspace can be | Eric Andersen | 2002-06-15 | 1 | -1/+1 | |
| | | | | a macro causing a double decrement... | |||||
* | Don't use pointless GNU-isms | Eric Andersen | 2002-06-15 | 1 | -2/+2 | |
| | ||||||
* | last_patch41 from vodz to fix stty -F and similar | Eric Andersen | 2002-06-06 | 1 | -3/+22 | |
| | ||||||
* | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | Manuel Novoa III | 2002-05-29 | 1 | -2/+2 | |
| | ||||||
* | Added include for isdigit(); simplified -<num> detection | Robert Griebl | 2002-05-27 | 2 | -2/+4 | |
| | ||||||
* | SUpport old style -[::digit::] options for head and tail | Robert Griebl | 2002-05-17 | 2 | -1/+11 | |
| | | | | Also make head behave like GNU head (-0/-n 0 is valid) | |||||
* | fix and shrink uuencode | Tim Riker | 2002-05-01 | 1 | -55/+23 | |
| | ||||||
* | Fix silly combinitorial oversight | Eric Andersen | 2002-04-27 | 1 | -5/+3 | |
| | ||||||
* | Support noerror option | Eric Andersen | 2002-04-27 | 1 | -3/+16 | |
| | ||||||
* | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen | 2002-04-26 | 1 | -0/+85 | |
| | ||||||
* | ls could mis-color certain entries when previous commands | Eric Andersen | 2002-04-17 | 1 | -0/+2 | |
| | | | | had failed. Explicitly 0 out errno to prevent that. | |||||
* | Update some missing copyright notices | Eric Andersen | 2002-04-13 | 5 | -4/+1 | |
| | ||||||
* | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen | 2002-04-06 | 1 | -2/+12 | |
| | ||||||
* | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | Eric Andersen | 2002-04-06 | 1 | -1/+1 | |
| | ||||||
* | Work around compiler/assembler problem and reduce code size at the same time. | Manuel Novoa III | 2002-03-25 | 1 | -4/+9 | |
| | ||||||
* | Eliminate extra trailing space | Eric Andersen | 2002-03-20 | 1 | -3/+2 | |
| | ||||||
* | Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide | Eric Andersen | 2002-03-20 | 1 | -2/+63 | |
| | | | | | | color ls support, modifed by me to behave properly when not running output to a terminal (i.e. 'ls | more') -Erik | |||||
* | list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. | Matt Kraai | 2002-03-08 | 1 | -0/+2 | |
| | ||||||
* | * fileutils/ls.c (showfiles): Display multiple short names on a line. | Matt Kraai | 2002-03-08 | 1 | -6/+1 | |
| | ||||||
* | * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a | Matt Kraai | 2002-02-05 | 1 | -2/+8 | |
| | | | | file or directory. | |||||
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 6 | -11/+11 | |
| | ||||||
* | Avoid printing a trailing blank character. | Matt Kraai | 2001-12-20 | 1 | -5/+14 | |
| | ||||||
* | Make cp and mv optionally preserve hard links. | Matt Kraai | 2001-12-17 | 1 | -73/+1 | |
| | ||||||
* | Use an int to hold the result of fgetc (bug noted by David Kimdon). | Matt Kraai | 2001-12-11 | 1 | -1/+1 | |
| | ||||||
* | Continue processing files if we are asked to touch, but not create, a file | Matt Kraai | 2001-12-07 | 1 | -3/+5 | |
| | | | | which doesn't exist. | |||||
* | Update copyright and close file descriptors (noted by Axel Kittenberger). | Matt Kraai | 2001-12-07 | 1 | -1/+7 | |
| | ||||||
* | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | Eric Andersen | 2001-12-06 | 1 | -0/+428 | |
| | ||||||
* | Combined size reduction changes by Glenn and myself. Added back in "unknown" | Manuel Novoa III | 2001-12-05 | 1 | -96/+48 | |
| | | | | for -p to match normal uname behavior (at a cost of 30-40 bytes). | |||||
* | Minor space saving improvments | Glenn L McGrath | 2001-11-21 | 1 | -29/+33 | |
| | ||||||
* | When just counting chars of a file stat file instead of reading the whole ↵ | Glenn L McGrath | 2001-11-21 | 1 | -4/+8 | |
| | | | | file (Fixes Debian bug #103302) | |||||
* | woops. dotn pass NULL | Glenn L McGrath | 2001-11-21 | 1 | -1/+1 | |
| | ||||||
* | Simplify print function, prints an extra space if no filename, but saves 4 bytes | Glenn L McGrath | 2001-11-21 | 1 | -13/+10 | |
| | ||||||
* | Use enums for selected functionality, Reduce the size by nearly 100 Bytes | Glenn L McGrath | 2001-11-21 | 1 | -13/+21 | |
| | ||||||
* | David Kimdon <dwhedon@instant802.com> noticed a thinko | Eric Andersen | 2001-11-17 | 1 | -2/+2 | |
| | | | | | | in md5sum where only binary sums were verified. He also sent in this patch, -Erik | |||||
* | Introduce od and hexdump applets | Glenn L McGrath | 2001-11-02 | 1 | -0/+270 | |
| | ||||||
* | Fixup some silly prototype warnings | Eric Andersen | 2001-10-31 | 2 | -7/+7 | |
| | ||||||
* | Split true and false into separate applets. | Matt Kraai | 2001-10-24 | 2 | -0/+64 | |
| | ||||||
* | Fixup the location of pwd.h and grp.h | Eric Andersen | 2001-10-24 | 1 | -2/+2 | |
| | ||||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 21 | -133/+121 | |
| | | | | -Erik | |||||
* | Scrub up some function prototypes. | Eric Andersen | 2001-10-18 | 2 | -22/+22 | |
| | | | | -Erik | |||||
* | Use wfopen instead of fopen & error_msg, saves 64 bytes | Glenn L McGrath | 2001-10-05 | 1 | -2/+1 | |
| | ||||||
* | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | Matt Kraai | 2001-10-05 | 2 | -6/+6 | |
| | ||||||
* | Add -p support. | Matt Kraai | 2001-08-29 | 1 | -9/+61 | |
| | ||||||
* | SUSv2 specifies that if the extension is identical to the basename, it | Matt Kraai | 2001-08-29 | 1 | -1/+1 | |
| | | | | should not be removed. | |||||
* | Scrub things and ditch uint64_t and use a custom type name | Eric Andersen | 2001-08-22 | 1 | -7/+13 | |
| | | | | to avoid C lib compatibility problems. |