aboutsummaryrefslogtreecommitdiff
path: root/utility.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* More cleanups.Eric Andersen2000-07-141-9/+9
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-4/+3
* Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.cMark Whitley2000-07-121-5/+2
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-4/+6
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-111-2/+0
* Applied patch from Matt Kraai which does the following:Mark Whitley2000-07-111-0/+16
* Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen2000-07-101-0/+30
* Comment on kernel stuffEric Andersen2000-07-101-2/+2
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-2/+0
* Put the GROWBY variable inside the get_line_from_file function, as that is theMark Whitley2000-07-101-1/+2
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-101-0/+17
* Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) +Eric Andersen2000-07-091-1/+1