| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - improve help-text | Bernhard Reutner-Fischer | 2008-05-27 | 1 | -0/+3 |
* | - improve option-handling a bit | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -22/+41 |
* | scripts: add a script which prints memory map of running busybox | Denis Vlasenko | 2008-05-26 | 2 | -1/+12 |
* | scripts: add primitive memory usage meter script | Denis Vlasenko | 2008-05-26 | 2 | -36/+16 |
* | udhcpc: shrink | Denis Vlasenko | 2008-05-26 | 3 | -21/+36 |
* | - add basic option-handling (+220b). Untested | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -8/+42 |
* | - use mmap instead of allocating hundreds of megabytes of RAM. +39b | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -20/+43 |
* | - remove some bloat -28b: now approx. 501b | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -4/+5 |
* | - switch to FILE base writer and remove now unneeded stuff. -50b | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -10/+5 |
* | - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov... | Bernhard Reutner-Fischer | 2008-05-26 | 5 | -0/+130 |
* | [u]mount: add/update dietlibc build fix | Denis Vlasenko | 2008-05-26 | 2 | -3/+14 |
* | lineedit: correctly handle prompt longer than screen width. closes bug 3414 | Denis Vlasenko | 2008-05-25 | 1 | -14/+18 |
* | hush: make it ignore SIGINT etc in a config wich has no job control | Denis Vlasenko | 2008-05-25 | 1 | -11/+13 |
* | move setgroups definition to libbb.h so that it no longer inadvertently | Denis Vlasenko | 2008-05-25 | 2 | -6/+3 |
* | last: code shrink | Denis Vlasenko | 2008-05-25 | 2 | -19/+20 |
* | syslogd: do not error out on missing files to rotate. closes bug 3404. | Denis Vlasenko | 2008-05-24 | 1 | -2/+3 |
* | docs/depmod: and example of depmod in shell/sed/awk... | Denis Vlasenko | 2008-05-24 | 1 | -0/+57 |
* | inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> | Denis Vlasenko | 2008-05-24 | 5 | -0/+184 |
* | mdev: fix counting of '%' in pattern | Denis Vlasenko | 2008-05-24 | 1 | -2/+3 |
* | mdev: fix whitespace damage | Denis Vlasenko | 2008-05-23 | 1 | -1/+1 |
* | - optionally pass additional flags down to nm | Bernhard Reutner-Fischer | 2008-05-23 | 2 | -6/+11 |
* | - not sure but i may have had the shutdown-time wrong and no records to verify | Bernhard Reutner-Fischer | 2008-05-22 | 1 | -1/+1 |
* | - untangle the implementation of the small and huge last applets | Bernhard Reutner-Fischer | 2008-05-22 | 4 | -12/+22 |
* | mdev: suppress "may be used uninitialized" warning | Denis Vlasenko | 2008-05-22 | 1 | -5/+6 |
* | mdev: add support for "only rename" option in mdev.conf | Denis Vlasenko | 2008-05-22 | 1 | -3/+5 |
* | dnsd: fixes various segfaults. | Denis Vlasenko | 2008-05-22 | 2 | -9/+16 |
* | modprobe: fix for blacklisting | Denis Vlasenko | 2008-05-22 | 1 | -4/+5 |
* | last: make its output more like "standard" last (aka "fancy last"). | Denis Vlasenko | 2008-05-22 | 1 | -7/+40 |
* | last: trim format string a bit | Denis Vlasenko | 2008-05-22 | 1 | -1/+1 |
* | last: trim help text | Denis Vlasenko | 2008-05-22 | 1 | -3/+3 |
* | last: optional alternative sysv-like implementation | Denis Vlasenko | 2008-05-22 | 4 | -2/+307 |
* | - make Christian happy | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -2/+1 |
* | - skip empty lines and archive members | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -0/+6 |
* | udhcpc: regularize the names of receiving functions, | Denis Vlasenko | 2008-05-21 | 9 | -49/+50 |
* | udhcpc: simplify renewal of the lease | Denis Vlasenko | 2008-05-21 | 1 | -22/+19 |
* | udhcpc: properly reduce timeout if bogus packets were received | Denis Vlasenko | 2008-05-21 | 1 | -11/+16 |
* | fix another -Wall warning | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
* | ifenslave: add forgotten INIT_G() | Denis Vlasenko | 2008-05-20 | 1 | -0/+2 |
* | - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -1/+1 |
* | fix "make bigdata" to not show weak aliases | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
* | - improve readability | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -5/+10 |
* | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 21 | -59/+59 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 45 | -85/+85 |
* | - mention FIXME use find_mount_point() | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -2/+2 |
* | - improve wording | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
* | - Rename getpty() to xgetpty() and adjust callers. | Bernhard Reutner-Fischer | 2008-05-19 | 18 | -142/+136 |
* | swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) | Denis Vlasenko | 2008-05-18 | 3 | -7/+42 |
* | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko | 2008-05-18 | 14 | -35/+34 |
* | start_stop_daemon: add -test, fix -x to not match by inode, | Denis Vlasenko | 2008-05-18 | 2 | -80/+137 |
* | httpd: fix obscure case when user runs httpd -i from command line for testing. | Denis Vlasenko | 2008-05-18 | 1 | -1/+8 |