aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sha1: use Rob's code, it's smaller and fasterDenys Vlasenko2010-10-241-54/+51
* md5/sha1sum: code shrinkDenys Vlasenko2010-10-241-20/+21
* umount: I forgot to change another PATH_MAX to 4096Denys Vlasenko2010-10-241-1/+1
* finish busybox.1 renamingDenys Vlasenko2010-10-242-2/+2
* awk: reduce ifdef forestRob Landley2010-10-241-33/+32
* English fixes to docs/smallint.txtDenys Vlasenko2010-10-241-3/+5
* adding docs/smallint.txtDenys Vlasenko2010-10-241-0/+37
* Remove check for supported libc.Denys Vlasenko2010-10-241-9/+0
* umount: do not (ab)use PATH_MAX as mntent buffer sizeDenys Vlasenko2010-10-241-4/+1
* remove unused SC_x (serial port names) definesDenys Vlasenko2010-10-241-22/+3
* correct manpage nameDenys Vlasenko2010-10-241-3/+3
* init: do not clear CRTSCTS (fix from Debian bug 528560)Denys Vlasenko2010-10-241-3/+6
* awk: fix breakage in last commitDenys Vlasenko2010-10-242-35/+38
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-236-61/+44
* awk: fix segfault on closing non-opened fileDenys Vlasenko2010-10-232-86/+102
* 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