aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * udhcpc: tweak help textDenys Vlasenko2013-08-051-4/+4
| * syslogd: use _PATH_LOG when availableCédric Cabessa2013-08-051-4/+7
| * ubi_tools: fix typo in strcpyPaul B. Henson2013-08-041-1/+1
| * ifplugd: use a larger netlink bufferTito Ragusa2013-08-041-4/+10
| * less: support "less 1<>TTY"Denys Vlasenko2013-08-041-4/+25
| * volume_id: add f2fs detectionSven-Göran Bergh2013-08-013-0/+100
| * awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-07-312-1/+29
| * volume_id: nilfs config description.Sven-Göran Bergh2013-07-311-1/+10
| * volume_id: Adopt to new config style.Sven-Göran Bergh2013-07-3135-245/+318
| * volume_id: Adopt to new kbuild style.Sven-Göran Bergh2013-07-3135-38/+71
| * Whitespace fixesDenys Vlasenko2013-07-3012-23/+23
| * catv: code shrinkDenys Vlasenko2013-07-302-7/+13
| * Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-305-58/+51
| * unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko2013-07-301-13/+23
| * nc: remove unnecessary "errno = 0"Denys Vlasenko2013-07-291-5/+4
| * iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko2013-07-281-4/+4
| * logread: intercept all fatal signals, not just SIGINTDenys Vlasenko2013-07-281-5/+4
| * nc: remove some dead codeDenys Vlasenko2013-07-281-24/+12
| * nc: exit when both stdin and network are closed.Denys Vlasenko2013-07-281-19/+31
| * nc: use symbolic SHUT_WR instead of literal 1Denys Vlasenko2013-07-281-1/+1
| * Update docs/tcp.txtDenys Vlasenko2013-07-271-1/+18
| * buildsys: Add helper to list suid appletsBernhard Reutner-Fischer2013-07-264-6/+88
| * Add notes about TCP programming quirks.Denys Vlasenko2013-07-251-0/+65
| * date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formatsBartosz Golaszewski2013-07-251-10/+23
| * networking: code shrinkBartosz Golaszewski2013-07-255-99/+60
| * awk.tests: add test for recent large integer fixDenys Vlasenko2013-07-221-3/+8
| * sed: fix matching of newlines by $Denys Vlasenko2013-07-212-1/+22
| * unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko2013-07-211-16/+39
| * awk: use "long long" as integer type, not "int"Denys Vlasenko2013-07-201-5/+5
| * unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko2013-07-201-1/+8
| * ip link: add VLAN supportPatrick McHardy2013-07-151-9/+128
| * ip: code shrinkDenys Vlasenko2013-07-153-20/+16
| * typo fix in commentDenys Vlasenko2013-07-141-1/+1
| * Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-1311-58/+22
| * chrt: remove warning for _POSIX_PRIORITY_SCHEDULINGBernhard Reutner-Fischer2013-07-081-3/+0
| * typo fix in commentDenys Vlasenko2013-07-081-1/+1
| * tail: code shrinkDenys Vlasenko2013-07-081-16/+15
| * sed: remove now-redundant backslash-newline handlingDenys Vlasenko2013-07-081-16/+2
| * sed: document where we are more liberal then GNUDenys Vlasenko2013-07-081-0/+6
| * Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko2013-07-071-3/+12
| * unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-054-2/+13
| * foo*sum: Correct syntax errorCristian Ionescu-Idbohrn2013-07-041-1/+1
| * tail: track file size only in -f modeDenys Vlasenko2013-07-021-11/+15
| * foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko2013-07-021-1/+3
| * unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko2013-07-023-6/+18
| * wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko2013-07-011-2/+10
| * cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko2013-06-301-7/+12
| * *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-303-3/+3
| * ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko2013-06-301-1/+8
| * ubi_tools: add forgotten argv++Denys Vlasenko2013-06-301-1/+1