aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski
2013-07-30unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko
2013-07-29nc: remove unnecessary "errno = 0"Denys Vlasenko
2013-07-28iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko
2013-07-28logread: intercept all fatal signals, not just SIGINTDenys Vlasenko
2013-07-28nc: remove some dead codeDenys Vlasenko
2013-07-28nc: exit when both stdin and network are closed.Denys Vlasenko
2013-07-28nc: use symbolic SHUT_WR instead of literal 1Denys Vlasenko
2013-07-27Update docs/tcp.txtDenys Vlasenko
2013-07-26buildsys: Add helper to list suid appletsBernhard Reutner-Fischer
2013-07-25Add notes about TCP programming quirks.Denys Vlasenko
2013-07-25date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formatsBartosz Golaszewski
2013-07-25networking: code shrinkBartosz Golaszewski
2013-07-22awk.tests: add test for recent large integer fixDenys Vlasenko
2013-07-21sed: fix matching of newlines by $Denys Vlasenko
2013-07-21unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko
2013-07-20awk: use "long long" as integer type, not "int"Denys Vlasenko
2013-07-20unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko
2013-07-15ip link: add VLAN supportPatrick McHardy
2013-07-15ip: code shrinkDenys Vlasenko
2013-07-14typo fix in commentDenys Vlasenko
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-07-08chrt: remove warning for _POSIX_PRIORITY_SCHEDULINGBernhard Reutner-Fischer
2013-07-08typo fix in commentDenys Vlasenko
2013-07-08tail: code shrinkDenys Vlasenko
2013-07-08sed: remove now-redundant backslash-newline handlingDenys Vlasenko
2013-07-08sed: document where we are more liberal then GNUDenys Vlasenko
2013-07-07Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko
2013-07-04foo*sum: Correct syntax errorCristian Ionescu-Idbohrn
2013-07-02tail: track file size only in -f modeDenys Vlasenko
2013-07-02foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko
2013-07-02unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko
2013-07-01wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko
2013-06-30cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker
2013-06-30ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko
2013-06-30ubi_tools: add forgotten argv++Denys Vlasenko
2013-06-30ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko
2013-06-30ubimkvol: add -m option to create volume of maximum sizePaul B. Henson
2013-06-28pstree: fix theoretically unsafe codeDenys Vlasenko
2013-06-28ping: code shrinkDenys Vlasenko
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko
2013-06-27losetup: assorted fixes. Closes 6314Denys Vlasenko
2013-06-27lsof: correct check for symbolic linkThomas De Schampheleire
2013-06-27nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko
2013-06-27md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko
2013-06-19md5/sha512: fix strict aliasing warningsMike Frysinger
2013-06-19pstree: stop truncating thread namesMike Frysinger
2013-05-23ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko