aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* whitespace fixDenys Vlasenko2010-10-161-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* sha512: inline rotr64Denys Vlasenko2010-10-161-57/+51
| | | | | | | function old new delta sha1_process_block64 461 446 -15 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shaN: small code shrinkDenys Vlasenko2010-10-163-61/+129
| | | | | | | | function old new delta sha512_hash 134 128 -6 sha1_hash 114 106 -8 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* md5: fix "fast" md5 broken by prev commitDenys Vlasenko2010-10-161-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite: add tests for {ms5,shaN}sumDenys Vlasenko2010-10-165-1/+56
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko2010-10-163-27/+30
| | | | | | | | | | | | | | function old new delta md5_hash 111 108 -3 md5_end 129 125 -4 md5_hash_block 459 454 -5 filter_rename_config 250 244 -6 md5_crypt 587 578 -9 popmaildir_main 828 816 -12 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-39) Total: -39 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-167-40/+40
| | | | | | | | | function old new delta md5_hash_block 458 459 +1 filter_rename_config 252 250 -2 md5_crypt 591 587 -4 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-166-21/+69
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* libbb/md5: code shrinkDenys Vlasenko2010-10-162-23/+26
| | | | | | | | | function old new delta md5_end 123 117 -6 md5_begin 49 42 -7 md5_hash 119 104 -15 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* libbb/md5: small code shrinkDenys Vlasenko2010-10-151-22/+26
| | | | | | | function old new delta md5_end 151 123 -28 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-157-21/+29
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* date: move applet and usage bits to date.cDenys Vlasenko2010-10-153-73/+74
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove runit/runit_lib.cDenys Vlasenko2010-10-137-342/+63
| | | | | | | | | | | | | | | | | | | function old new delta runsv_main 1770 1786 +16 svstatus_get 176 188 +12 sv_main 1180 1186 +6 runsvdir_main 683 689 +6 processorstart 385 391 +6 control 126 132 +6 logdir_open 1184 1187 +3 lock_exnb 14 - -14 lock_ex 14 - -14 open_write 17 - -17 open_read 17 - -17 ------------------------------------------------------------------------------ (add/remove: 0/5 grow/shrink: 7/0 up/down: 55/-62) Total: -7 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-128-307/+315
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-126-38/+46
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove findutils/.gitignore, top-level one covers itDenys Vlasenko2010-10-111-3/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tweak help textDenys Vlasenko2010-10-094-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix help text punctuationDenys Vlasenko2010-10-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tweak usage textsDenys Vlasenko2010-10-071-66/+69
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko2010-10-061-71/+118
| | | | | | | | | | function old new delta sendto_ip4 - 55 +55 dhcprelay_main 1059 942 -117 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/1 up/down: 55/-117) Total: -62 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* awk: code shrinkDenys Vlasenko2010-10-051-43/+41
| | | | | | | | function old new delta fsrealloc 112 107 -5 next_token 862 844 -18 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko2010-10-052-8/+46
| | | | | | | function old new delta my_strtod 80 113 +33 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* sendmail: fix assumption that headers should have a space after the colonVladimir Dronnikov2010-10-051-4/+4
| | | | | Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tune2fs: implement -c and -i optionsRichard Braun2010-10-052-17/+35
| | | | | | | | function old new delta tune2fs_main 165 256 +91 Signed-off-by: Richard Braun <rbraun@sceen.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: whitespace fixesDenys Vlasenko2010-10-053-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* wc: add support for -mDenys Vlasenko2010-10-042-28/+45
| | | | | | | | function old new delta wc_main 601 637 +36 packed_usage 27357 27358 +1 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wc: preparatory patch, no logic changesDenys Vlasenko2010-10-041-15/+16
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* man: add compatibility with man-dbDenys Vlasenko2010-10-041-2/+7
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko2010-10-041-2/+11
| | | | | | | | | | Based on patch by Jean-Christophe Dubois (jcd@tribudubois.net) function old new delta ntp_init 384 399 +15 recv_and_process_client_pkt 469 480 +11 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* patch: tweaksRob Landley2010-10-041-4/+6
| | | | | | | | | | | | 1) Eliminate spurious warnings about possibly reduced hunks. Instead only note a possible location if we don't find a non-reversed place to apply it. (Otherwise, hunks that move code forward around within a file look reversed at the removal site.) 2) Open the source file read-only, so we can apply patches to read-only files. Signed-off-by: Rob Landley <rob@landley.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: remove "doesn't support brace expansion" from config help textDenys Vlasenko2010-10-041-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: remove brace expansion from TODO list in comments. No code changes.Denys Vlasenko2010-10-031-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: small code shrinkDenys Vlasenko2010-10-031-2/+6
| | | | | | | function old new delta expand_on_ifs 231 222 -9 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: add brace expansion testcaseDenys Vlasenko2010-10-032-0/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: implement brace expansionDenys Vlasenko2010-10-031-5/+20
| | | | | | | | | | | | | | | When enabled: function old new delta glob_brace - 402 +402 next_brace_sub - 70 +70 expand_on_ifs 185 231 +46 bbconfig_config_bz2 4923 4929 +6 o_save_ptr 282 140 -142 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 2/1 up/down: 524/-142) Total: 382 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: preparatory patch, no code changesDenys Vlasenko2010-10-031-25/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.Denys Vlasenko2010-10-021-6/+9
| | | | | | | function old new delta grep_main 766 779 +13 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-0110-13/+31
| | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* free: document newly added optionsDenys Vlasenko2010-10-011-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* free: add -b/k/m/g options; remove 4 TB limitation. +100 bytesDenys Vlasenko2010-10-011-42/+56
| | | | | | Based on patch by Stefan Tomanek (stefan@pico.ruhr.de) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* halt/poweroff/reboot: unify help textDenys Vlasenko2010-09-301-21/+21
| | | | | | | function old new delta packed_usage 27755 27733 -22 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* deluser: use the same licensing template in the header as other files doDenys Vlasenko2010-09-301-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* acpid: add config file and map fileSouf Oued2010-09-262-102/+218
| | | | | | | | | | | | | | | function old new delta acpid_main 434 1137 +703 find_action - 204 +204 f_evt_tab - 48 +48 packed_usage 27724 27755 +31 f_act_tab - 16 +16 process_event 126 - -126 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 2/0 up/down: 1002/-126) Total: 876 bytes Signed-off-by: Souf Oued <souf_oued@yahoo.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-262-0/+6
| | | | | Signed-off-by: Vladislav Grishenko <themiron@mail.ru> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fix. no code chagesDenys Vlasenko2010-09-251-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: fix signal and "set -e" interactionDenys Vlasenko2010-09-255-6/+58
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko2010-09-251-12/+14
| | | | | | ...even if it wasn't found in /lib/modules/VER/ Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* sleep: fix fractional arguments in non-POSIX localeDenys Vlasenko2010-09-241-7/+11
| | | | | | | function old new delta sleep_main 390 379 -11 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wget: flush output to network before receving replyNguyễn Thái Ngọc Duy2010-09-231-0/+2
| | | | | Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* nbd-client: new appletRob Landley2010-09-231-0/+153
| | | | | | | | | | | | | | | | | function old new delta nbdclient_main - 537 +537 daemon - 162 +162 packed_usage 27682 27724 +42 applet_names 2355 2366 +11 bbconfig_config_bz2 4918 4922 +4 applet_main 1376 1380 +4 applet_nameofs 688 690 +2 applet_install_loc 172 173 +1 ------------------------------------------------------------------------------ (add/remove: 4/0 grow/shrink: 6/0 up/down: 763/0) Total: 763 bytes Signed-off-by: Rob Landley <rob@landley.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>