- 3a0f690 svlogd: extend usage text. +70 bytes by Denys Vlasenko · 14 years ago
- e8f565c Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 14 years ago
- b40da22 fix compile error on non-x86 architectures by Denys Vlasenko · 14 years ago
- dd169e8 eliminate aliasing warnings in traceroute.c and udhcp/socket.c by Denys Vlasenko · 14 years ago
- b3b6c8b eliminate aliasing warning in networking/route.c by Denys Vlasenko · 14 years ago
- 53f30b4 ifplugd: eliminate aliasing warnings by Denys Vlasenko · 14 years ago
- 9ad97d5 sighandler_t definition for BSD by Chris Rees · 14 years ago
- a146319 hush: improve prompt in nested {}s, remove unused in_str->promptme member by Denys Vlasenko · 14 years ago
- 98c46d1 hush: fix "cmd & <newline>" problem by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- 3b5acaa disable automatic selection of FEATURE_SUID; improve its help text by Denys Vlasenko · 14 years ago
- 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
- 10ee20b libbb: better comment in parse_date by Denys Vlasenko · 14 years ago
- ad3d72f move passwd, shadow, group and gshadow path definitions to libbb.h by Tito Ragusa · 14 years ago
- e8d0a14 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
- df16891 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
- 0684446 top: add keyboard commands to --help by Denys Vlasenko · 14 years ago
- 8030a14 httpd: send correct mtime for .gz files by Denys Vlasenko · 14 years ago
- dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
- 5a163b2 lsmod: fox unsafe usage of strlen() - 1 by Denys Vlasenko · 14 years ago
- 0f44c08 libbb: progress indicator: use unicode support funcs instead of open-coding it by Denys Vlasenko · 14 years ago
- 84dba9c tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 by Denys Vlasenko · 14 years ago
- 7b30564 stop giving root rights to dnsd, ipcrm, ipcs by Denys Vlasenko · 14 years ago
- bcdb9b8 getty: fix -i (was ignored) by Denys Vlasenko · 14 years ago
- e9d12b5 modprobe-small: support compressed modules in insmod by Denys Vlasenko · 14 years ago
- 642e71a hush: fix wrong prompt problem on empty interactive commants by Denys Vlasenko · 14 years ago
- f42c7b8 suppress "'fast_strtol_10' defined but not used" warning by Denys Vlasenko · 14 years ago
- e66a212 mkswap: selinux build fix by Denys Vlasenko · 14 years ago
- a116552 tar: add a note about -C and symlink-in-tarball attack by Denys Vlasenko · 14 years ago
- 6100b51 explain every non-SUID_DROP applet. No code changes by Denys Vlasenko · 14 years ago
- 327d288 kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX by Denys Vlasenko · 14 years ago
- 7b276fc kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code by Denys Vlasenko · 14 years ago
- 92ffe05 date,touch: treat 2-digit years better (fit them into +-50 yrs around today) by Denys Vlasenko · 14 years ago
- a5d3d34 date: preserve isdst value if date is in time_t (unix time) format by Alexey Soloviev · 14 years ago
- a9e25ff su: document -l in --help text. Closes bug 2761 by Denys Vlasenko · 14 years ago
- 0cd4f30 add missed underscore by Denys Vlasenko · 14 years ago
- d1e4665 date: add a comment about _SVID_SOURCE by Denys Vlasenko · 14 years ago
- ed9b08d bzip2: plug memory leak on every processed file by Denys Vlasenko · 14 years ago
- 2753aae libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names by Denys Vlasenko · 14 years ago
- 90615a0 blkid: optional support for TYPE="fstype" by Denys Vlasenko · 14 years ago
- 2272129 plug a DIR* leak on error path by Denys Vlasenko · 14 years ago
- 8578196 modprobe: add -D option (synonym of --show-depends) by Serj Kalichev · 14 years ago
- 260fb55 login: apply PAM environment by Ian Wienand · 14 years ago
- 1f937d6 cpio: allow cpio -i to take params - names of files to extract by Denys Vlasenko · 14 years ago
- e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
- 6088e13 init: simpler handling of leading dash in commands by Denys Vlasenko · 14 years ago
- 8993c3f udhcpc: document SIGUSRn effect in help text by Denys Vlasenko · 14 years ago
- 75eb9d2 hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory) by Denys Vlasenko · 14 years ago
- 51d714c sendmail: remove forgotten commenting-out on a "if (verbose)" by Denys Vlasenko · 14 years ago
- 5707b52 mailutils/*: add verbose option to sendmail; remove -m and -j from makemime by Denys Vlasenko · 14 years ago
- 27c6c00 test: add examples when "%s: unknown operand" happens by Denys Vlasenko · 14 years ago
- a4bc10c ls: remove redundant constants LIST_FILENAME and LIST_SHORT by James Youngman · 14 years ago
- 982aa26 ls: add support for -H by Denys Vlasenko · 14 years ago
- 86ffe5c volume_id: recognize compressed hibernate swap signature by James Hunt · 14 years ago
- 407ab2a ls: tweak -e handling; better comments by Denys Vlasenko · 14 years ago
- 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
- 163d864 ls: make -F not follow symlinks of the command line by Denys Vlasenko · 14 years ago
- d87815d ls: make -x force columnar output; remove unused parts of TRIGGER code by Denys Vlasenko · 14 years ago
- f313746 ls: for some options, only last takes effect. Closes bug 2959 by Denys Vlasenko · 14 years ago
- 1393fc1 chrt: -m can be used without any arguments. Closes bug 2989 by Denys Vlasenko · 14 years ago
- 96c8a6b chrt: correct opt_complementary. Closes bug 2977 by Denys Vlasenko · 14 years ago
- b2fa0b6 scripts: fix fixdep.c to let it workable in cygwin by Macpaul Lin · 14 years ago
- e068842 Revert "scripts: fix fixdep.c to let it workable in cygwin" by Denys Vlasenko · 14 years ago
- 10c36b8 scripts: fix fixdep.c to let it workable in cygwin by Greentime · 14 years ago
- a3aea32 chat: fix build breakage (variable declared in for()) by Denys Vlasenko · 14 years ago
- 0d6a4ec hush: fix build breakage (variable declared in for()) by Denys Vlasenko · 14 years ago
- a604186 nmeter: deprecate %NNNd specified, use -d MSEC instead by Denys Vlasenko · 14 years ago
- da6fb7e procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit by Lauri Kasanen · 14 years ago
- 0d1d0f6 more: smaller version of previous fix by Denys Vlasenko · 14 years ago
- 0b90de1 more: exit if write to stdout errors out by Denys Vlasenko · 14 years ago
- 1f3709e fix typo in README by Denys Vlasenko · 14 years ago
- 3099744 typo fix by Denys Vlasenko · 14 years ago
- bc3cdf8 update examples/var_service/README by Denys Vlasenko · 14 years ago
- 75bb332 add examples/var_service/README by Denys Vlasenko · 14 years ago
- 86aa803 pstree: use stdin for screen size detection by Denys Vlasenko · 14 years ago
- 31905f9 runsvdir: do not miss closely spaced service dir changes by Eric Lammerts · 14 years ago
- c60e88a tweak INSTALL_NO_USR help text by Denys Vlasenko · 14 years ago
- dc16003 build system: fix "make install" to skip /usr when configured so by Joachim Nilsson · 14 years ago
- 2161bd7 pstree: another tiny shrink by Denys Vlasenko · 14 years ago
- c32e626 pstree: tiny shrink by Denys Vlasenko · 14 years ago
- e48e6f8 pstree: fix width logic. +30 bytes by Lauri Kasanen · 14 years ago
- 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
- a04440c typo fix by Denys Vlasenko · 14 years ago
- 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
- 5dcc660 libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework by Denys Vlasenko · 14 years ago
- 3f2477e touch: fix help text to not show options disabled in .config by Denys Vlasenko · 14 years ago
- 631fd5c su: suppress "warning: unused variable 'user_buf'" by Denys Vlasenko · 14 years ago
- 12caabf build system: do not use GNU-isms in find by Chris Rees · 14 years ago
- 58c3d21 telnetd: write utmp record with correct pid by Denys Vlasenko · 14 years ago
- 3c8799b ping: set not only IP_TTL, but also IP_MULTICAST_TTL by Denys Vlasenko · 14 years ago
- 8027a20 patch: fix "patch at the beginning" testcase failure by Rob Landley · 14 years ago
- 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
- 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
- 714e2b7 ping: add -t TTL option by Joachim Nilsson · 14 years ago
- 713d241 dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease by Denys Vlasenko · 14 years ago
- 1c31e9e use BB_EXECVP_or_die where appropriate by Denys Vlasenko · 14 years ago
- 57542eb hush: move G_x_mode define to the more appropriate place by Denys Vlasenko · 14 years ago
- 85c6247 Support set -o xtrace/noexec alternates for set -x/-n by Dan Fandrich · 14 years ago
- 89ca2f9 hush: display useful help text by Dan Fandrich · 14 years ago
- fe9403a add a test for patch which we currently fail by Denys Vlasenko · 14 years ago