| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | top: fix breakage introduced by previous commit | Denys Vlasenko | 2013-09-06 | 1 | -1/+1 |
* | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko | 2013-09-06 | 7 | -20/+14 |
* | man: find posix man pages | John Spencer | 2013-08-25 | 1 | -1/+1 |
* | fdisk: fix GPT size math errors | Jody Bruchon | 2013-08-20 | 1 | -2/+2 |
* | lineedit: use unicode_strwidth instead of unicode_strlen | Denys Vlasenko | 2013-08-20 | 1 | -3/+3 |
* | dd: code shrink | Denys Vlasenko | 2013-08-20 | 1 | -3/+4 |
* | dd: code shrink | Denys Vlasenko | 2013-08-20 | 1 | -2/+2 |
* | dd: code shrink | Denys Vlasenko | 2013-08-20 | 1 | -5/+6 |
* | dd: remove FIXME comment which is fixed now. No code changes | Denys Vlasenko | 2013-08-20 | 1 | -4/+1 |
* | dd: code shrink | Denys Vlasenko | 2013-08-20 | 1 | -12/+24 |
* | dd: fail if swab is attempted on odd-sized block | Denys Vlasenko | 2013-08-20 | 1 | -10/+21 |
* | lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n | Denys Vlasenko | 2013-08-19 | 1 | -14/+30 |
* | lineedit: improve Unicode handling (still buggy though) | Denys Vlasenko | 2013-08-19 | 2 | -11/+24 |
* | dd: fix example in a comment. No code changes. | Denys Vlasenko | 2013-08-19 | 1 | -1/+1 |
* | dd: support conv=swab | Denys Vlasenko | 2013-08-19 | 1 | -6/+23 |
* | dd: do not reuse local variables for unrelated values. | Denys Vlasenko | 2013-08-19 | 1 | -6/+8 |
* | iplink: comment out include <net/if_packet.h> | Denys Vlasenko | 2013-08-16 | 1 | -1/+1 |
* | init: don't srop unterminated processes' entries during inittab reload | Paulius Zaleckas | 2013-08-16 | 1 | -3/+10 |
* | init: don't use fixed size buffer for command | Denys Vlasenko | 2013-08-16 | 1 | -9/+13 |
* | tar: fix tar -T to add entries in the exact order as the input list | SASAKI Suguru | 2013-08-15 | 1 | -3/+1 |
* | fix build error with musl libc due to if_slip.h | Denys Vlasenko | 2013-08-15 | 1 | -1/+1 |
* | networking: fix potential overflow in ife_print6() | Nicolas Dichtel | 2013-08-14 | 1 | -1/+1 |
* | udhcpc: tweak help text more | Denys Vlasenko | 2013-08-08 | 1 | -17/+17 |
* | udhcpc: tweak help text | Denys Vlasenko | 2013-08-08 | 1 | -14/+15 |
* | swapon: support "pri=NNN" in fstab | Tito Ragusa | 2013-08-08 | 1 | -0/+14 |
* | setsid: code shrink, expanded comments | Denys Vlasenko | 2013-08-07 | 1 | -2/+12 |
* | libbb: code shrink | Denys Vlasenko | 2013-08-06 | 1 | -7/+5 |
* | udhcpc: tweak help text | Denys Vlasenko | 2013-08-05 | 1 | -4/+4 |
* | syslogd: use _PATH_LOG when available | Cédric Cabessa | 2013-08-05 | 1 | -4/+7 |
* | ubi_tools: fix typo in strcpy | Paul B. Henson | 2013-08-04 | 1 | -1/+1 |
* | ifplugd: use a larger netlink buffer | Tito Ragusa | 2013-08-04 | 1 | -4/+10 |
* | less: support "less 1<>TTY" | Denys Vlasenko | 2013-08-04 | 1 | -4/+25 |
* | volume_id: add f2fs detection | Sven-Göran Bergh | 2013-08-01 | 3 | -0/+100 |
* | awk: Fix handling of functions with empty body | Bernhard Reutner-Fischer | 2013-07-31 | 2 | -1/+29 |
* | volume_id: nilfs config description. | Sven-Göran Bergh | 2013-07-31 | 1 | -1/+10 |
* | volume_id: Adopt to new config style. | Sven-Göran Bergh | 2013-07-31 | 35 | -245/+318 |
* | volume_id: Adopt to new kbuild style. | Sven-Göran Bergh | 2013-07-31 | 35 | -38/+71 |
* | Whitespace fixes | Denys Vlasenko | 2013-07-30 | 12 | -23/+23 |
* | catv: code shrink | Denys Vlasenko | 2013-07-30 | 2 | -7/+13 |
* | Refactor catv. Move visible() from stty to libbb. | Bartosz Golaszewski | 2013-07-30 | 5 | -58/+51 |
* | unpackers: by users' request, print compression percentage if -v and DESKTOP | Denys Vlasenko | 2013-07-30 | 1 | -13/+23 |
* | nc: remove unnecessary "errno = 0" | Denys Vlasenko | 2013-07-29 | 1 | -5/+4 |
* | iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include) | Denys Vlasenko | 2013-07-28 | 1 | -4/+4 |
* | logread: intercept all fatal signals, not just SIGINT | Denys Vlasenko | 2013-07-28 | 1 | -5/+4 |
* | nc: remove some dead code | Denys Vlasenko | 2013-07-28 | 1 | -24/+12 |
* | nc: exit when both stdin and network are closed. | Denys Vlasenko | 2013-07-28 | 1 | -19/+31 |
* | nc: use symbolic SHUT_WR instead of literal 1 | Denys Vlasenko | 2013-07-28 | 1 | -1/+1 |
* | Update docs/tcp.txt | Denys Vlasenko | 2013-07-27 | 1 | -1/+18 |
* | buildsys: Add helper to list suid applets | Bernhard Reutner-Fischer | 2013-07-26 | 4 | -6/+88 |
* | Add notes about TCP programming quirks. | Denys Vlasenko | 2013-07-25 | 1 | -0/+65 |