summaryrefslogtreecommitdiff
path: root/utility.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-8/+4
* Extra defines for arGlenn L McGrath2000-09-111-4/+4
* New ls sorting patch, as written by Sterling Huxley, and then updatedEric Andersen2000-09-071-1/+1
* Fixed for when BB_CP_MV is enabled.Eric Andersen2000-09-051-2/+2
* Add BB_SH to get_last_path_component()... Fix thanks toEric Andersen2000-09-051-1/+1
* Add an extra sanity check in parse_modeEric Andersen2000-09-011-0/+3
* Removed dead regular expression code.Matt Kraai2000-08-281-76/+0
* Compile xstrdup and xstrndup iff they are needed.Matt Kraai2000-08-261-1/+3
* ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath2000-08-251-15/+30
* Yet another patch to fixup lsmodEric Andersen2000-08-211-1/+1
* Some leftover stuff I forgot to commit for the lsmod change.Eric Andersen2000-08-211-0/+7
* Added fix from David Vrabel <dvrabel@arcom.co.uk> for aEric Andersen2000-08-111-1/+1
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Merge in two patches from Dave Cinege:Eric Andersen2000-08-021-4/+4
* Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn'tMatt Kraai2000-08-011-1/+1
* More sh updates (with related changes to everything else). SwitchedEric Andersen2000-07-281-1/+9
* Moved some code and add a coupld #defines to support use of dmalloc.Eric Andersen2000-07-191-3/+15
* New message added to messages.c: full_versionPavel Roskin2000-07-171-2/+2
* Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin2000-07-171-4/+27
* Now it's possible to compile Busybox with only one app definedPavel Roskin2000-07-171-11/+20