Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | |
2000-12-18 | Add missing newlines to error messages. | Matt Kraai | |
2000-12-15 | Rewrite nc to be simpler, smaller, and to check syscalls for errors. | Matt Kraai | |
2000-12-15 | Remove defines for ar that arent needed | Glenn L McGrath | |
2000-12-13 | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen | |
my_* passwd and group routines. I should have thought of doing it this way... | |||
2000-12-12 | Fix from Matt Kraai so basename / will work as expected. | Eric Andersen | |
2000-12-12 | Some compile fixes found by Larry Doolittle | Eric Andersen | |
2000-12-11 | Matt Kraai pointed out that we can rely on strncpy to NULL | Eric Andersen | |
terminate shorter cases, so we can save a few cycles... | |||
2000-12-11 | Fix non-NULL terminated strings. | Eric Andersen | |
2000-12-07 | Patch from Matt Kraai to enable proxy support. | Eric Andersen | |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-05 | Changed some #define strings to static const char [] variables. Tested ls | Mark Whitley | |
after changing, it worked. | |||
2000-12-05 | Fixed the comments to match the code and renamed the function to a (hopefully) | Mark Whitley | |
more descriptive name, and as per the style guide. | |||
2000-12-05 | Applied patch from Matt Kraai to add v*error functions for handling vararg | Mark Whitley | |
lists in a safe 'n sane fashion. | |||
2000-12-05 | Use perrorMsg instead of perror and keep removing files if we encounter | Matt Kraai | |
an error. | |||
2000-11-30 | Note new dependency. | Matt Kraai | |
2000-11-29 | Add "\r" to utility.c:process_escape_sequence() (from email about | Eric Andersen | |
"echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik | |||
2000-11-17 | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | |
matching applets into the shell. | |||
2000-11-17 | Add BB_CMP to xfopen | Eric Andersen | |
2000-10-30 | Fix uname problem that was breaking poweroff. | Eric Andersen | |
2000-10-25 | Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE | Matt Kraai | |
uses, and other minor fixes. | |||
2000-10-25 | Added a fatalPerror function to simplify error handling. | Matt Kraai | |
2000-10-16 | Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. | Matt Kraai | |
2000-10-09 | Patch from Matt Kraai so wc will return a proper error code | Eric Andersen | |
when failing to open a file, and will not use file when it didn't open the file. -Erik | |||
2000-10-01 | Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure | Eric Andersen | |
get_last_path_component is defined under all configurations, -Erik | |||
2000-09-27 | Rewrote head to perservere when it can't open a file, and share code | Matt Kraai | |
with cat. | |||
2000-09-27 | Continue concatenating files even if we can't open one. | Matt Kraai | |
2000-09-27 | Consolidate handling of some fopen failures. | Matt Kraai | |
2000-09-27 | Rewrote uniq to be less than a third of the size, and fixed some other | Matt Kraai | |
minor problems. | |||
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-09-25 | Remove a now unneeded check | Eric Andersen | |
2000-09-23 | Fix potential memory overrun... | Eric Andersen | |
2000-09-21 | More portable handling of loop header files, as done in util-linux | Eric Andersen | |
2000-09-14 | Fix the halt/reboot/poweroff segfault when used from within an initrd... | Eric Andersen | |
-Erik | |||
2000-09-13 | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai | |
segfaulting or handling errors the same way themselves. | |||
2000-09-11 | Extra defines for ar | Glenn L McGrath | |
2000-09-07 | New ls sorting patch, as written by Sterling Huxley, and then updated | Eric Andersen | |
by kent robotti. I then updated it to use my_getpwuid and my_getgrgid (per busybox policy). -Erik | |||
2000-09-05 | Fixed for when BB_CP_MV is enabled. | Eric Andersen | |
2000-09-05 | Add BB_SH to get_last_path_component()... Fix thanks to | Eric Andersen | |
Bj�rn Eriksson. | |||
2000-09-01 | Add an extra sanity check in parse_mode | Eric Andersen | |
-Erik | |||
2000-08-28 | Removed dead regular expression code. | Matt Kraai | |
2000-08-26 | Compile xstrdup and xstrndup iff they are needed. | Matt Kraai | |
2000-08-25 | ar.c now uses a linked list to process headers, uses getopt, new internal ↵ | Glenn L McGrath | |
function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. moved copySubFile from ar.c to utilities.c modified dd.c to use fullWrite modified copyFile in utilities.c to use copySubFile | |||
2000-08-21 | Yet another patch to fixup lsmod | Eric Andersen | |
-Erik | |||
2000-08-21 | Some leftover stuff I forgot to commit for the lsmod change. | Eric Andersen | |
-Erik | |||
2000-08-11 | Added fix from David Vrabel <dvrabel@arcom.co.uk> for a | Eric Andersen | |
buffer overrun in find_real_root_device(), fixing bug #1019 -Erik | |||
2000-08-10 | Some #include updates. | Eric Andersen | |
-Erik | |||
2000-08-02 | Merge in two patches from Dave Cinege: | Eric Andersen | |
the first is a cleanup of tar --exclude the second changes mount so mtab works more as it should, and also allows mount to use the traditional short form (i.e. 'mount / -o remount,rw' now works. While inside tar, I changed it to use getopt... -Erik | |||
2000-08-01 | Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't | Matt Kraai | |
exist. Also allow early search termination (per the comments). | |||
2000-07-28 | More sh updates (with related changes to everything else). Switched | Eric Andersen | |
to using getopt and cleaned up the resulting mess. if-then-else-fi is now basically working (given a bunch of constraints). -Erik |