aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-25powertop: new appletMarek Polacek
2010-10-25fdisk: initial stab at GPT partition supportKevin Cernekee
2010-10-25init: do not sleep forever on usage errorsDenys Vlasenko
2010-10-24sha1: small tweak for clearer code, no logic changesDenys Vlasenko
2010-10-24sha1: use Rob's code, it's smaller and fasterDenys Vlasenko
2010-10-24md5/sha1sum: code shrinkDenys Vlasenko
2010-10-24umount: I forgot to change another PATH_MAX to 4096Denys Vlasenko
2010-10-24finish busybox.1 renamingDenys Vlasenko
2010-10-24awk: reduce ifdef forestRob Landley
2010-10-24English fixes to docs/smallint.txtDenys Vlasenko
2010-10-24adding docs/smallint.txtDenys Vlasenko
2010-10-24Remove check for supported libc.Denys Vlasenko
2010-10-24umount: do not (ab)use PATH_MAX as mntent buffer sizeDenys Vlasenko
2010-10-24remove unused SC_x (serial port names) definesDenys Vlasenko
2010-10-24correct manpage nameDenys Vlasenko
2010-10-24init: do not clear CRTSCTS (fix from Debian bug 528560)Denys Vlasenko
2010-10-24awk: fix breakage in last commitDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko
2010-10-22mount: code shrink (-81 bytes)Alexander Shishkin
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-10-22smemcap: close /proc handle upon cleaning upAlexander Shishkin
2010-10-22nbd-client: kill unused variable (total 0 bytes)Alexander Shishkin
2010-10-22pmap: get rid of a warningDenys Vlasenko
2010-10-21udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko
2010-10-21patch: implement -E optionLukas Huba
2010-10-21revert last change (wrong author)Denys Vlasenko
2010-10-21patch: implement -E optionGilles Espinasse
2010-10-21tail: free tailbuf upon cleaning upAlexander Shishkin
2010-10-21stat: remove superfluous setXXent() calls, plug memory leakAlexander Shishkin
2010-10-20ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy
2010-10-20udhcpc: exit if iface disappeared; use correct MAC if it changesDenys Vlasenko
2010-10-20udhcpc: reduce stack usage by de-inlining routines with on-stack pkt bufDenys Vlasenko
2010-10-20udhcpc: periodically reread our ifindex and macDenys Vlasenko
2010-10-20udhcpc: emit maxsize option in all non-NAK type packetsDenys Vlasenko
2010-10-20dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko
2010-10-20udhcpc: better help textDenys Vlasenko
2010-10-20add/remove-shell: use O_TRUNC instead of O_EXCLDenys Vlasenko
2010-10-20add-shell, remove-shell: new appletsAlexander Shishkin
2010-10-20*: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko
2010-10-20udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko
2010-10-20udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko
2010-10-20udhcpc: move usage text to .c file. no code changesDenys Vlasenko
2010-10-19dmesg: more correct skipping of <N>; use faster putchar for most outputDenys Vlasenko
2010-10-19klogd: do not log partial linesDenys Vlasenko
2010-10-19mkmakefile: make 3.82 fixThomas Chou
2010-10-19md5: remove outdated commentDenys Vlasenko
2010-10-19libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko
2010-10-18nanddump: make oobbuf allocation dynamicBaruch Siach
2010-10-18hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko