| Commit message (Expand) | Author | Files | Lines |
2010-10-29 | telnet: do not check for 0 return from poll (it's impossible) | Denys Vlasenko | 1 | -24/+24 |
2010-10-29 | telnet: convert CR NUL -> CR on input. Closes bug 2569 | Denys Vlasenko | 1 | -69/+63 |
2010-10-29 | unicode: update unicode_width on !unicode branch too. Closes bug 2593 | Denys Vlasenko | 1 | -2/+5 |
2010-10-29 | dnsd: fix 64-bit bug 2539. | Denys Vlasenko | 1 | -1/+1 |
2010-10-28 | decompress_bunzip2: handle concatenated .bz2 files | Denys Vlasenko | 5 | -30/+81 |
2010-10-28 | bloat-o-meter: make it python3 compliant | Marek Polacek | 1 | -2/+2 |
2010-10-28 | *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler | Marek Polacek | 8 | -72/+78 |
2010-10-28 | scripts: remove bitrotted scripts/individual | Denys Vlasenko | 3 | -139/+16 |
2010-10-28 | update docs/new-applet-HOWTO.txt | Holger Blasum | 1 | -9/+9 |
2010-10-28 | ipcrm: small code shrink | Denys Vlasenko | 1 | -4/+3 |
2010-10-28 | *: whitespace fixes | Denys Vlasenko | 82 | -183/+185 |
2010-10-28 | mount: pass NULL, not "", as "data" to mount syscall if we have no opts | Alexander Shishkin | 1 | -12/+22 |
2010-10-28 | login: free fromhost upon cleaning up | Alexander Shishkin | 1 | -0/+7 |
2010-10-28 | crc32: cleanups, no code changes | Denys Vlasenko | 2 | -3/+2 |
2010-10-28 | netstat: was using buffers one byte short for scanf (no place for NUL). fixing | Denys Vlasenko | 1 | -3/+6 |
2010-10-27 | libbb: introduce and use common crc32 routine | Denys Vlasenko | 9 | -73/+49 |
2010-10-27 | netstat: fix IPv6 problem (garbage in scope_id); code shrink | Denys Vlasenko | 1 | -47/+62 |
2010-10-27 | top: Use _exit() instead of exit() in sighandler | Marek Polacek | 1 | -1/+2 |
2010-10-27 | netstat: fix -r display in usage text | Bob Dunlop | 2 | -49/+50 |
2010-10-27 | whitespace fix | Denys Vlasenko | 1 | -2/+2 |
2010-10-26 | mv: implement -n option | Denys Vlasenko | 2 | -25/+33 |
2010-10-26 | powertop: simplified C-state display code | Denys Vlasenko | 1 | -14/+7 |
2010-10-26 | powertop: IPIs and hw irqs were swapped, fixing | Denys Vlasenko | 1 | -1/+1 |
2010-10-26 | powertop: fixes to output format and code shrink | Denys Vlasenko | 1 | -161/+169 |
2010-10-26 | powertop: code shrink | Denys Vlasenko | 1 | -192/+185 |
2010-10-25 | libbb/process_escape_sequence.c: fix recently broken handling of \\ | Denys Vlasenko | 1 | -4/+4 |
2010-10-25 | powertop: new applet | Marek Polacek | 3 | -11/+897 |
2010-10-25 | fdisk: initial stab at GPT partition support | Kevin Cernekee | 5 | -26/+275 |
2010-10-25 | init: do not sleep forever on usage errors | Denys Vlasenko | 1 | -4/+13 |
2010-10-24 | sha1: small tweak for clearer code, no logic changes | Denys Vlasenko | 1 | -1/+1 |
2010-10-24 | sha1: use Rob's code, it's smaller and faster | Denys Vlasenko | 1 | -54/+51 |
2010-10-24 | md5/sha1sum: code shrink | Denys Vlasenko | 1 | -20/+21 |
2010-10-24 | umount: I forgot to change another PATH_MAX to 4096 | Denys Vlasenko | 1 | -1/+1 |
2010-10-24 | finish busybox.1 renaming | Denys Vlasenko | 2 | -2/+2 |
2010-10-24 | awk: reduce ifdef forest | Rob Landley | 1 | -33/+32 |
2010-10-24 | English fixes to docs/smallint.txt | Denys Vlasenko | 1 | -3/+5 |