aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-15volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko1-36/+16
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2-8/+20
2013-05-15Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko1-0/+3
2013-05-14find: support -HLPDenys Vlasenko1-3/+12
2013-05-13mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss1-12/+35
2013-05-12hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko1-3/+3
2013-05-12Fix build failures caused by not compiling open_transformer.cDenys Vlasenko1-12/+23
2013-05-12telnet: code shrinkDenys Vlasenko1-9/+8
2013-05-09volume_id: fix ntfs attribute searchOliver Metz1-1/+1
2013-04-21vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko1-40/+28
2013-04-07ash,hush: history builtinFlemming Madsen4-3/+45
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko3-10/+16
2013-04-02mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko1-3/+3
2013-04-02examples/mdev.conf.change_blockdev.sh: updateDenys Vlasenko1-3/+8
2013-03-30examples: add mdev example for Android phoneDenys Vlasenko2-0/+54
2013-03-29examples/inittab: fix a few incorrect statements about initDenys Vlasenko2-15/+2
2013-03-29lineedit: \W on "/bin" should show "bin", not "/bin"Denys Vlasenko1-1/+1
2013-03-29lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!Denys Vlasenko1-37/+47
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko7-12/+35
2013-03-28lineedit: add handling of \H in promptDenys Vlasenko1-5/+45
2013-03-27hexdump: need to use xstrtoull for off_tDenys Vlasenko1-1/+1
2013-03-27hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2-2/+7
2013-03-27man: install to /usr/bin, not /sbinDenys Vlasenko1-1/+1
2013-03-25httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko1-2/+5
2013-03-22setserial: Fix typo: s/baund_rate/baud_rate/gBernhard Reutner-Fischer1-2/+2
2013-03-18sendmail: code shrink on top of previous patchesDenys Vlasenko1-42/+30
2013-03-18sendmail: don't add multiple To: headersAaro Koskinen1-3/+16
2013-03-18sendmail: don't add To: header if it already existsAaro Koskinen1-2/+7
2013-03-18sendmail: support long header fields for recipientsAaro Koskinen1-1/+18
2013-03-18sendmail: support address listsAaro Koskinen1-4/+29
2013-03-18sendmail: support addresses inside angle bracketsAaro Koskinen1-2/+20
2013-03-18sendmail: don't mangle e-mail headersAaro Koskinen1-1/+3
2013-03-18sendmail: avoid sending mail to wrong addressesAaro Koskinen1-1/+16
2013-03-18mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko1-63/+14
2013-03-17mdev: fix build failureDenys Vlasenko1-2/+1
2013-03-17nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko1-1/+1
2013-03-17ash: add comment about failures in source builtin. No code changes.Denys Vlasenko1-0/+6
2013-03-17hush: source builtin should override $N only if it has argsDenys Vlasenko3-2/+19
2013-03-15ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann1-2/+9
2013-03-15ash: move code to allow setting $HOME in /etc/profileStefan Hellermann1-13/+9
2013-03-15vi: code shrinkDenys Vlasenko1-4/+10
2013-03-15vi: fix adjustment of buffer on partial file readRon Yorston1-1/+1
2013-03-15sysklogd: trim help textDenys Vlasenko1-1/+1
2013-03-15traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira1-2/+13
2013-03-15flash_eraseall: implement -NAlexander Shiyan1-7/+8
2013-03-15nanddump: fix build if nandwrite isn't enabledAlexander Shiyan1-4/+4
2013-03-15ping[6]: accept and ignore -n. Code shrinkDenys Vlasenko1-27/+34
2013-03-14udhcpd: also add -I ADDR to help textDenys Vlasenko1-1/+1
2013-03-13udhcpd: add -I LOCAL_ADDR optionDenys Vlasenko1-4/+13
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+21