Use busybox error handling functions wherever possible.
[oweals/busybox.git] / utility.c
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-19 Matt KraaiFix tar handling of absolute paths and excluded directo...
2000-12-18 Matt KraaiRewrote dd.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-18 Matt KraaiAdd missing newlines to error messages.
2000-12-15 Matt KraaiRewrite nc to be simpler, smaller, and to check syscall...
2000-12-15 Glenn L McGrathRemove defines for ar that arent needed
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-12 Eric AndersenFix from Matt Kraai so basename / will work as expected.
2000-12-12 Eric AndersenSome compile fixes found by Larry Doolittle
2000-12-11 Eric AndersenMatt Kraai pointed out that we can rely on strncpy...
2000-12-11 Eric AndersenFix non-NULL terminated strings.
2000-12-07 Eric AndersenPatch from Matt Kraai to enable proxy support.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-05 Mark WhitleyChanged some #define strings to static const char ...
2000-12-05 Mark WhitleyFixed the comments to match the code and renamed the...
2000-12-05 Mark WhitleyApplied patch from Matt Kraai to add v*error functions...
2000-12-05 Matt KraaiUse perrorMsg instead of perror and keep removing files...
2000-11-30 Matt KraaiNote new dependency.
2000-11-29 Eric AndersenAdd "\r" to utility.c:process_escape_sequence() (from...
2000-11-17 Eric AndersenFix up builtin overrides, and hack in the binary search...
2000-11-17 Eric AndersenAdd BB_CMP to xfopen
2000-10-30 Eric AndersenFix uname problem that was breaking poweroff.
2000-10-25 Matt KraaiAdded a new perrorMsg function, cleanup up error handli...
2000-10-25 Matt KraaiAdded a fatalPerror function to simplify error handling.
2000-10-16 Matt KraaiRemove broken error test found by Bryan Rittmeyer ...
2000-10-09 Eric AndersenPatch from Matt Kraai so wc will return a proper error...
2000-10-01 Eric AndersenApply patch from Giulio Orsero <giulioo@pobox.com>...
2000-09-27 Matt KraaiRewrote head to perservere when it can't open a file...
2000-09-27 Matt KraaiContinue concatenating files even if we can't open...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-27 Matt KraaiRewrote uniq to be less than a third of the size, and...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-25 Eric AndersenRemove a now unneeded check
2000-09-23 Eric AndersenFix potential memory overrun...
2000-09-21 Eric AndersenMore portable handling of loop header files, as done...
2000-09-14 Eric AndersenFix the halt/reboot/poweroff segfault when used from...
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-11 Glenn L McGrathExtra defines for ar
2000-09-07 Eric AndersenNew ls sorting patch, as written by Sterling Huxley...
2000-09-05 Eric AndersenFixed for when BB_CP_MV is enabled.
2000-09-05 Eric AndersenAdd BB_SH to get_last_path_component()... Fix thanks to
2000-09-01 Eric AndersenAdd an extra sanity check in parse_mode
2000-08-28 Matt KraaiRemoved dead regular expression code.
2000-08-26 Matt KraaiCompile xstrdup and xstrndup iff they are needed.
2000-08-25 Glenn L McGrathar.c now uses a linked list to process headers, uses...
2000-08-21 Eric AndersenYet another patch to fixup lsmod
2000-08-21 Eric AndersenSome leftover stuff I forgot to commit for the lsmod...
2000-08-11 Eric AndersenAdded fix from David Vrabel <dvrabel@arcom.co.uk> for a
2000-08-10 Eric AndersenSome #include updates.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-08-01 Matt KraaiFix bug 1017, which reports that insmod segfaults when...
2000-07-28 Eric AndersenMore sh updates (with related changes to everything...
2000-07-19 Eric AndersenMoved some code and add a coupld #defines to support...
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-17 Pavel RoskinMoved functions used by "lsmod" from cat.c to utility.c
2000-07-17 Pavel RoskinNow it's possible to compile Busybox with only one...
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Mark WhitleyChanged bb_regcomp to xregcomp and #if 0'ed out destroy...
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-11 Mark WhitleyApplied patch from Matt Kraai which does the following:
2000-07-10 Eric AndersenFixed NFS so it supports 2.4.x kernels and NFSv3. ...
2000-07-10 Eric AndersenComment on kernel stuff
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-10 Mark WhitleyPut the GROWBY variable inside the get_line_from_file...
2000-07-10 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>:
2000-07-09 Eric AndersenFix a bug in get_line_from_file. If the length of...
2000-07-08 Eric AndersenArgh. More cross libc cleanup. Should be ok now...
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-06 Eric Andersensetkeycodes needs get_console_fd(), so if you disable...
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-28 Eric AndersenBetter cross libc support.
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-12 John Beppu+ utility.c
2000-06-12 Eric AndersenAdded a slightly modified version of Ron Alder's insmod...
2000-06-02 Eric AndersenFix /etc/passwd misspelling.
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-17 Erik AndersenSome more portability updates
2000-05-13 Erik AndersenSo much for my evil optimization. Doesn't seem to...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-05-08 Erik AndersenFix umount dependency on find_real_root_device_name
2000-05-02 Erik AndersenMore stuff
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-18 Erik AndersenFix creation of /linuxrc
2000-04-18 Erik AndersenReally fix the killall segfault this time.
2000-04-18 Erik AndersenFix symlink following bug in chmod -R and friends....
2000-04-18 Erik AndersenFix stupid bug (wrong variable)
2000-04-18 Erik AndersenMore little stuff.
2000-04-18 Erik AndersenFix killall
2000-04-18 Erik AndersenUpdates
2000-04-17 John Beppu+ in the interest of robustness, I added
2000-04-07 Erik AndersenPatch to make killall actually kill all PIDs with the...
2000-04-05 Erik AndersenTar now works perfectly. It behaves much better now...
next