aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'b5aa1d95a158683d936ea41eed0513aa20ed2e74'Nguyễn Thái Ngọc Duy2011-01-042-2/+2
|\ | | | | | | | | Conflicts: libbb/Kbuild.src
| * libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko2010-10-182-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974'Nguyễn Thái Ngọc Duy2011-01-043-450/+451
|\| | | | | | | | | Conflicts: libbb/Kbuild.src
| * libbb: move md5 and shaN into a common source file. no code changesDenys Vlasenko2010-10-183-450/+451
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^'Nguyễn Thái Ngọc Duy2011-01-048-53/+45
|\|
| * md5: length should be stored in *little-endian* order! fixing...Denys Vlasenko2010-10-181-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-187-43/+37
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-185-13/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d'Nguyễn Thái Ngọc Duy2011-01-044-3/+3
|\| | | | | | | | | Conflicts: libbb/Kbuild.src
| * libbb: rename hash source files. no code changesDenys Vlasenko2010-10-184-3/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-04101-2299/+2872
|\|
| * sort: -o FILE should create/truncate FILEDenys Vlasenko2010-10-181-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-186-7/+7
| | | | | | | | | | | | | | | | | | | | function old new delta uniq_main 421 416 -5 sort_main 803 798 -5 patch_main 2051 2046 -5 cpio_main 547 542 -5 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * nanddump: new appletBaruch Siach2010-10-181-28/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta nandwrite_main 418 936 +518 dump_bad - 119 +119 packed_usage 27752 27810 +58 next_good_eraseblock 84 106 +22 applet_names 2366 2375 +9 applet_main 1380 1384 +4 applet_nameofs 690 692 +2 bbconfig_config_bz2 4932 4922 -10 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 6/1 up/down: 732/-10) Total: 722 bytes Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard2010-10-182-1/+13
| | | | | | | | | | Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * depmod: accept and ignore -u, -q, -C FILEPascal Bellard2010-10-181-2/+7
| | | | | | | | | | Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * touch: update help textPascal Bellard2010-10-181-1/+2
| | | | | | | | | | Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * md5: fix biuld failure on big-endian machinesDenys Vlasenko2010-10-171-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * docs: Sync up AUTHORS and busybox_footer.podKevin Cernekee2010-10-171-0/+30
| | | | | | | | | | Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * docs: Change CVS references to GitKevin Cernekee2010-10-171-21/+32
| | | | | | | | | | Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * typo fixDenys Vlasenko2010-10-171-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * seq: exit on write errorsDenys Vlasenko2010-10-171-1/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko2010-10-171-7/+10
| | | | | | | | | | | | | | | | | | | | http://git.busybox.net/busybox/commit/?id=7d3a48a003cd645edfae2b404493688022 revealed incorrect OPTION_IP_PAIR implementation, which doesn't respect option length and causes erroneous classful routes, composed from garbage or first bytes from the next DHCP packet option. Signed-off-by: Vladislav Grishenko <themiron@mail.ru> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * md5: code shrink -5 bytesDenys Vlasenko2010-10-171-40/+35
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * bring md5 and sha1 names closer. no code changesDenys Vlasenko2010-10-173-52/+44
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * md5: code shrinkDenys Vlasenko2010-10-172-30/+25
| | | | | | | | | | | | | | function old new delta md5_end 125 104 -21 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * shaN: code shrinkDenys Vlasenko2010-10-172-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | function old new delta init512_lo 32 40 +8 init256 32 40 +8 sha256_begin 42 28 -14 sha512_begin 81 53 -28 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/2 up/down: 16/-42) Total: -26 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * 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>