aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-279-73/+49
* netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko2010-10-271-47/+62
* Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2010-10-274-52/+54
|\
| * top: Use _exit() instead of exit() in sighandlerMarek Polacek2010-10-271-1/+2
| * netstat: fix -r display in usage textBob Dunlop2010-10-272-49/+50
| * whitespace fixDenys Vlasenko2010-10-271-2/+2
* | mv: implement -n optionDenys Vlasenko2010-10-262-25/+33
|/
* powertop: simplified C-state display codeDenys Vlasenko2010-10-261-14/+7
* powertop: IPIs and hw irqs were swapped, fixingDenys Vlasenko2010-10-261-1/+1
* powertop: fixes to output format and code shrinkDenys Vlasenko2010-10-261-161/+169
* powertop: code shrinkDenys Vlasenko2010-10-261-192/+185
* libbb/process_escape_sequence.c: fix recently broken handling of \\Denys Vlasenko2010-10-251-4/+4
* powertop: new appletMarek Polacek2010-10-253-11/+897
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-255-26/+275
* init: do not sleep forever on usage errorsDenys Vlasenko2010-10-251-4/+13
* sha1: small tweak for clearer code, no logic changesDenys Vlasenko2010-10-241-1/+1
* 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