aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hush: install signal handlers with filled sigmaskDenys Vlasenko2011-05-121-9/+28
* inetd: add FIXMEsDenys Vlasenko2011-05-121-0/+5
* libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko2011-05-122-75/+88
* ls: fix help text: -w N is optionalDenys Vlasenko2011-05-121-1/+1
* ls: fix -p help text, improve comments and define namesDenys Vlasenko2011-05-121-11/+11
* hush: fixes and small shrink for HUSH_JOB!=yDenys Vlasenko2011-05-121-10/+17
* hush: remove one sigprocmask from exit pathDenys Vlasenko2011-05-121-4/+6
* hush: add forgotten {} in multi-statement if.Denys Vlasenko2011-05-121-2/+3
* trim help textDenys Vlasenko2011-05-121-2/+2
* hush: fix login shell's signal handling; add -l option so that it's easier to...Denys Vlasenko2011-05-121-32/+35
* hush: replace signal handling machineryDenys Vlasenko2011-05-111-232/+278
* hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko2011-05-112-29/+42
* fbset: abort on unknown options. closes 3121Denys Vlasenko2011-05-091-5/+9
* pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabledSteve Iribarne2011-05-091-0/+1
* 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
* 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