aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: add tests for interrupting readDenys Vlasenko2011-05-095-4/+21
| * hush: code shrinkDenys Vlasenko2011-05-091-59/+66
| * hush: make read builtin interruptible.Denys Vlasenko2011-05-085-12/+120
| * libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-088-17/+19
| * hush: fix incorrect PS2 dispaly and trap handling while reading commandDenys Vlasenko2011-05-081-5/+22
| * iostat: code shrink ~0.5kMaksym Kryzhanovskyy2011-05-073-187/+131
| * preparatory patchDenys Vlasenko2011-05-071-19/+20
| * top: another scripting improvementDenys Vlasenko2011-05-061-16/+27
| * top: make it possible to feed commands via pipeDenys Vlasenko2011-05-061-110/+155
| * traceroute: properly reduce poll timeoutDenys Vlasenko2011-05-051-24/+37
| * sed: shrink by 17 bytesPascal Bellard2011-05-051-3/+7
| * tweak examples/udhcp/udhcpd.confDenys Vlasenko2011-05-041-7/+7
| * tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko2011-05-042-5/+33
| * mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer2011-05-041-1/+1
| * udhcp: fix some default values from "" to NULLDenys Vlasenko2011-05-031-3/+3
| * sed: support \r in s commandDenys Vlasenko2011-05-032-1/+5
| * sed: code shrinkDenys Vlasenko2011-05-031-54/+92
| * Compile options: default to -O2 when -Os is not availableWolfgang Denk2011-05-021-2/+2
| * setserial: small fixDenys Vlasenko2011-05-021-1/+1
| * get rid of several "variable 'x' set but not used" warningsCristian Ionescu-Idbohrn2011-05-013-14/+6
| * setserial: new appletMarek Bečka2011-05-011-0/+763
| * mpstat.c: remove unused lineMarek Polacek2011-04-301-2/+1
| * fdisk: backport disk check from util-linuxLauri Kasanen2011-04-301-7/+28
| * rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.cDenys Vlasenko2011-04-261-6/+6
| * add help textDenys Vlasenko2011-04-261-2/+11
| * ubiupdatevol: new appletReuben Dowle2011-04-261-4/+65
| * Fix ubirsvol usage informationReuben Dowle2011-04-261-2/+2
| * udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway2011-04-264-0/+27
| * dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway2011-04-261-10/+47
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-22296-4494/+5012
|\|
| * build fixes for scripts/kconfigDenys Vlasenko2011-04-182-0/+5
| * add include <sys/socket.h>Denys Vlasenko2011-04-171-0/+1
| * straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2011-04-172-16/+9
| * small fixes atop syslog config patchDenys Vlasenko2011-04-164-9/+39
| * ash: clear sa_flags alwaysIan Wienand2011-04-161-2/+7
| * fix another nonportable grep usage in scriptsDenys Vlasenko2011-04-161-1/+1
| * syslogd: small fix to config patchSergey Naumov2011-04-161-3/+9
| * wget: add a note about bug 3625Denys Vlasenko2011-04-161-0/+6
| * md5/sha1sum: better fix for small resource leakDenys Vlasenko2011-04-161-14/+11
| * md5/sha1sum: fix small resource leakAlexey Fomenko2011-04-161-0/+3
| * Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko2011-04-161-1/+1
| * make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko2011-04-162-1/+1
| * gen_build_files.sh: do not use "sed --" for nowDenys Vlasenko2011-04-161-4/+8
| * Fix double words in comments. No code changesMarek Polacek2011-04-168-9/+9
| * add forgotten #includeDenys Vlasenko2011-04-111-0/+1
| * tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko2011-04-111-2/+8
| * tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko2011-04-111-2/+2
| * basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argumentDenys Vlasenko2011-04-112-0/+7
| * conspy: fix ESC key lostPascal Bellard2011-04-111-2/+3
| * move remaining help text from include/usage.src.hPere Orga2011-04-11142-2312/+2369