summaryrefslogtreecommitdiff
path: root/utility.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+8
* Add in a patch to make busybox use the normal pwd.h and grp.hEric Andersen2001-01-271-86/+43
* Tar, by itself, could fail.Eric Andersen2001-01-251-1/+2
* Fix for dpkg-deb, courtesy of Larry Doolittle.Eric Andersen2001-01-251-1/+1
* More regression testing found bugletsEric Andersen2001-01-251-3/+4
* More regression-found bug fixesEric Andersen2001-01-241-3/+3
* more bugs fixed -- found doing regression testingEric Andersen2001-01-241-3/+3
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-5/+5
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June2001-01-221-0/+21
* Use getopt (or getopt_long).Matt Kraai2001-01-221-1/+1
* lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>.Eric Andersen2001-01-201-11/+6
* enable is_direcotry() for dpkg-debGlenn L McGrath2001-01-031-1/+1
* Improvements from Vladimir N. Oleynik.Matt Kraai2000-12-301-0/+2
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-29/+23
* Fix tar handling of absolute paths and excluded directories.Matt Kraai2000-12-191-6/+7
* Rewrote dd.Matt Kraai2000-12-181-62/+36
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-8/+8
* Add missing newlines to error messages.Matt Kraai2000-12-181-1/+1
* Rewrite nc to be simpler, smaller, and to check syscalls for errors.Matt Kraai2000-12-151-1/+14
* Remove defines for ar that arent neededGlenn L McGrath2000-12-151-2/+2
* Fix from Matt Kraai -- a better way to NULL terminate strings for theEric Andersen2000-12-131-0/+2
* Fix from Matt Kraai so basename / will work as expected.Eric Andersen2000-12-121-3/+5
* Some compile fixes found by Larry DoolittleEric Andersen2000-12-121-4/+4
* Matt Kraai pointed out that we can rely on strncpy to NULLEric Andersen2000-12-111-1/+1
* Fix non-NULL terminated strings.Eric Andersen2000-12-111-0/+1
* Patch from Matt Kraai to enable proxy support.Eric Andersen2000-12-071-2/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-53/+53
* Changed some #define strings to static const char [] variables. Tested lsMark Whitley2000-12-051-4/+4
* Fixed the comments to match the code and renamed the function to a (hopefully)Mark Whitley2000-12-051-9/+9
* Applied patch from Matt Kraai to add v*error functions for handling varargMark Whitley2000-12-051-21/+21
* Use perrorMsg instead of perror and keep removing files if we encounterMatt Kraai2000-12-051-5/+5
* Note new dependency.Matt Kraai2000-11-301-1/+1
* Add "\r" to utility.c:process_escape_sequence() (from email aboutEric Andersen2000-11-291-0/+3
* Fix up builtin overrides, and hack in the binary search for findingEric Andersen2000-11-171-0/+8
* Add BB_CMP to xfopenEric Andersen2000-11-171-1/+3
* Fix uname problem that was breaking poweroff.Eric Andersen2000-10-301-1/+3
* Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEMatt Kraai2000-10-251-0/+16
* Added a fatalPerror function to simplify error handling.Matt Kraai2000-10-251-0/+17
* Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>.Matt Kraai2000-10-161-5/+0
* Patch from Matt Kraai so wc will return a proper error codeEric Andersen2000-10-091-1/+1
* Apply patch from Giulio Orsero <giulioo@pobox.com> to ensureEric Andersen2000-10-011-1/+1
* Rewrote head to perservere when it can't open a file, and share codeMatt Kraai2000-09-271-3/+17
* Continue concatenating files even if we can't open one.Matt Kraai2000-09-271-1/+2
* Consolidate handling of some fopen failures.Matt Kraai2000-09-271-1/+1
* Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai2000-09-271-6/+16
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Remove a now unneeded checkEric Andersen2000-09-251-1/+1
* Fix potential memory overrun...Eric Andersen2000-09-231-1/+1
* More portable handling of loop header files, as done in util-linuxEric Andersen2000-09-211-5/+4
* Fix the halt/reboot/poweroff segfault when used from within an initrd...Eric Andersen2000-09-141-15/+3