- af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
- f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
- 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- 82d5e59 xfopen now used by wget -Erik by Eric Andersen · 24 years ago
- e57d54b Fix ls behavior for broken or very narrow terminals. Fix my_* by Eric Andersen · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
- 15f29e7 Tar, by itself, could fail. by Eric Andersen · 24 years ago
- 39b727f Fix for dpkg-deb, courtesy of Larry Doolittle. -Erik by Eric Andersen · 24 years ago
- 70c6086 More regression testing found buglets by Eric Andersen · 24 years ago
- 23a93f5 More regression-found bug fixes by Eric Andersen · 24 years ago
- f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
- 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
- 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
- 3b3f5c3 Use getopt (or getopt_long). by Matt Kraai · 24 years ago
- c73a7f9 lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>. by Eric Andersen · 24 years ago
- 5e23e3d enable is_direcotry() for dpkg-deb by Glenn L McGrath · 24 years ago
- e6e8183 Improvements from Vladimir N. Oleynik. by Matt Kraai · 24 years ago
- a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
- a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago
- 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
- 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
- 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
- bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 24 years ago
- e699b9f Remove defines for ar that arent needed by Glenn L McGrath · 24 years ago
- bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
- 69a6b2d Fix from Matt Kraai so basename / will work as expected. by Eric Andersen · 24 years ago
- a2d61e7 Some compile fixes found by Larry Doolittle by Eric Andersen · 24 years ago
- 2d6282b Matt Kraai pointed out that we can rely on strncpy to NULL by Eric Andersen · 24 years ago
- 5c365da Fix non-NULL terminated strings. by Eric Andersen · 24 years ago
- f3b2b52 Patch from Matt Kraai to enable proxy support. by Eric Andersen · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 26a3adb Changed some #define strings to static const char [] variables. Tested ls by Mark Whitley · 24 years ago
- 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
- cf61fe1 Applied patch from Matt Kraai to add v*error functions for handling vararg by Mark Whitley · 24 years ago
- d27753a Use perrorMsg instead of perror and keep removing files if we encounter by Matt Kraai · 24 years ago
- cabafae Note new dependency. by Matt Kraai · 24 years ago
- 9bd71e8 Add "\r" to utility.c:process_escape_sequence() (from email about by Eric Andersen · 24 years ago
- e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
- e790ddb Add BB_CMP to xfopen by Eric Andersen · 24 years ago
- ef936da Fix uname problem that was breaking poweroff. by Eric Andersen · 24 years ago
- ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
- 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
- 4f94e82 Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. by Matt Kraai · 24 years ago
- 7a86e61 Patch from Matt Kraai so wc will return a proper error code by Eric Andersen · 24 years ago
- ba1ff9b Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure by Eric Andersen · 24 years ago
- c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
- e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
- bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
- e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 944be90 Remove a now unneeded check by Eric Andersen · 24 years ago
- 285b446 Fix potential memory overrun... by Eric Andersen · 24 years ago
- 624cc77 More portable handling of loop header files, as done in util-linux by Eric Andersen · 24 years ago
- 31e6829 Fix the halt/reboot/poweroff segfault when used from within an initrd... -Erik by Eric Andersen · 24 years ago
- 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
- ac19b7e Extra defines for ar by Glenn L McGrath · 24 years ago
- 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
- ebee301 Fixed for when BB_CP_MV is enabled. by Eric Andersen · 24 years ago
- d13ebff Add BB_SH to get_last_path_component()... Fix thanks to Bj�rn Eriksson. by Eric Andersen · 24 years ago
- 4e61db2 Add an extra sanity check in parse_mode -Erik by Eric Andersen · 24 years ago
- ab60f69 Removed dead regular expression code. by Matt Kraai · 24 years ago
- 88cc305 Compile xstrdup and xstrndup iff they are needed. by Matt Kraai · 24 years ago
- 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
- 202995c Yet another patch to fixup lsmod -Erik by Eric Andersen · 24 years ago
- c86e5e6 Some leftover stuff I forgot to commit for the lsmod change. -Erik by Eric Andersen · 24 years ago
- f9ca653 Added fix from David Vrabel <dvrabel@arcom.co.uk> for a by Eric Andersen · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
- 0f8f7b8 Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't by Matt Kraai · 24 years ago
- 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago
- ae6eae0 Moved some code and add a coupld #defines to support use of dmalloc. -Erik by Eric Andersen · 24 years ago
- 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago
- cc8a66b Moved functions used by "lsmod" from cat.c to utility.c by Pavel Roskin · 24 years ago
- 21ddb38 Now it's possible to compile Busybox with only one app defined by Pavel Roskin · 24 years ago
- fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
- be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
- be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
- df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
- da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
- c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
- 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
- 9a8243a Put the GROWBY variable inside the get_line_from_file function, as that is the by Mark Whitley · 24 years ago
- 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
- 161cf93 Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) + by Eric Andersen · 24 years ago
- a57ba4d Argh. More cross libc cleanup. Should be ok now... -Erik by Eric Andersen · 24 years ago
- bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
- f86aee7 setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but by Eric Andersen · 24 years ago
- 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
- f7cf2f7 * Fix to tr so it recognizes standard escape sequences. Merged common by Eric Andersen · 24 years ago
- 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
- a44790f Better cross libc support. -Erik by Eric Andersen · 24 years ago
- 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
- c7ccfc9 + utility.c by John Beppu · 25 years ago
- 9f16d61 Added a slightly modified version of Ron Alder's insmod patch. by Eric Andersen · 25 years ago
- 3199bda Fix /etc/passwd misspelling. -Erik by Eric Andersen · 25 years ago
- 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago