aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-29ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko
2010-10-29telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko
2010-10-29telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko
2010-10-29unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko
2010-10-29dnsd: fix 64-bit bug 2539.Denys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-28bloat-o-meter: make it python3 compliantMarek Polacek
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek
2010-10-28scripts: remove bitrotted scripts/individualDenys Vlasenko
2010-10-28update docs/new-applet-HOWTO.txtHolger Blasum
2010-10-28ipcrm: small code shrinkDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-28mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin
2010-10-28login: free fromhost upon cleaning upAlexander Shishkin
2010-10-28crc32: cleanups, no code changesDenys Vlasenko
2010-10-28netstat: was using buffers one byte short for scanf (no place for NUL). fixingDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-27netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko
2010-10-27Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko
2010-10-27top: Use _exit() instead of exit() in sighandlerMarek Polacek
2010-10-27netstat: fix -r display in usage textBob Dunlop
2010-10-27whitespace fixDenys Vlasenko
2010-10-26mv: implement -n optionDenys Vlasenko
2010-10-26powertop: simplified C-state display codeDenys Vlasenko
2010-10-26powertop: IPIs and hw irqs were swapped, fixingDenys Vlasenko
2010-10-26powertop: fixes to output format and code shrinkDenys Vlasenko
2010-10-26powertop: code shrinkDenys Vlasenko
2010-10-25libbb/process_escape_sequence.c: fix recently broken handling of \\Denys Vlasenko
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