Age | Commit message (Expand) | Author |
2013-08-20 | dd: fail if swab is attempted on odd-sized block | Denys Vlasenko |
2013-08-19 | lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n | Denys Vlasenko |
2013-08-19 | lineedit: improve Unicode handling (still buggy though) | Denys Vlasenko |
2013-08-19 | dd: fix example in a comment. No code changes. | Denys Vlasenko |
2013-08-19 | dd: support conv=swab | Denys Vlasenko |
2013-08-19 | dd: do not reuse local variables for unrelated values. | Denys Vlasenko |
2013-08-16 | iplink: comment out include <net/if_packet.h> | Denys Vlasenko |
2013-08-16 | init: don't srop unterminated processes' entries during inittab reload | Paulius Zaleckas |
2013-08-16 | init: don't use fixed size buffer for command | Denys Vlasenko |
2013-08-15 | tar: fix tar -T to add entries in the exact order as the input list | SASAKI Suguru |
2013-08-15 | fix build error with musl libc due to if_slip.h | Denys Vlasenko |
2013-08-14 | networking: fix potential overflow in ife_print6() | Nicolas Dichtel |
2013-08-08 | udhcpc: tweak help text more | Denys Vlasenko |
2013-08-08 | udhcpc: tweak help text | Denys Vlasenko |
2013-08-08 | swapon: support "pri=NNN" in fstab | Tito Ragusa |
2013-08-07 | setsid: code shrink, expanded comments | Denys Vlasenko |
2013-08-06 | libbb: code shrink | Denys Vlasenko |
2013-08-05 | udhcpc: tweak help text | Denys Vlasenko |
2013-08-05 | syslogd: use _PATH_LOG when available | Cédric Cabessa |
2013-08-04 | ubi_tools: fix typo in strcpy | Paul B. Henson |
2013-08-04 | ifplugd: use a larger netlink buffer | Tito Ragusa |
2013-08-04 | less: support "less 1<>TTY" | Denys Vlasenko |
2013-08-01 | volume_id: add f2fs detection | Sven-Göran Bergh |
2013-07-31 | awk: Fix handling of functions with empty body | Bernhard Reutner-Fischer |
2013-07-31 | volume_id: nilfs config description. | Sven-Göran Bergh |
2013-07-31 | volume_id: Adopt to new config style. | Sven-Göran Bergh |
2013-07-31 | volume_id: Adopt to new kbuild style. | Sven-Göran Bergh |
2013-07-30 | Whitespace fixes | Denys Vlasenko |
2013-07-30 | catv: code shrink | Denys Vlasenko |
2013-07-30 | Refactor catv. Move visible() from stty to libbb. | Bartosz Golaszewski |
2013-07-30 | unpackers: by users' request, print compression percentage if -v and DESKTOP | Denys Vlasenko |
2013-07-29 | nc: remove unnecessary "errno = 0" | Denys Vlasenko |
2013-07-28 | iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include) | Denys Vlasenko |
2013-07-28 | logread: intercept all fatal signals, not just SIGINT | Denys Vlasenko |
2013-07-28 | nc: remove some dead code | Denys Vlasenko |
2013-07-28 | nc: exit when both stdin and network are closed. | Denys Vlasenko |
2013-07-28 | nc: use symbolic SHUT_WR instead of literal 1 | Denys Vlasenko |
2013-07-27 | Update docs/tcp.txt | Denys Vlasenko |
2013-07-26 | buildsys: Add helper to list suid applets | Bernhard Reutner-Fischer |
2013-07-25 | Add notes about TCP programming quirks. | Denys Vlasenko |
2013-07-25 | date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats | Bartosz Golaszewski |
2013-07-25 | networking: code shrink | Bartosz Golaszewski |
2013-07-22 | awk.tests: add test for recent large integer fix | Denys Vlasenko |
2013-07-21 | sed: fix matching of newlines by $ | Denys Vlasenko |
2013-07-21 | unzip: survive lack of CDF on non-streaming zip files | Denys Vlasenko |
2013-07-20 | awk: use "long long" as integer type, not "int" | Denys Vlasenko |
2013-07-20 | unzip: increase PEEK_FROM_END from 16k to 64k | Denys Vlasenko |
2013-07-15 | ip link: add VLAN support | Patrick McHardy |
2013-07-15 | ip: code shrink | Denys Vlasenko |
2013-07-14 | typo fix in comment | Denys Vlasenko |