aboutsummaryrefslogtreecommitdiff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-19dmesg: more correct skipping of <N>; use faster putchar for most outputDenys Vlasenko1-7/+12
2010-10-19klogd: do not log partial linesDenys Vlasenko2-12/+18
2010-10-19mkmakefile: make 3.82 fixThomas Chou1-1/+4
2010-10-19md5: remove outdated commentDenys Vlasenko1-3/+1
2010-10-19libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko2-512/+430
2010-10-18nanddump: make oobbuf allocation dynamicBaruch Siach1-6/+6
2010-10-18hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko2-101/+108
2010-10-18libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko2-2/+2
2010-10-18libbb: move md5 and shaN into a common source file. no code changesDenys Vlasenko3-450/+451
2010-10-18md5: length should be stored in *little-endian* order! fixing...Denys Vlasenko1-2/+2
2010-10-18*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko7-43/+37
2010-10-18*: use SWAP_BE64 instead of open-coding itDenys Vlasenko5-13/+11
2010-10-18libbb: rename hash source files. no code changesDenys Vlasenko4-3/+3
2010-10-18sort: -o FILE should create/truncate FILEDenys Vlasenko1-1/+1
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko6-7/+7
2010-10-18nanddump: new appletBaruch Siach1-28/+127
2010-10-18cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard2-1/+13
2010-10-18depmod: accept and ignore -u, -q, -C FILEPascal Bellard1-2/+7
2010-10-18touch: update help textPascal Bellard1-1/+2
2010-10-17md5: fix biuld failure on big-endian machinesDenys Vlasenko1-1/+1
2010-10-17docs: Sync up AUTHORS and busybox_footer.podKevin Cernekee1-0/+30
2010-10-17docs: Change CVS references to GitKevin Cernekee1-21/+32
2010-10-17typo fixDenys Vlasenko1-1/+1
2010-10-17seq: exit on write errorsDenys Vlasenko1-1/+2
2010-10-17udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko1-7/+10
2010-10-17md5: code shrink -5 bytesDenys Vlasenko1-40/+35
2010-10-17bring md5 and sha1 names closer. no code changesDenys Vlasenko3-52/+44
2010-10-17md5: code shrinkDenys Vlasenko2-30/+25
2010-10-17shaN: code shrinkDenys Vlasenko2-7/+12
2010-10-16whitespace fixDenys Vlasenko1-3/+3
2010-10-16sha512: inline rotr64Denys Vlasenko1-57/+51
2010-10-16shaN: small code shrinkDenys Vlasenko3-61/+129
2010-10-16md5: fix "fast" md5 broken by prev commitDenys Vlasenko1-1/+2
2010-10-16testsuite: add tests for {ms5,shaN}sumDenys Vlasenko5-1/+56
2010-10-16md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko3-27/+30
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko7-40/+40
2010-10-16modutils/*: move help bits into corresponding .c filesDenys Vlasenko6-21/+69
2010-10-16libbb/md5: code shrinkDenys Vlasenko2-23/+26
2010-10-15libbb/md5: small code shrinkDenys Vlasenko1-22/+26
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko7-21/+29
2010-10-15date: move applet and usage bits to date.cDenys Vlasenko3-73/+74
2010-10-13remove runit/runit_lib.cDenys Vlasenko7-342/+63
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko8-307/+315
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko6-38/+46
2010-10-11remove findutils/.gitignore, top-level one covers itDenys Vlasenko1-3/+0
2010-10-09tweak help textDenys Vlasenko4-4/+5
2010-10-08fix help text punctuationDenys Vlasenko1-1/+1
2010-10-07tweak usage textsDenys Vlasenko1-66/+69
2010-10-06dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko1-71/+118
2010-10-05awk: code shrinkDenys Vlasenko1-43/+41