aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dd: fix example in a comment. No code changes.Denys Vlasenko2013-08-191-1/+1
* dd: support conv=swabDenys Vlasenko2013-08-191-6/+23
* dd: do not reuse local variables for unrelated values.Denys Vlasenko2013-08-191-6/+8
* iplink: comment out include <net/if_packet.h>Denys Vlasenko2013-08-161-1/+1
* init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas2013-08-161-3/+10
* init: don't use fixed size buffer for commandDenys Vlasenko2013-08-161-9/+13
* tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru2013-08-151-3/+1
* fix build error with musl libc due to if_slip.hDenys Vlasenko2013-08-151-1/+1
* networking: fix potential overflow in ife_print6()Nicolas Dichtel2013-08-141-1/+1
* udhcpc: tweak help text moreDenys Vlasenko2013-08-081-17/+17
* udhcpc: tweak help textDenys Vlasenko2013-08-081-14/+15
* swapon: support "pri=NNN" in fstabTito Ragusa2013-08-081-0/+14
* setsid: code shrink, expanded commentsDenys Vlasenko2013-08-071-2/+12
* libbb: code shrinkDenys Vlasenko2013-08-061-7/+5
* 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