aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mount: code shrink (-81 bytes)Alexander Shishkin2010-10-221-41/+15
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-227-16/+17
* smemcap: close /proc handle upon cleaning upAlexander Shishkin2010-10-221-0/+3
* nbd-client: kill unused variable (total 0 bytes)Alexander Shishkin2010-10-221-0/+2
* pmap: get rid of a warningDenys Vlasenko2010-10-221-2/+2
* udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko2010-10-212-5/+14
* patch: implement -E optionLukas Huba2010-10-212-14/+23
* revert last change (wrong author)Denys Vlasenko2010-10-212-23/+14
* patch: implement -E optionGilles Espinasse2010-10-212-14/+23
* tail: free tailbuf upon cleaning upAlexander Shishkin2010-10-211-0/+1
* stat: remove superfluous setXXent() calls, plug memory leakAlexander Shishkin2010-10-211-7/+5
* ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy2010-10-202-6/+8
* udhcpc: exit if iface disappeared; use correct MAC if it changesDenys Vlasenko2010-10-201-6/+14
* udhcpc: reduce stack usage by de-inlining routines with on-stack pkt bufDenys Vlasenko2010-10-201-10/+11
* udhcpc: periodically reread our ifindex and macDenys Vlasenko2010-10-201-0/+10
* udhcpc: emit maxsize option in all non-NAK type packetsDenys Vlasenko2010-10-201-18/+90
* dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko2010-10-202-7/+7
* udhcpc: better help textDenys Vlasenko2010-10-201-9/+15
* add/remove-shell: use O_TRUNC instead of O_EXCLDenys Vlasenko2010-10-201-2/+10
* add-shell, remove-shell: new appletsAlexander Shishkin2010-10-201-0/+127
* *: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko2010-10-202-2/+2
* udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko2010-10-201-3/+4
* udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko2010-10-202-41/+37
* udhcpc: move usage text to .c file. no code changesDenys Vlasenko2010-10-202-78/+78
* dmesg: more correct skipping of <N>; use faster putchar for most outputDenys Vlasenko2010-10-191-7/+12
* klogd: do not log partial linesDenys Vlasenko2010-10-192-12/+18
* mkmakefile: make 3.82 fixThomas Chou2010-10-191-1/+4
* md5: remove outdated commentDenys Vlasenko2010-10-191-3/+1
* libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko2010-10-192-512/+430
* nanddump: make oobbuf allocation dynamicBaruch Siach2010-10-181-6/+6
* hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko2010-10-182-101/+108
* libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko2010-10-182-2/+2
* libbb: move md5 and shaN into a common source file. no code changesDenys Vlasenko2010-10-183-450/+451
* md5: length should be stored in *little-endian* order! fixing...Denys Vlasenko2010-10-181-2/+2
* *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-187-43/+37
* *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-185-13/+11
* libbb: rename hash source files. no code changesDenys Vlasenko2010-10-184-3/+3
* sort: -o FILE should create/truncate FILEDenys Vlasenko2010-10-181-1/+1
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-186-7/+7
* nanddump: new appletBaruch Siach2010-10-181-28/+127
* cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard2010-10-182-1/+13
* depmod: accept and ignore -u, -q, -C FILEPascal Bellard2010-10-181-2/+7
* touch: update help textPascal Bellard2010-10-181-1/+2
* md5: fix biuld failure on big-endian machinesDenys Vlasenko2010-10-171-1/+1
* docs: Sync up AUTHORS and busybox_footer.podKevin Cernekee2010-10-171-0/+30
* docs: Change CVS references to GitKevin Cernekee2010-10-171-21/+32
* typo fixDenys Vlasenko2010-10-171-1/+1
* seq: exit on write errorsDenys Vlasenko2010-10-171-1/+2
* udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko2010-10-171-7/+10
* md5: code shrink -5 bytesDenys Vlasenko2010-10-171-40/+35