aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sleep: make fractional seconds separately selectable in .configDenis Vlasenko2008-07-153-10/+25
|
* libbb: document plans to speed up line-based inputDenis Vlasenko2008-07-152-3/+15
|
* libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko2008-07-154-56/+295
| | | | | | | | | | | | | | | | | | | | | | mdev: use it function old new delta config_read - 400 +400 config_open - 43 +43 config_close - 9 +9 qrealloc 33 36 +3 compare_keys 735 737 +2 xstrtoull_range_sfx 296 295 -1 qgravechar 109 106 -3 get_address 181 178 -3 next_token 928 923 -5 sv_main 1228 1222 -6 find_main 418 406 -12 next_field 32 - -32 make_device 1269 1184 -85 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 2/7 up/down: 457/-147) Total: 310 bytes
* sendmail: do not ignore CC; accept to: and cc: case-insensitively.Denis Vlasenko2008-07-151-1/+1
| | | | | +20 bytes.
* libbb: experimental faster string reading routines.Denis Vlasenko2008-07-152-1/+75
|
* comm: almost total rewrite; add testsuiteDenis Vlasenko2008-07-153-56/+61
| | | | | | | | | function old new delta writeline 128 125 -3 comm_main 540 239 -301 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-304) Total: -304 bytes
* ls: fix a bug where we may use uninintialized variableDenis Vlasenko2008-07-151-5/+6
|
* tee: "-" is a name for stdout, handle it that wayDenis Vlasenko2008-07-151-4/+7
|
* insmod: users report that "|| defined(__powerpc__)" is missingDenis Vlasenko2008-07-141-1/+2
|
* hush: fix "... pattern) cmd;; esac" caseDenis Vlasenko2008-07-142-3/+27
|
* hush: delete unused field in struct child.Denis Vlasenko2008-07-142-16/+95
| | | | | | reinstate needed check for invalid syntax. document command parsing in hush_doc.txt.
* hush: add case statement support. It is incomplete and disabled for now.Denis Vlasenko2008-07-141-45/+147
| | | | | costs ~300 bytes when enabled.
* ash: small code shrinkDenis Vlasenko2008-07-131-5/+5
|
* libbb: shrink print_login_issue (by Vladimir Dronnikov)Denis Vlasenko2008-07-121-8/+7
| | | | | | function old new delta print_login_issue 469 435 -34
* whitespace fixesDenis Vlasenko2008-07-123-8/+18
|
* whitespace fixing scriptDenis Vlasenko2008-07-121-0/+61
|
* sleep: if FANCY && DESKTOP, support fractional seconds, minutes,Denis Vlasenko2008-07-125-39/+136
| | | | | | | | | | | | | | | | | hours and so on. It's coreutils compat. bloatcheck is atrocious :( function old new delta sleep_main 71 362 +291 bb_strtod - 127 +127 make_device 1269 1294 +25 getoptscmd 708 713 +5 switch_root_main 402 401 -1 display_speed 90 85 -5 show_entry 295 289 -6 parse_expr 841 833 -8 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/4 up/down: 448/-20) Total: 428 bytes
* *: add FAST_FUNC markersDenis Vlasenko2008-07-123-6/+6
| | | | | | | | | | | | function old new delta getopt_mk_fifo_nod 73 70 -3 mv_main 505 501 -4 cp_mv_stat2 79 73 -6 cp_main 266 257 -9 cp_mv_stat 22 10 -12 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/5 up/down: 46/-80) Total: -34 bytes
* mv: fix a case when we move dangling symlinkDenis Vlasenko2008-07-121-6/+6
|
* mdev: check for "/block/" substring for block dev detectionDenis Vlasenko2008-07-121-7/+5
| | | | | | function old new delta make_device 1294 1269 -25
* mdev: if device was moved at creation, at removal coreectly removeDenis Vlasenko2008-07-121-19/+37
| | | | | | | | | | | | it from moved location and also remove symlinks to it function old new delta build_alias - 78 +78 mdev_main 505 503 -2 make_device 1300 1294 -6 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/2 up/down: 78/-8) Total: 70 bytes
* fuser: a bit of safety in scanfDenis Vlasenko2008-07-121-1/+1
|
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-129-64/+45
| | | | | | | | | | | | | for corrupted cpio files. modprobe-small: remove stray include route: small code shrink function old new delta get_header_cpio 958 980 +22 archive_xread_all_eof 33 - -33 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/0 up/down: 22/-33) Total: -11 bytes
* switch_root: shrinkDenis Vlasenko2008-07-111-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 Vlasenko2008-07-111-12/+24
|
* cpio: on unpack, limit filename length to 8k; shorten comment a bitDenis Vlasenko2008-07-112-15/+15
|
* Announce 1.11.1Denis Vlasenko2008-07-111-0/+10
|
* cpio: testsuite for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771Denis Vlasenko2008-07-111-25/+41
| | | | | which was fixed in proevious commit
* cpio: support some long options; document GNU optionsDenis Vlasenko2008-07-112-16/+92
|
* testsuite: uniformly use $ECHO with -n -eDenis Vlasenko2008-07-119-690/+691
|
* time: don't segfault with no argumentsDenis Vlasenko2008-07-111-0/+1
|
* taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko2008-07-113-15/+39
| | | | | -5 bytes for fancy, +5 for non-fancy
* build system: re-add mistakenly deleted scriptDenis Vlasenko2008-07-111-0/+36
|
* website: announce updated HOWTODenis Vlasenko2008-07-111-3/+8
|
* fix compile failures resulting from last few commitsDenis Vlasenko2008-07-112-3/+2
|
* fix typo in config help textDenis Vlasenko2008-07-101-1/+1
|
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-109-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 changeDenis Vlasenko2008-07-1011-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 Vlasenko2008-07-102-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 creationDenis Vlasenko2008-07-101-7/+108
|
* modprobe-small: add depfile loadingDenis Vlasenko2008-07-101-18/+57
|
* website: add 'Laptop Computers' to sponsors pageDenis Vlasenko2008-07-101-0/+4
|
* whitespace fixDenis Vlasenko2008-07-091-1/+1
|
* build system: libbusybox cannot be staticDenis Vlasenko2008-07-091-3/+3
|
* fdisk: fix compile failureDenis Vlasenko2008-07-091-38/+41
|
* hush: compile fixes for !LOOPS caseDenis Vlasenko2008-07-091-0/+4
|
* buld system: suppress a warningDenis Vlasenko2008-07-091-0/+3
|
* last: fix ctime(ptr) ptr type mismatchDenis Vlasenko2008-07-091-1/+5
|
* libbb/mtab: fix xrealloc_vector falloutDenis Vlasenko2008-07-091-4/+7
|
* - fix typo (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-091-1/+1
|