Age | Commit message (Expand) | Author |
2000-09-14 | Fix the halt/reboot/poweroff segfault when used from within an initrd... | Eric Andersen |
2000-09-13 | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai |
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 |
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 |
2000-09-01 | Add an extra sanity check in parse_mode | Eric Andersen |
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 fun... | Glenn L McGrath |
2000-08-21 | Yet another patch to fixup lsmod | Eric Andersen |
2000-08-21 | Some leftover stuff I forgot to commit for the lsmod change. | Eric Andersen |
2000-08-11 | Added fix from David Vrabel <dvrabel@arcom.co.uk> for a | Eric Andersen |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-08-02 | Merge in two patches from Dave Cinege: | Eric Andersen |
2000-08-01 | Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't | Matt Kraai |
2000-07-28 | More sh updates (with related changes to everything else). Switched | Eric Andersen |
2000-07-19 | Moved some code and add a coupld #defines to support use of dmalloc. | Eric Andersen |
2000-07-17 | New message added to messages.c: full_version | Pavel Roskin |
2000-07-17 | Moved functions used by "lsmod" from cat.c to utility.c | Pavel Roskin |
2000-07-17 | Now it's possible to compile Busybox with only one app defined | Pavel Roskin |
2000-07-14 | More cleanups. | Eric Andersen |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |
2000-07-12 | Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c | Mark Whitley |
2000-07-12 | Always report the applet name when doing error reporting. | Matt Kraai |
2000-07-11 | Forgot to commit these cleanups it seems. | Eric Andersen |
2000-07-11 | Applied patch from Matt Kraai which does the following: | Mark Whitley |
2000-07-10 | Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. | Eric Andersen |
2000-07-10 | Comment on kernel stuff | Eric Andersen |
2000-07-10 | Remove yet more kernel header dependancies. | Eric Andersen |
2000-07-10 | Put the GROWBY variable inside the get_line_from_file function, as that is the | Mark Whitley |
2000-07-10 | From Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen |
2000-07-09 | Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) + | Eric Andersen |
2000-07-08 | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen |
2000-07-08 | Update files to reduce dependance on kernel version... | Eric Andersen |
2000-07-06 | setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but | Eric Andersen |
2000-07-05 | Remove misguided klude around for 2.4.x-test* brokenness. Al Viro | Eric Andersen |
2000-07-05 | * Fix to tr so it recognizes standard escape sequences. Merged common | Eric Andersen |
2000-06-28 | Yanked out the cstring_alloc() and cstring_lineFromFile() functions from | Mark Whitley |
2000-06-28 | Better cross libc support. | Eric Andersen |
2000-06-26 | Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in | Eric Andersen |
2000-06-12 | + utility.c | John Beppu |
2000-06-12 | Added a slightly modified version of Ron Alder's insmod patch. | Eric Andersen |
2000-06-02 | Fix /etc/passwd misspelling. | Eric Andersen |
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen |
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen |
2000-05-17 | Some more portability updates | Erik Andersen |
2000-05-13 | So much for my evil optimization. Doesn't seem to work. Will test | Erik Andersen |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |
2000-05-10 | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen |