aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-12libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko
2011-05-12ls: fix help text: -w N is optionalDenys Vlasenko
2011-05-12ls: fix -p help text, improve comments and define namesDenys Vlasenko
2011-05-12hush: fixes and small shrink for HUSH_JOB!=yDenys Vlasenko
2011-05-12hush: remove one sigprocmask from exit pathDenys Vlasenko
2011-05-12hush: add forgotten {} in multi-statement if.Denys Vlasenko
2011-05-12trim help textDenys Vlasenko
2011-05-12hush: fix login shell's signal handling; add -l option so that it's easier to...Denys Vlasenko
2011-05-11hush: replace signal handling machineryDenys Vlasenko
2011-05-11hush: use SA_RESTARTed signal handlers across read.Denys Vlasenko
2011-05-09fbset: abort on unknown options. closes 3121Denys Vlasenko
2011-05-09pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabledSteve Iribarne
2011-05-09hush: add tests for interrupting readDenys Vlasenko
2011-05-09hush: code shrinkDenys Vlasenko
2011-05-08hush: make read builtin interruptible.Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-05-08hush: fix incorrect PS2 dispaly and trap handling while reading commandDenys Vlasenko
2011-05-07iostat: code shrink ~0.5kMaksym Kryzhanovskyy
2011-05-07preparatory patchDenys Vlasenko
2011-05-06top: another scripting improvementDenys Vlasenko
2011-05-06top: make it possible to feed commands via pipeDenys Vlasenko
2011-05-05traceroute: properly reduce poll timeoutDenys Vlasenko
2011-05-05sed: shrink by 17 bytesPascal Bellard
2011-05-04tweak examples/udhcp/udhcpd.confDenys Vlasenko
2011-05-04tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko
2011-05-04mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer
2011-05-03udhcp: fix some default values from "" to NULLDenys Vlasenko
2011-05-03sed: support \r in s commandDenys Vlasenko
2011-05-03sed: code shrinkDenys Vlasenko
2011-05-02Compile options: default to -O2 when -Os is not availableWolfgang Denk
2011-05-02setserial: small fixDenys Vlasenko
2011-05-01get rid of several "variable 'x' set but not used" warningsCristian Ionescu-Idbohrn
2011-05-01setserial: new appletMarek Bečka
2011-04-30mpstat.c: remove unused lineMarek Polacek
2011-04-30fdisk: backport disk check from util-linuxLauri Kasanen
2011-04-26rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.cDenys Vlasenko
2011-04-26add help textDenys Vlasenko
2011-04-26ubiupdatevol: new appletReuben Dowle
2011-04-26Fix ubirsvol usage informationReuben Dowle
2011-04-26udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway
2011-04-26dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway
2011-04-18build fixes for scripts/kconfigDenys Vlasenko
2011-04-17add include <sys/socket.h>Denys Vlasenko
2011-04-17straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko
2011-04-16small fixes atop syslog config patchDenys Vlasenko
2011-04-16ash: clear sa_flags alwaysIan Wienand
2011-04-16fix another nonportable grep usage in scriptsDenys Vlasenko
2011-04-16syslogd: small fix to config patchSergey Naumov
2011-04-16wget: add a note about bug 3625Denys Vlasenko
2011-04-16md5/sha1sum: better fix for small resource leakDenys Vlasenko