Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+8 |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | ||||
* | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | 2001-01-27 | 1 | -86/+43 |
| | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | ||||
* | Tar, by itself, could fail. | Eric Andersen | 2001-01-25 | 1 | -1/+2 |
| | |||||
* | Fix for dpkg-deb, courtesy of Larry Doolittle. | Eric Andersen | 2001-01-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | More regression testing found buglets | Eric Andersen | 2001-01-25 | 1 | -3/+4 |
| | |||||
* | More regression-found bug fixes | Eric Andersen | 2001-01-24 | 1 | -3/+3 |
| | |||||
* | more bugs fixed -- found doing regression testing | Eric Andersen | 2001-01-24 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -5/+5 |
| | |||||
* | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | 2001-01-22 | 1 | -0/+21 |
| | | | | | Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084 | ||||
* | Use getopt (or getopt_long). | Matt Kraai | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>. | Eric Andersen | 2001-01-20 | 1 | -11/+6 |
| | |||||
* | enable is_direcotry() for dpkg-deb | Glenn L McGrath | 2001-01-03 | 1 | -1/+1 |
| | |||||
* | Improvements from Vladimir N. Oleynik. | Matt Kraai | 2000-12-30 | 1 | -0/+2 |
| | |||||
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -29/+23 |
| | |||||
* | Fix tar handling of absolute paths and excluded directories. | Matt Kraai | 2000-12-19 | 1 | -6/+7 |
| | |||||
* | Rewrote dd. | Matt Kraai | 2000-12-18 | 1 | -62/+36 |
| | |||||
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -8/+8 |
| | |||||
* | Add missing newlines to error messages. | Matt Kraai | 2000-12-18 | 1 | -1/+1 |
| | |||||
* | Rewrite nc to be simpler, smaller, and to check syscalls for errors. | Matt Kraai | 2000-12-15 | 1 | -1/+14 |
| | |||||
* | Remove defines for ar that arent needed | Glenn L McGrath | 2000-12-15 | 1 | -2/+2 |
| | |||||
* | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen | 2000-12-13 | 1 | -0/+2 |
| | | | | | my_* passwd and group routines. I should have thought of doing it this way... | ||||
* | Fix from Matt Kraai so basename / will work as expected. | Eric Andersen | 2000-12-12 | 1 | -3/+5 |
| | |||||
* | Some compile fixes found by Larry Doolittle | Eric Andersen | 2000-12-12 | 1 | -4/+4 |
| | |||||
* | Matt Kraai pointed out that we can rely on strncpy to NULL | Eric Andersen | 2000-12-11 | 1 | -1/+1 |
| | | | | terminate shorter cases, so we can save a few cycles... | ||||
* | Fix non-NULL terminated strings. | Eric Andersen | 2000-12-11 | 1 | -0/+1 |
| | |||||
* | Patch from Matt Kraai to enable proxy support. | Eric Andersen | 2000-12-07 | 1 | -2/+2 |
| | |||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -53/+53 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Changed some #define strings to static const char [] variables. Tested ls | Mark Whitley | 2000-12-05 | 1 | -4/+4 |
| | | | | after changing, it worked. | ||||
* | Fixed the comments to match the code and renamed the function to a (hopefully) | Mark Whitley | 2000-12-05 | 1 | -9/+9 |
| | | | | more descriptive name, and as per the style guide. | ||||
* | Applied patch from Matt Kraai to add v*error functions for handling vararg | Mark Whitley | 2000-12-05 | 1 | -21/+21 |
| | | | | lists in a safe 'n sane fashion. | ||||
* | Use perrorMsg instead of perror and keep removing files if we encounter | Matt Kraai | 2000-12-05 | 1 | -5/+5 |
| | | | | an error. | ||||
* | Note new dependency. | Matt Kraai | 2000-11-30 | 1 | -1/+1 |
| | |||||
* | Add "\r" to utility.c:process_escape_sequence() (from email about | Eric Andersen | 2000-11-29 | 1 | -0/+3 |
| | | | | | "echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik | ||||
* | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | 2000-11-17 | 1 | -0/+8 |
| | | | | matching applets into the shell. | ||||
* | Add BB_CMP to xfopen | Eric Andersen | 2000-11-17 | 1 | -1/+3 |
| | |||||
* | Fix uname problem that was breaking poweroff. | Eric Andersen | 2000-10-30 | 1 | -1/+3 |
| | |||||
* | Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE | Matt Kraai | 2000-10-25 | 1 | -0/+16 |
| | | | | uses, and other minor fixes. | ||||
* | Added a fatalPerror function to simplify error handling. | Matt Kraai | 2000-10-25 | 1 | -0/+17 |
| | |||||
* | Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. | Matt Kraai | 2000-10-16 | 1 | -5/+0 |
| | |||||
* | Patch from Matt Kraai so wc will return a proper error code | Eric Andersen | 2000-10-09 | 1 | -1/+1 |
| | | | | | | when failing to open a file, and will not use file when it didn't open the file. -Erik | ||||
* | Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure | Eric Andersen | 2000-10-01 | 1 | -1/+1 |
| | | | | | get_last_path_component is defined under all configurations, -Erik | ||||
* | Rewrote head to perservere when it can't open a file, and share code | Matt Kraai | 2000-09-27 | 1 | -3/+17 |
| | | | | with cat. | ||||
* | Continue concatenating files even if we can't open one. | Matt Kraai | 2000-09-27 | 1 | -1/+2 |
| | |||||
* | Consolidate handling of some fopen failures. | Matt Kraai | 2000-09-27 | 1 | -1/+1 |
| | |||||
* | Rewrote uniq to be less than a third of the size, and fixed some other | Matt Kraai | 2000-09-27 | 1 | -6/+16 |
| | | | | minor problems. | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Remove a now unneeded check | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | |||||
* | Fix potential memory overrun... | Eric Andersen | 2000-09-23 | 1 | -1/+1 |
| | |||||
* | More portable handling of loop header files, as done in util-linux | Eric Andersen | 2000-09-21 | 1 | -5/+4 |
| | |||||
* | Fix the halt/reboot/poweroff segfault when used from within an initrd... | Eric Andersen | 2000-09-14 | 1 | -15/+3 |
| | | | | -Erik |