aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-20dd: code shrinkDenys Vlasenko1-12/+24
2013-08-20dd: fail if swab is attempted on odd-sized blockDenys Vlasenko1-10/+21
2013-08-19lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko1-14/+30
2013-08-19lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2-11/+24
2013-08-19dd: fix example in a comment. No code changes.Denys Vlasenko1-1/+1
2013-08-19dd: support conv=swabDenys Vlasenko1-6/+23
2013-08-19dd: do not reuse local variables for unrelated values.Denys Vlasenko1-6/+8
2013-08-16iplink: comment out include <net/if_packet.h>Denys Vlasenko1-1/+1
2013-08-16init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas1-3/+10
2013-08-16init: don't use fixed size buffer for commandDenys Vlasenko1-9/+13
2013-08-15tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru1-3/+1
2013-08-15fix build error with musl libc due to if_slip.hDenys Vlasenko1-1/+1
2013-08-14networking: fix potential overflow in ife_print6()Nicolas Dichtel1-1/+1
2013-08-08udhcpc: tweak help text moreDenys Vlasenko1-17/+17
2013-08-08udhcpc: tweak help textDenys Vlasenko1-14/+15
2013-08-08swapon: support "pri=NNN" in fstabTito Ragusa1-0/+14
2013-08-07setsid: code shrink, expanded commentsDenys Vlasenko1-2/+12
2013-08-06libbb: code shrinkDenys Vlasenko1-7/+5
2013-08-05udhcpc: tweak help textDenys Vlasenko1-4/+4
2013-08-05syslogd: use _PATH_LOG when availableCédric Cabessa1-4/+7
2013-08-04ubi_tools: fix typo in strcpyPaul B. Henson1-1/+1
2013-08-04ifplugd: use a larger netlink bufferTito Ragusa1-4/+10
2013-08-04less: support "less 1<>TTY"Denys Vlasenko1-4/+25
2013-08-01volume_id: add f2fs detectionSven-Göran Bergh3-0/+100
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+29
2013-07-31volume_id: nilfs config description.Sven-Göran Bergh1-1/+10
2013-07-31volume_id: Adopt to new config style.Sven-Göran Bergh35-245/+318
2013-07-31volume_id: Adopt to new kbuild style.Sven-Göran Bergh35-38/+71
2013-07-30Whitespace fixesDenys Vlasenko12-23/+23
2013-07-30catv: code shrinkDenys Vlasenko2-7/+13
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski5-58/+51
2013-07-30unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko1-13/+23
2013-07-29nc: remove unnecessary "errno = 0"Denys Vlasenko1-5/+4
2013-07-28iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko1-4/+4
2013-07-28logread: intercept all fatal signals, not just SIGINTDenys Vlasenko1-5/+4
2013-07-28nc: remove some dead codeDenys Vlasenko1-24/+12
2013-07-28nc: exit when both stdin and network are closed.Denys Vlasenko1-19/+31
2013-07-28nc: use symbolic SHUT_WR instead of literal 1Denys Vlasenko1-1/+1
2013-07-27Update docs/tcp.txtDenys Vlasenko1-1/+18
2013-07-26buildsys: Add helper to list suid appletsBernhard Reutner-Fischer4-6/+88