| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |