Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | switch_root: shrink | Denis Vlasenko | 2008-07-11 | 1 | -21/+11 | |
| | | | | | | | | | | function old new delta switch_root_main 402 401 -1 rootdev 8 - -8 delete_contents 226 179 -47 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/2 up/down: 0/-56) Total: -56 bytes | |||||
* | ash: fix segfault in "command -v" | Denis Vlasenko | 2008-07-11 | 1 | -12/+24 | |
| | ||||||
* | cpio: on unpack, limit filename length to 8k; shorten comment a bit | Denis Vlasenko | 2008-07-11 | 2 | -15/+15 | |
| | ||||||
* | Announce 1.11.1 | Denis Vlasenko | 2008-07-11 | 1 | -0/+10 | |
| | ||||||
* | cpio: testsuite for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771 | Denis Vlasenko | 2008-07-11 | 1 | -25/+41 | |
| | | | | | which was fixed in proevious commit | |||||
* | cpio: support some long options; document GNU options | Denis Vlasenko | 2008-07-11 | 2 | -16/+92 | |
| | ||||||
* | testsuite: uniformly use $ECHO with -n -e | Denis Vlasenko | 2008-07-11 | 9 | -690/+691 | |
| | ||||||
* | time: don't segfault with no arguments | Denis Vlasenko | 2008-07-11 | 1 | -0/+1 | |
| | ||||||
* | taskset: fix some careless code in both fancy and non-fancy cases. | Denis Vlasenko | 2008-07-11 | 3 | -15/+39 | |
| | | | | | -5 bytes for fancy, +5 for non-fancy | |||||
* | build system: re-add mistakenly deleted script | Denis Vlasenko | 2008-07-11 | 1 | -0/+36 | |
| | ||||||
* | website: announce updated HOWTO | Denis Vlasenko | 2008-07-11 | 1 | -3/+8 | |
| | ||||||
* | fix compile failures resulting from last few commits | Denis Vlasenko | 2008-07-11 | 2 | -3/+2 | |
| | ||||||
* | fix typo in config help text | Denis Vlasenko | 2008-07-10 | 1 | -1/+1 | |
| | ||||||
* | dpkg_deb: slight code shrink | Denis Vlasenko | 2008-07-10 | 9 | -45/+65 | |
| | | | | | | | | | | | | | | ar: reuse existing ar unpacking code get_header_tar: handle autodetection for tiny .tar.gz files too unarchive.h: do not include CONFIGed out things function old new delta get_header_tar 1521 1534 +13 dpkg_deb_main 400 380 -20 ar_main 260 196 -64 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 13/-84) Total: -71 bytes | |||||
* | open_transformer: do not return fd, it does not change | Denis Vlasenko | 2008-07-10 | 11 | -66/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | libbb: adopt zipped read from modprobe-small function old new delta getoptscmd 708 713 +5 qgravechar 106 109 +3 huft_build 1165 1168 +3 tr_main 474 472 -2 open_transformer 91 89 -2 evalvar 1376 1374 -2 rpm_main 1691 1688 -3 qrealloc 36 33 -3 get_header_tar_lzma 55 52 -3 get_header_tar_gz 100 97 -3 get_header_tar_bz2 55 52 -3 get_header_tar_Z 89 86 -3 find_main 418 406 -12 prepare 302 283 -19 xmalloc_open_zipped_read_close 161 135 -26 xmalloc_read 248 199 -49 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/13 up/down: 11/-130) Total: -119 bytes | |||||
* | modprobe-small: make depmod compatible with kernel build. | Denis Vlasenko | 2008-07-10 | 2 | -39/+106 | |
| | | | | | | | | | | | | | | | | | | three last commits' sizes combined: function old new delta find_alias 218 612 +394 load_dep_bb - 310 +310 modprobe_main 289 380 +91 copy_stringbuf - 40 +40 process_module 637 655 +18 reset_stringbuf - 15 +15 parse_module 333 334 +1 append 84 85 +1 fileAction 832 819 -13 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 5/1 up/down: 870/-13) Total: 857 bytes | |||||
* | modprobe-small: add depfile creation | Denis Vlasenko | 2008-07-10 | 1 | -7/+108 | |
| | ||||||
* | modprobe-small: add depfile loading | Denis Vlasenko | 2008-07-10 | 1 | -18/+57 | |
| | ||||||
* | website: add 'Laptop Computers' to sponsors page | Denis Vlasenko | 2008-07-10 | 1 | -0/+4 | |
| | ||||||
* | whitespace fix | Denis Vlasenko | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | build system: libbusybox cannot be static | Denis Vlasenko | 2008-07-09 | 1 | -3/+3 | |
| | ||||||
* | fdisk: fix compile failure | Denis Vlasenko | 2008-07-09 | 1 | -38/+41 | |
| | ||||||
* | hush: compile fixes for !LOOPS case | Denis Vlasenko | 2008-07-09 | 1 | -0/+4 | |
| | ||||||
* | buld system: suppress a warning | Denis Vlasenko | 2008-07-09 | 1 | -0/+3 | |
| | ||||||
* | last: fix ctime(ptr) ptr type mismatch | Denis Vlasenko | 2008-07-09 | 1 | -1/+5 | |
| | ||||||
* | libbb/mtab: fix xrealloc_vector fallout | Denis Vlasenko | 2008-07-09 | 1 | -4/+7 | |
| | ||||||
* | - fix typo (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | modprobe-small: preparatory patch for modprobe.dep.bb creation patches, | Denis Vlasenko | 2008-07-09 | 1 | -43/+54 | |
| | | | | | Code size impact ~0. | |||||
* | libbb: use improved xmalloc_read() from modprobe-small | Denis Vlasenko | 2008-07-09 | 5 | -126/+63 | |
| | | | | | | who: fix compile breakage on some systems modprobe-small: improve Config help text wording | |||||
* | add xrealloc_vector.c | Denis Vlasenko | 2008-07-08 | 1 | -0/+36 | |
| | ||||||
* | website: return HOWTO link and GPL violations address to the top | Denis Vlasenko | 2008-07-08 | 1 | -6/+6 | |
| | | | | | of the page | |||||
* | libbb: introduce and use xrealloc_vector | Denis Vlasenko | 2008-07-08 | 29 | -85/+123 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta xrealloc_vector_helper - 51 +51 create_list 84 99 +15 getopt_main 690 695 +5 passwd_main 1049 1053 +4 get_cached 85 89 +4 msh_main 1377 1380 +3 add_match 42 41 -1 read_lines 720 718 -2 grave 1068 1066 -2 fill_match_lines 143 141 -2 add_to_dirlist 67 65 -2 add_input_file 49 47 -2 act 252 250 -2 fsck_main 2252 2246 -6 man_main 765 757 -8 bb_internal_initgroups 228 220 -8 cut_main 1052 1041 -11 add_edge_to_node 55 43 -12 dpkg_main 3851 3835 -16 ifupdown_main 2202 2178 -24 sort_main 838 812 -26 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/15 up/down: 82/-124) Total: -42 bytes | |||||
* | ifupdown: /etc/network/interfaces can have comments with leading blanks | Denis Vlasenko | 2008-07-08 | 1 | -2/+2 | |
| | ||||||
* | mount: testsuite for "-o mand" | Denis Vlasenko | 2008-07-08 | 1 | -0/+34 | |
| | ||||||
* | mount: support for "-o mand" | Denis Vlasenko | 2008-07-08 | 1 | -0/+4 | |
| | ||||||
* | mdev: reinstate "follow symlinks" flag, this time with explanation | Denis Vlasenko | 2008-07-06 | 1 | -4/+7 | |
| | ||||||
* | modprobe-small: match aliases with fnmatch(), making | Denis Vlasenko | 2008-07-06 | 1 | -1/+5 | |
| | | | | | shell pattern-specified alias names in module bodies work. | |||||
* | modprobe-small: fix debug leftover | Denis Vlasenko | 2008-07-06 | 1 | -4/+4 | |
| | ||||||
* | hush: support "for if in do done then; do echo $if; done" case | Denis Vlasenko | 2008-07-06 | 3 | -24/+41 | |
| | | | | | | | | | | function old new delta done_pipe 83 95 +12 parse_stream 1758 1764 +6 done_word 674 647 -27 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 18/-27) Total: -9 bytes | |||||
* | mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). | Denis Vlasenko | 2008-07-06 | 3 | -20/+21 | |
| | | | | | | | | | | | | | If this breaks things, please document why! mdev,init: use shared code for fd sanitization function old new delta bb_daemonize_or_rexec 155 172 +17 mdev_main 500 505 +5 init_main 907 856 -51 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 22/-51) Total: -29 bytes | |||||
* | hush: support "for v; do ... done" syntax (implied 'in "$@"') | Denis Vlasenko | 2008-07-05 | 3 | -14/+38 | |
| | ||||||
* | hush: fix a case where "$@" must expand to no word at all | Denis Vlasenko | 2008-07-05 | 3 | -6/+36 | |
| | ||||||
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 228 | -479/+479 | |
| | ||||||
* | man: fix inverted cat/man bool variable | Denis Vlasenko | 2008-07-05 | 1 | -8/+9 | |
| | ||||||
* | man: code shrink | Denis Vlasenko | 2008-07-05 | 1 | -20/+18 | |
| | | | | | | | | | function old new delta man_main 725 765 +40 show_manpage 112 - -112 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/0 up/down: 40/-112) Total: -72 bytes | |||||
* | man: support cat pages too (by Jason Curl <jcurlnews AT arcor.de>) | Denis Vlasenko | 2008-07-04 | 1 | -14/+31 | |
| | | | | | | | | function old new delta show_manpage - 112 +112 run_pipe 89 102 +13 man_main 721 725 +4 | |||||
* | man: fix missed NULL termination of an array | Denis Vlasenko | 2008-07-04 | 1 | -7/+9 | |
| | | | | | | function old new delta man_main 741 721 -20 | |||||
* | libbb/recursive_action.c: fix slight error in prev commit | Denis Vlasenko | 2008-07-04 | 1 | -3/+5 | |
| | ||||||
* | modutils: optional modutils-small by Vladimir Dronnikov. | Denis Vlasenko | 2008-07-04 | 5 | -12/+726 | |
| | | | | | | 15kb smaller than standard one. libbb/recursive_action.c: commented-out code for aborting the scan. | |||||
* | awk: another smallish code shrink | Denis Vlasenko | 2008-07-02 | 1 | -3/+1 | |
| |