| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> | Denis Vlasenko | 2007-09-29 | 3 | -1/+29 |
* | remove stray '/*' within comment | Denis Vlasenko | 2007-09-27 | 1 | -1/+1 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -5/+7 |
* | introduce safe_poll (fixes a problem in top) | Denis Vlasenko | 2007-09-27 | 1 | -1/+7 |
* | load_policy: update (Yuichi Nakamura <ynakam@hitachisoft.jp>) | Denis Vlasenko | 2007-09-26 | 1 | -2/+2 |
* | losetup: support -f (Loic Grenie <loic.grenie@gmail.com>) | Denis Vlasenko | 2007-09-26 | 1 | -6/+8 |
* | documentation bits in comments, no code changes | Denis Vlasenko | 2007-09-25 | 1 | -0/+6 |
* | insmod: fix help text to not show options if only 2.6 was selected | Denis Vlasenko | 2007-09-24 | 1 | -3/+6 |
* | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | 2007-09-24 | 1 | -3/+9 |
* | microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | 2007-09-21 | 2 | -0/+6 |
* | setup_environment: code shrink | Denis Vlasenko | 2007-09-10 | 1 | -0/+16 |
* | top: get rid of on-stack variable buffers, use permanent one. | Denis Vlasenko | 2007-09-08 | 1 | -0/+1 |
* | top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, | Denis Vlasenko | 2007-09-08 | 1 | -1/+11 |
* | overload the existing '-q' flag so that if '-l' and '-q' are used | Paul Fox | 2007-09-07 | 1 | -1/+1 |
* | usage: trim a bit | Denis Vlasenko | 2007-09-05 | 1 | -34/+32 |
* | watchdog: allow millisecond spec (-t 250ms) | Denis Vlasenko | 2007-09-05 | 1 | -5/+7 |
* | tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah... | Denis Vlasenko | 2007-09-05 | 1 | -0/+6 |
* | busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message | Denis Vlasenko | 2007-09-05 | 1 | -4/+5 |
* | tar: conditionally don't wait for vforked child to exec, as it always | Denis Vlasenko | 2007-09-04 | 1 | -0/+3 |
* | vsz and rss are unsigned longs (ulong ~= width of void* => | Denis Vlasenko | 2007-08-29 | 1 | -1/+1 |
* | top: use poll instead of select for waiting on one descriptor | Denis Vlasenko | 2007-08-28 | 1 | -0/+1 |
* | ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) | Denis Vlasenko | 2007-08-26 | 1 | -3/+3 |
* | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko | 2007-08-19 | 1 | -2/+1 |
* | make standalone httpd work on NOMMU machines | Denis Vlasenko | 2007-08-18 | 1 | -0/+2 |
* | introduce and use xdup2(int, int) | Denis Vlasenko | 2007-08-18 | 1 | -7/+7 |
* | httpd shring and logging update, part 1 or 7 | Denis Vlasenko | 2007-08-17 | 1 | -2/+2 |
* | remove stray newline from help text | Denis Vlasenko | 2007-08-17 | 1 | -1/+1 |
* | add comments regarding SO_REUSEADDR | Denis Vlasenko | 2007-08-16 | 1 | -1/+9 |
* | Comment out "#include <strings.h>" everywhere | Denis Vlasenko | 2007-08-16 | 1 | -1/+1 |
* | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko | 2007-08-15 | 1 | -3/+0 |
* | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko | 2007-08-15 | 1 | -5/+7 |
* | dhcpd: make -S and -f actually work | Denis Vlasenko | 2007-08-15 | 1 | -0/+1 |
* | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko | 2007-08-14 | 1 | -4/+5 |
* | httpd: extend -p PORT to -p [IP[v6]:]PORT | Denis Vlasenko | 2007-08-14 | 1 | -12/+12 |
* | udhcpd: add -f "foreground" and -S "syslog" options | Denis Vlasenko | 2007-08-14 | 1 | -17/+19 |
* | trylink: automatically use custom link script if user provides one | Denis Vlasenko | 2007-08-14 | 1 | -2/+1 |
* | expand, unexpand: new applets from Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-08-13 | 2 | -0/+24 |
* | df: match coreutils behavior of wrapping lines if filesystem name is too long. | Denis Vlasenko | 2007-08-13 | 1 | -4/+5 |
* | usage.h: style cleanup | Denis Vlasenko | 2007-08-13 | 1 | -36/+36 |
* | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko | 2007-08-13 | 2 | -5/+5 |
* | syslogd,logread: get rid of head pointer, fix logread bug in the process | Denis Vlasenko | 2007-08-12 | 1 | -5/+5 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -3/+13 |
* | ls,ps,watch: measure terminal width on fd 0, not 1 | Denis Vlasenko | 2007-08-09 | 1 | -1/+2 |
* | sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) | Denis Vlasenko | 2007-08-06 | 1 | -1/+1 |
* | mount: print errno on NFS error (again) | Denis Vlasenko | 2007-08-03 | 1 | -1/+6 |
* | svlogd: fix timestamping; do not warn if config is missing | Denis Vlasenko | 2007-08-03 | 1 | -2/+12 |
* | udhcp: slight shrink | Denis Vlasenko | 2007-08-02 | 1 | -2/+2 |
* | ttysize: new applet. +200 bytes | Denis Vlasenko | 2007-08-02 | 2 | -2/+8 |
* | start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> | Denis Vlasenko | 2007-08-02 | 1 | -2/+3 |
* | start_stop_daemon: NOMMU fix; smaller fixes | Denis Vlasenko | 2007-07-31 | 1 | -1/+1 |