Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| * | date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats | Bartosz Golaszewski | 2013-07-25 | 1 | -10/+23 | |
| * | networking: code shrink | Bartosz Golaszewski | 2013-07-25 | 5 | -99/+60 | |
| * | awk.tests: add test for recent large integer fix | Denys Vlasenko | 2013-07-22 | 1 | -3/+8 | |
| * | sed: fix matching of newlines by $ | Denys Vlasenko | 2013-07-21 | 2 | -1/+22 | |
| * | unzip: survive lack of CDF on non-streaming zip files | Denys Vlasenko | 2013-07-21 | 1 | -16/+39 | |
| * | awk: use "long long" as integer type, not "int" | Denys Vlasenko | 2013-07-20 | 1 | -5/+5 | |
| * | unzip: increase PEEK_FROM_END from 16k to 64k | Denys Vlasenko | 2013-07-20 | 1 | -1/+8 | |
| * | ip link: add VLAN support | Patrick McHardy | 2013-07-15 | 1 | -9/+128 | |
| * | ip: code shrink | Denys Vlasenko | 2013-07-15 | 3 | -20/+16 | |
| * | typo fix in comment | Denys Vlasenko | 2013-07-14 | 1 | -1/+1 | |
| * | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko | 2013-07-13 | 11 | -58/+22 | |
| * | chrt: remove warning for _POSIX_PRIORITY_SCHEDULING | Bernhard Reutner-Fischer | 2013-07-08 | 1 | -3/+0 | |
| * | typo fix in comment | Denys Vlasenko | 2013-07-08 | 1 | -1/+1 | |
| * | tail: code shrink | Denys Vlasenko | 2013-07-08 | 1 | -16/+15 | |
| * | sed: remove now-redundant backslash-newline handling | Denys Vlasenko | 2013-07-08 | 1 | -16/+2 | |
| * | sed: document where we are more liberal then GNU | Denys Vlasenko | 2013-07-08 | 1 | -0/+6 | |
| * | Call setlocale("") , not "C", if we want to set the default one | Denys Vlasenko | 2013-07-07 | 1 | -3/+12 | |
| * | unicode: check $LC_CTYPE too to detect Unicode mode | Denys Vlasenko | 2013-07-05 | 4 | -2/+13 | |
| * | foo*sum: Correct syntax error | Cristian Ionescu-Idbohrn | 2013-07-04 | 1 | -1/+1 | |
| * | tail: track file size only in -f mode | Denys Vlasenko | 2013-07-02 | 1 | -11/+15 | |
| * | foo*sum: report I/O errors, don't merely exit with 1. | Denys Vlasenko | 2013-07-02 | 1 | -1/+3 |