2000-12-07 |
Eric Andersen | Patch from Matt Kraai to enable proxy support. |
blob | commitdiff | raw |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Mark Whitley | Changed some #define strings to static const char ... |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Mark Whitley | Fixed the comments to match the code and renamed the... |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Mark Whitley | Applied patch from Matt Kraai to add v*error functions... |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Matt Kraai | Use perrorMsg instead of perror and keep removing files... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Matt Kraai | Note new dependency. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Eric Andersen | Add "\r" to utility.c:process_escape_sequence() (from... |
blob | commitdiff | raw | diff to current |
2000-11-17 |
Eric Andersen | Fix up builtin overrides, and hack in the binary search... |
blob | commitdiff | raw | diff to current |
2000-11-17 |
Eric Andersen | Add BB_CMP to xfopen |
blob | commitdiff | raw | diff to current |
2000-10-30 |
Eric Andersen | Fix uname problem that was breaking poweroff. |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Matt Kraai | Added a new perrorMsg function, cleanup up error handli... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Matt Kraai | Added a fatalPerror function to simplify error handling. |
blob | commitdiff | raw | diff to current |
2000-10-16 |
Matt Kraai | Remove broken error test found by Bryan Rittmeyer ... |
blob | commitdiff | raw | diff to current |
2000-10-09 |
Eric Andersen | Patch from Matt Kraai so wc will return a proper error... |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Eric Andersen | Apply patch from Giulio Orsero <giulioo@pobox.com>... |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Matt Kraai | Rewrote head to perservere when it can't open a file... |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Matt Kraai | Continue concatenating files even if we can't open... |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Matt Kraai | Consolidate handling of some fopen failures. |
blob | commitdiff | raw | diff to current |
2000-09-27 |
Matt Kraai | Rewrote uniq to be less than a third of the size, and... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Remove a now unneeded check |
blob | commitdiff | raw | diff to current |
2000-09-23 |
Eric Andersen | Fix potential memory overrun... |
blob | commitdiff | raw | diff to current |
2000-09-21 |
Eric Andersen | More portable handling of loop header files, as done... |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Eric Andersen | Fix the halt/reboot/poweroff segfault when used from... |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
blob | commitdiff | raw | diff to current |
2000-09-11 |
Glenn L McGrath | Extra defines for ar |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Eric Andersen | New ls sorting patch, as written by Sterling Huxley... |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Eric Andersen | Fixed for when BB_CP_MV is enabled. |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Eric Andersen | Add BB_SH to get_last_path_component()... Fix thanks to |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Eric Andersen | Add an extra sanity check in parse_mode |
blob | commitdiff | raw | diff to current |
2000-08-28 |
Matt Kraai | Removed dead regular expression code. |
blob | commitdiff | raw | diff to current |
2000-08-26 |
Matt Kraai | Compile xstrdup and xstrndup iff they are needed. |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Glenn L McGrath | ar.c now uses a linked list to process headers, uses... |
blob | commitdiff | raw | diff to current |
2000-08-21 |
Eric Andersen | Yet another patch to fixup lsmod |
blob | commitdiff | raw | diff to current |
2000-08-21 |
Eric Andersen | Some leftover stuff I forgot to commit for the lsmod... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Eric Andersen | Added fix from David Vrabel <dvrabel@arcom.co.uk> for a |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Eric Andersen | Some #include updates. |
blob | commitdiff | raw | diff to current |
2000-08-02 |
Eric Andersen | Merge in two patches from Dave Cinege: |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Matt Kraai | Fix bug 1017, which reports that insmod segfaults when... |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Eric Andersen | More sh updates (with related changes to everything... |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Eric Andersen | Moved some code and add a coupld #defines to support... |
blob | commitdiff | raw | diff to current |
2000-07-17 |
Pavel Roskin | New message added to messages.c: full_version |
blob | commitdiff | raw | diff to current |
2000-07-17 |
Pavel Roskin | Moved functions used by "lsmod" from cat.c to utility.c |
blob | commitdiff | raw | diff to current |
2000-07-17 |
Pavel Roskin | Now it's possible to compile Busybox with only one... |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Eric Andersen | More cleanups. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Mark Whitley | Changed bb_regcomp to xregcomp and #if 0'ed out destroy... |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
blob | commitdiff | raw | diff to current |
2000-07-11 |
Eric Andersen | Forgot to commit these cleanups it seems. |
blob | commitdiff | raw | diff to current |
2000-07-11 |
Mark Whitley | Applied patch from Matt Kraai which does the following: |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Eric Andersen | Fixed NFS so it supports 2.4.x kernels and NFSv3. ... |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Eric Andersen | Comment on kernel stuff |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Eric Andersen | Remove yet more kernel header dependancies. |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Mark Whitley | Put the GROWBY variable inside the get_line_from_file... |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Eric Andersen | From Matt Kraai <kraai@alumni.carnegiemellon.edu>: |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Eric Andersen | Fix a bug in get_line_from_file. If the length of... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Eric Andersen | Argh. More cross libc cleanup. Should be ok now... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Eric Andersen | Update files to reduce dependance on kernel version... |
blob | commitdiff | raw | diff to current |
2000-07-06 |
Eric Andersen | setkeycodes needs get_console_fd(), so if you disable... |
blob | commitdiff | raw | diff to current |
2000-07-05 |
Eric Andersen | Remove misguided klude around for 2.4.x-test* brokennes... |
blob | commitdiff | raw | diff to current |
2000-07-05 |
Eric Andersen | * Fix to tr so it recognizes standard escape sequences... |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Mark Whitley | Yanked out the cstring_alloc() and cstring_lineFromFile... |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Eric Andersen | Better cross libc support. |
blob | commitdiff | raw | diff to current |
2000-06-26 |
Eric Andersen | Updates to handle Linux 2.4.0 kernels (kludged around... |
blob | commitdiff | raw | diff to current |
2000-06-12 |
John Beppu | + utility.c |
blob | commitdiff | raw | diff to current |
2000-06-12 |
Eric Andersen | Added a slightly modified version of Ron Alder's insmod... |
blob | commitdiff | raw | diff to current |
2000-06-02 |
Eric Andersen | Fix /etc/passwd misspelling. |
blob | commitdiff | raw | diff to current |
2000-06-02 |
Eric Andersen | A number of additional fixed from Pavel Roskin, note... |
blob | commitdiff | raw | diff to current |
2000-05-19 |
Erik Andersen | More libc portability updates, add in the website ... |
blob | commitdiff | raw | diff to current |
2000-05-17 |
Erik Andersen | Some more portability updates |
blob | commitdiff | raw | diff to current |
2000-05-13 |
Erik Andersen | So much for my evil optimization. Doesn't seem to... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Erik Andersen | * cp -fa now works as expected for symlinks (it didn... |
blob | commitdiff | raw | diff to current |
2000-05-08 |
Erik Andersen | Fix umount dependency on find_real_root_device_name |
blob | commitdiff | raw | diff to current |
2000-05-02 |
Erik Andersen | More stuff |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Erik Andersen | Some accrued fixes/updates. |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Erik Andersen | Latest and greatest. Some effort at libc5 (aiming... |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | Fix creation of /linuxrc |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | Really fix the killall segfault this time. |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | Fix symlink following bug in chmod -R and friends.... |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | Fix stupid bug (wrong variable) |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | More little stuff. |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | Fix killall |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Erik Andersen | Updates |
blob | commitdiff | raw | diff to current |
2000-04-17 |
John Beppu | + in the interest of robustness, I added |
blob | commitdiff | raw | diff to current |
2000-04-07 |
Erik Andersen | Patch to make killall actually kill all PIDs with the... |
blob | commitdiff | raw | diff to current |
2000-04-05 |
Erik Andersen | Tar now works perfectly. It behaves much better now... |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Erik Andersen | Yet another installment in the ongoing tar saga |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Erik Andersen | The new tar for busybox is now done, and works just... |
blob | commitdiff | raw | diff to current |
2000-03-23 |
Erik Andersen | My latest ramblings. |
blob | commitdiff | raw | diff to current |
2000-03-22 |
Erik Andersen | Use the nice new find_real_root_device function to... |
blob | commitdiff | raw | diff to current |
2000-03-22 |
Erik Andersen | Add in a nifty function for mount to use. |
blob | commitdiff | raw | diff to current |
2000-03-21 |
Erik Andersen | * all mallocs now use xmalloc (and so are OOM error... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Erik Andersen | Several fixes. |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Erik Andersen | Major build system updates... |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Erik Andersen | First pass at writing a shell for busybox. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Erik Andersen | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1 |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Erik Andersen | Fix bugs related to finding PIDs. |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Erik Andersen | Fix up some #define stuff to ensure the Right Thing(tm) |
blob | commitdiff | raw | diff to current |
next |