| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hush: remove one sigprocmask from exit path | Denys Vlasenko | 2011-05-12 | 1 | -4/+6 |
* | hush: add forgotten {} in multi-statement if. | Denys Vlasenko | 2011-05-12 | 1 | -2/+3 |
* | trim help text | Denys Vlasenko | 2011-05-12 | 1 | -2/+2 |
* | hush: fix login shell's signal handling; add -l option so that it's easier to... | Denys Vlasenko | 2011-05-12 | 1 | -32/+35 |
* | hush: replace signal handling machinery | Denys Vlasenko | 2011-05-11 | 1 | -232/+278 |
* | hush: use SA_RESTARTed signal handlers across read. | Denys Vlasenko | 2011-05-11 | 2 | -29/+42 |
* | fbset: abort on unknown options. closes 3121 | Denys Vlasenko | 2011-05-09 | 1 | -5/+9 |
* | pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled | Steve Iribarne | 2011-05-09 | 1 | -0/+1 |
* | hush: add tests for interrupting read | Denys Vlasenko | 2011-05-09 | 5 | -4/+21 |
* | hush: code shrink | Denys Vlasenko | 2011-05-09 | 1 | -59/+66 |
* | hush: make read builtin interruptible. | Denys Vlasenko | 2011-05-08 | 5 | -12/+120 |
* | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko | 2011-05-08 | 8 | -17/+19 |
* | hush: fix incorrect PS2 dispaly and trap handling while reading command | Denys Vlasenko | 2011-05-08 | 1 | -5/+22 |
* | iostat: code shrink ~0.5k | Maksym Kryzhanovskyy | 2011-05-07 | 3 | -187/+131 |
* | preparatory patch | Denys Vlasenko | 2011-05-07 | 1 | -19/+20 |
* | top: another scripting improvement | Denys Vlasenko | 2011-05-06 | 1 | -16/+27 |
* | top: make it possible to feed commands via pipe | Denys Vlasenko | 2011-05-06 | 1 | -110/+155 |
* | traceroute: properly reduce poll timeout | Denys Vlasenko | 2011-05-05 | 1 | -24/+37 |
* | sed: shrink by 17 bytes | Pascal Bellard | 2011-05-05 | 1 | -3/+7 |
* | tweak examples/udhcp/udhcpd.conf | Denys Vlasenko | 2011-05-04 | 1 | -7/+7 |
* | tar: store negative mtime as 0; pack very large files using base-256 encoding | Denys Vlasenko | 2011-05-04 | 2 | -5/+33 |
* | mount: for NFS use tcp per default rather than udp | Bernhard Reutner-Fischer | 2011-05-04 | 1 | -1/+1 |
* | udhcp: fix some default values from "" to NULL | Denys Vlasenko | 2011-05-03 | 1 | -3/+3 |
* | sed: support \r in s command | Denys Vlasenko | 2011-05-03 | 2 | -1/+5 |
* | sed: code shrink | Denys Vlasenko | 2011-05-03 | 1 | -54/+92 |
* | Compile options: default to -O2 when -Os is not available | Wolfgang Denk | 2011-05-02 | 1 | -2/+2 |
* | setserial: small fix | Denys Vlasenko | 2011-05-02 | 1 | -1/+1 |
* | get rid of several "variable 'x' set but not used" warnings | Cristian Ionescu-Idbohrn | 2011-05-01 | 3 | -14/+6 |
* | setserial: new applet | Marek Bečka | 2011-05-01 | 1 | -0/+763 |
* | mpstat.c: remove unused line | Marek Polacek | 2011-04-30 | 1 | -2/+1 |
* | fdisk: backport disk check from util-linux | Lauri Kasanen | 2011-04-30 | 1 | -7/+28 |
* | rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.c | Denys Vlasenko | 2011-04-26 | 1 | -6/+6 |
* | add help text | Denys Vlasenko | 2011-04-26 | 1 | -2/+11 |
* | ubiupdatevol: new applet | Reuben Dowle | 2011-04-26 | 1 | -4/+65 |
* | Fix ubirsvol usage information | Reuben Dowle | 2011-04-26 | 1 | -2/+2 |
* | udhcp: add FEATURE_UDHCP_8021Q option | Nigel Hathaway | 2011-04-26 | 4 | -0/+27 |
* | dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form | Nigel Hathaway | 2011-04-26 | 1 | -10/+47 |
* | build fixes for scripts/kconfig | Denys Vlasenko | 2011-04-18 | 2 | -0/+5 |
* | add include <sys/socket.h> | Denys Vlasenko | 2011-04-17 | 1 | -0/+1 |
* | straighten out dprintf/fdprintf mess; remove old "define lchown chown" | Denys Vlasenko | 2011-04-17 | 2 | -16/+9 |
* | small fixes atop syslog config patch | Denys Vlasenko | 2011-04-16 | 4 | -9/+39 |
* | ash: clear sa_flags always | Ian Wienand | 2011-04-16 | 1 | -2/+7 |
* | fix another nonportable grep usage in scripts | Denys Vlasenko | 2011-04-16 | 1 | -1/+1 |
* | syslogd: small fix to config patch | Sergey Naumov | 2011-04-16 | 1 | -3/+9 |
* | wget: add a note about bug 3625 | Denys Vlasenko | 2011-04-16 | 1 | -0/+6 |
* | md5/sha1sum: better fix for small resource leak | Denys Vlasenko | 2011-04-16 | 1 | -14/+11 |
* | md5/sha1sum: fix small resource leak | Alexey Fomenko | 2011-04-16 | 1 | -0/+3 |
* | Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 | Denys Vlasenko | 2011-04-16 | 1 | -1/+1 |
* | make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y | Denys Vlasenko | 2011-04-16 | 2 | -1/+1 |
* | gen_build_files.sh: do not use "sed --" for now | Denys Vlasenko | 2011-04-16 | 1 | -4/+8 |