| Commit message (Expand) | Author | Age | Files | Lines |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 1 | -1/+0 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | aldot | 2007-04-04 | 1 | -3/+3 |
* | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | vda | 2007-03-26 | 1 | -6/+1 |
* | Attempt to get more applets compile for NOMMU. | vda | 2007-03-26 | 1 | -13/+2 |
* | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | vda | 2007-03-25 | 1 | -1/+2 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | fsck: dead code removal; also disable progress indicator code | vda | 2007-01-19 | 1 | -127/+81 |
* | fsck: stop using strtok | vda | 2007-01-19 | 1 | -73/+84 |
* | fsck: move functions around so that related ones are nearby | vda | 2007-01-19 | 1 | -170/+185 |
* | fsck: small optimization | vda | 2007-01-19 | 1 | -42/+31 |
* | style fixes | vda | 2006-12-26 | 1 | -1/+1 |
* | leftover of e2fsck surgery | vda | 2006-12-26 | 1 | -82/+36 |
* | put small subset of e2fsprogs back in the tree: | vda | 2006-12-26 | 1 | -0/+1319 |
* | remove e2fsprogs. Nobody volunteered to clean up that mess | vda | 2006-12-26 | 1 | -1392/+0 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 1 | -2/+2 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 1 | -2/+2 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 1 | -1/+1 |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 1 | -2/+2 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 1 | -7/+7 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | landley | 2006-08-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -3/+3 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 1 | -0/+1 |
* | Yet more "#if 0" content removed. | rpjday | 2006-07-01 | 1 | -9/+0 |
* | Big dead code elimination pass from Garrett. | landley | 2006-05-03 | 1 | -11/+3 |
* | kill off pointless malloc.h include | vapier | 2006-04-16 | 1 | -1/+0 |
* | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ... | vapier | 2006-03-22 | 1 | -1/+0 |
* | just whitespace | timr | 2006-01-25 | 1 | -2/+2 |
* | remove bug: fsck do not know path | vodz | 2005-11-26 | 1 | -3/+1 |
* | change the interface of libbb/compare_string_array (unsigned short to int), u... | vodz | 2005-11-26 | 1 | -2/+2 |
* | more use const for interface of libbb/compare_string_array, example usage for... | vodz | 2005-11-26 | 1 | -9/+4 |
* | another more const | vodz | 2005-10-20 | 1 | -5/+6 |
* | perror correction | vodz | 2005-10-12 | 1 | -1/+1 |
* | create e2fs_set_sbin_path(), noticed by Tito, Thanks | vodz | 2005-10-12 | 1 | -8/+1 |
* | make fsck.h as common, e2fsck: includes correct | vodz | 2005-10-12 | 1 | -0/+44 |
* | more busyboxes, remove 1 extern function (mainstream also have for one fsck) | vodz | 2005-10-12 | 1 | -0/+137 |
* | change interface to bb_xasprintf() - more perfect for me. | vodz | 2005-09-29 | 1 | -7/+6 |
* | more busybox's style for fsck.c, size reduce | vodz | 2005-09-29 | 1 | -201/+142 |
* | import the very fat e2fsck/fsck applets | vapier | 2005-09-24 | 1 | -0/+1302 |