aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-16init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas
2013-08-16init: don't use fixed size buffer for commandDenys Vlasenko
2013-08-15tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru
2013-08-15fix build error with musl libc due to if_slip.hDenys Vlasenko
2013-08-14networking: fix potential overflow in ife_print6()Nicolas Dichtel
2013-08-08udhcpc: tweak help text moreDenys Vlasenko
2013-08-08udhcpc: tweak help textDenys Vlasenko
2013-08-08swapon: support "pri=NNN" in fstabTito Ragusa
2013-08-07setsid: code shrink, expanded commentsDenys Vlasenko
2013-08-06libbb: code shrinkDenys Vlasenko
2013-08-05udhcpc: tweak help textDenys Vlasenko
2013-08-05syslogd: use _PATH_LOG when availableCédric Cabessa
2013-08-04ubi_tools: fix typo in strcpyPaul B. Henson
2013-08-04ifplugd: use a larger netlink bufferTito Ragusa
2013-08-04less: support "less 1<>TTY"Denys Vlasenko
2013-08-01volume_id: add f2fs detectionSven-Göran Bergh
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-07-31volume_id: nilfs config description.Sven-Göran Bergh
2013-07-31volume_id: Adopt to new config style.Sven-Göran Bergh
2013-07-31volume_id: Adopt to new kbuild style.Sven-Göran Bergh
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-30catv: code shrinkDenys Vlasenko
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