2000-09-25 |
andersen | Gratuitously changed the file "busybox.defs.h" to the...
|
commit | commitdiff | tree |
2000-09-25 |
andersen | Fix from Matt Kraai for the to the "busybox --install...
|
commit | commitdiff | tree |
2000-09-25 |
andersen | Final (I think) version of xargs. Throw away all that...
|
commit | commitdiff | tree |
2000-09-25 |
andersen | Be ever so pedantic about escaping chars that the shell...
|
commit | commitdiff | tree |
2000-09-25 |
andersen | Remove a now unneeded check
|
commit | commitdiff | tree |
2000-09-24 |
andersen | modified by Bryan Rittmeyer <bryan@ixiacom.com> to...
|
commit | commitdiff | tree |
2000-09-24 |
andersen | Update newdoc dependancy
|
commit | commitdiff | tree |
2000-09-24 |
andersen | Update a few entries for 0.47...
|
commit | commitdiff | tree |
2000-09-24 |
andersen | Doc update
|
commit | commitdiff | tree |
2000-09-24 |
andersen | Fix up xargs so that things like 'cat cat.c | xargs...
|
commit | commitdiff | tree |
2000-09-24 |
andersen | Fix xargs option parsing
|
commit | commitdiff | tree |
2000-09-24 |
andersen | Fix bug#1043 -- hanlde long filenames and links (in...
|
commit | commitdiff | tree |
2000-09-23 |
andersen | Fix an obscure option parsing bug.
|
commit | commitdiff | tree |
2000-09-23 |
andersen | Force optind=1 for libc5 when doing cp in cp_mv.c
|
commit | commitdiff | tree |
2000-09-23 |
andersen | Fix potential memory overrun...
|
commit | commitdiff | tree |
2000-09-23 |
andersen | Fix the bandaid.
|
commit | commitdiff | tree |
2000-09-23 |
andersen | Fix memory problems, and make behavior correct.
|
commit | commitdiff | tree |
2000-09-23 |
andersen | update docs for xargs
|
commit | commitdiff | tree |
2000-09-23 |
andersen | update usage for xargs
|
commit | commitdiff | tree |
2000-09-23 |
andersen | rewrite, so it should be firly clean now
|
commit | commitdiff | tree |
2000-09-22 |
andersen | Use minix xargs instead, and update docs accordingly
|
commit | commitdiff | tree |
2000-09-22 |
andersen | Comment on xargs choice.
|
commit | commitdiff | tree |
2000-09-22 |
andersen | Add in xargs
|
commit | commitdiff | tree |
2000-09-22 |
andersen | Apply a bandaid suggested by Jon McClintock <jonm@bluemug...
|
commit | commitdiff | tree |
2000-09-22 |
andersen | Fix for bug #1042 -- applied the patch from Larry Doolittle
|
commit | commitdiff | tree |
2000-09-22 |
andersen | Better cross libc compatibility (so Dave Cinege can...
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Decouple DODEBUG and DOSTATIC
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Remove all the kernel headers so it will compile under...
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Fix a potential warning
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Add in exec support (patch from Torbj?rn Axelsson ...
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Handle 'cat -'
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Hard code the name of init.
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Large file >2Gib support.
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Typo fix.
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Ignore loop.h
|
commit | commitdiff | tree |
2000-09-21 |
andersen | More portable handling of loop header files, as done...
|
commit | commitdiff | tree |
2000-09-21 |
andersen | Remove a warning. Patch from Bryan Rittmeyer <bryan...
|
commit | commitdiff | tree |
2000-09-20 |
andersen | Added dos2unix, unix2dos, and unrpm.c thanks to robotti...
|
commit | commitdiff | tree |
2000-09-20 |
andersen | When mounting a ro fs rw, print warning and then mount...
|
commit | commitdiff | tree |
2000-09-19 |
andersen | Reverted my conversion of tar to getopt to ensure tar can
|
commit | commitdiff | tree |
2000-09-19 |
andersen | Both of these commands were subtly broken. Fortunately...
|
commit | commitdiff | tree |
2000-09-19 |
andersen | I think these featires are fairly safe...
|
commit | commitdiff | tree |
2000-09-19 |
andersen | Apply a patch from Chip Rosenthal <chip@unicom.com...
|
commit | commitdiff | tree |
2000-09-14 |
andersen | Add in a patch from robotti@metconnect.com and Chip...
|
commit | commitdiff | tree |
2000-09-14 |
andersen | Note the syslogd bug fix
|
commit | commitdiff | tree |
2000-09-14 |
andersen | Bug fix for wget, and proper attribution of Chip Rosenthal and
|
commit | commitdiff | tree |
2000-09-14 |
andersen | Fix the halt/reboot/poweroff segfault when used from...
|
commit | commitdiff | tree |
2000-09-13 |
andersen | Add in BasicLinux by request
|
commit | commitdiff | tree |
2000-09-13 |
andersen | Ensure forked processes always are on a controlling...
|
commit | commitdiff | tree |
2000-09-12 |
andersen | Formatting cleanup patch from Bryan Rittmeyer <bryan...
|
commit | commitdiff | tree |
2000-09-11 |
andersen | Simplify a few little things, and merge in a patch...
|
commit | commitdiff | tree |
2000-09-10 |
andersen | MAke lsmod act just like modutils lsmod, by printing...
|
commit | commitdiff | tree |
2000-09-10 |
andersen | Make init handle current 2.4.x sysinfo behavior
|
commit | commitdiff | tree |
2000-09-10 |
andersen | Update free for current 2.4.x behavior...
|
commit | commitdiff | tree |
2000-09-07 |
andersen | New ls sorting patch, as written by Sterling Huxley...
|
commit | commitdiff | tree |
2000-09-05 |
andersen | Fixed for when BB_CP_MV is enabled.
|
commit | commitdiff | tree |
2000-09-05 |
andersen | Add BB_SH to get_last_path_component()... Fix thanks to
|
commit | commitdiff | tree |
2000-09-05 |
andersen | Apply segfault on no-args fix from robotti@metconnect.com
|
commit | commitdiff | tree |
2000-09-05 |
andersen | Set environment variable to make ash happy. ash is...
|
commit | commitdiff | tree |
2000-09-05 |
andersen | Added expr, from Edward Betts <edward@debian.org>,...
|
commit | commitdiff | tree |
2000-09-04 |
andersen | Forgot this part of wget
|
commit | commitdiff | tree |
2000-09-04 |
andersen | Initial implementation of wget, from Chip Rosenthal...
|
commit | commitdiff | tree |
2000-09-01 |
andersen | Add in byld
|
commit | commitdiff | tree |
2000-09-01 |
andersen | Fix compile when BB_FEATURE_LINUXRC is defined
|
commit | commitdiff | tree |
2000-09-01 |
andersen | Fixed a stupid thinko preventing zcat from doing its...
|
commit | commitdiff | tree |
2000-09-01 |
andersen | Turned off ls file-sorting till it can be fixed.
|
commit | commitdiff | tree |
2000-09-01 |
andersen | updated some usage info from a patch from robotti@metconnect.com
|
commit | commitdiff | tree |
2000-09-01 |
andersen | Correct the stdin/stdout behavior when no args are...
|
commit | commitdiff | tree |
2000-09-01 |
andersen | Sigh. Seems I screwed up last time. This fixed detecting
|
commit | commitdiff | tree |
2000-09-01 |
andersen | Add an extra sanity check in parse_mode
|
commit | commitdiff | tree |
2000-08-31 |
andersen | Fix a spelling error
|
commit | commitdiff | tree |
2000-08-31 |
andersen | Fix spelling error
|
commit | commitdiff | tree |
2000-08-25 |
andersen | Fix tab stops for sed usage.
|
commit | commitdiff | tree |
2000-08-22 |
andersen | Fix a unterminated string.
|
commit | commitdiff | tree |
2000-08-22 |
andersen | Note the chmod fix.
|
commit | commitdiff | tree |
2000-08-22 |
andersen | Fix an option parsing bug where things like
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Fix a silly bug so it compiles up properly
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Oops. Forgot to commit rdate.c.
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Script to do regression test, by combining all possible...
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Script to do regression test, by combining all possible...
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Added the 'rdate' command, thanks to Sterling Huxley...
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Turn off some debug noise.
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian...
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Removed since this patch is now in the current 2.4...
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Oops. Forgot to add in reset.c. Doh!
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Fix a thinko, thanks to Klaasjan <klaasjan@europe.com>
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Add in the "reset" command.
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Yet another patch to fixup lsmod
|
commit | commitdiff | tree |
2000-08-21 |
andersen | Some leftover stuff I forgot to commit for the lsmod...
|
commit | commitdiff | tree |
2000-08-21 |
andersen | lsmod now uses the query_module syscall, rather then...
|
commit | commitdiff | tree |
2000-08-20 |
andersen | syslogd was leaking processes that could forever busyloop...
|
commit | commitdiff | tree |
2000-08-19 |
andersen | Minor fixups.
|
commit | commitdiff | tree |
2000-08-11 |
andersen | Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect...
|
commit | commitdiff | tree |
2000-08-11 |
andersen | Fix to make 'ar xv' work, thanks to Kent Robotti <robotti...
|
commit | commitdiff | tree |
2000-08-11 |
andersen | Minor link update
|
commit | commitdiff | tree |
2000-08-11 |
andersen | Add optional ls file sorting, thanks to a patch from
|
commit | commitdiff | tree |
2000-08-11 |
andersen | Added fix from David Vrabel <dvrabel@arcom.co.uk> for a
|
commit | commitdiff | tree |
2000-08-10 |
andersen | Some #include updates.
|
commit | commitdiff | tree |
2000-08-02 |
andersen | Cleaner way to handle -NUM and +NUM, reduces the mem...
|
commit | commitdiff | tree |
2000-08-02 |
andersen | Fixed the "-f" option.
|
commit | commitdiff | tree |
next |