Age | Commit message (Expand) | Author |
2008-05-31 | mdev: add commented-out debug code to open stdio. | Denis Vlasenko |
2008-05-31 | printf: code shrink by eliminating string alloc/copy | Denis Vlasenko |
2008-05-31 | libiproute: fix option parsing, so that "ip -o link" works again. | Denis Vlasenko |
2008-05-31 | libiproute: style fixes, and using smallint as appropriate | Denis Vlasenko |
2008-05-31 | runsvdir: make it more robust against libc buglets (errno accidentally set to... | Denis Vlasenko |
2008-05-30 | msh: fix the case where the file has exec bit but can't be run directly | Denis Vlasenko |
2008-05-30 | - add FIXME to use hasmntopt() | Bernhard Reutner-Fischer |
2008-05-28 | - fix overflow; improve documentation while at it | Bernhard Reutner-Fischer |
2008-05-28 | fuser: a now, the corrected fix (vda botched previous one) | Denis Vlasenko |
2008-05-28 | - misc. improvements and shrinkage | Bernhard Reutner-Fischer |
2008-05-28 | - add strrchr | Bernhard Reutner-Fischer |
2008-05-28 | fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn) | Denis Vlasenko |
2008-05-28 | find: beautify config prompts a bit | Denis Vlasenko |
2008-05-28 | Remove 'busybox' word from configuration programs | Denis Vlasenko |
2008-05-28 | - move depmod shell script to examples/ | Bernhard Reutner-Fischer |
2008-05-28 | - the moddir_base is supposed to be omitted frmo the .dep file | Bernhard Reutner-Fischer |
2008-05-27 | - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate | Bernhard Reutner-Fischer |
2008-05-27 | - remove duplicate helptext of dhcprelay and improve it | Bernhard Reutner-Fischer |
2008-05-27 | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer |
2008-05-27 | - use (uC)libc functions. Saves a dozen bytes. | Bernhard Reutner-Fischer |
2008-05-27 | vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are | Bernhard Reutner-Fischer |
2008-05-27 | - improve help-text | Bernhard Reutner-Fischer |
2008-05-26 | - improve option-handling a bit | Bernhard Reutner-Fischer |
2008-05-26 | scripts: add a script which prints memory map of running busybox | Denis Vlasenko |
2008-05-26 | scripts: add primitive memory usage meter script | Denis Vlasenko |
2008-05-26 | udhcpc: shrink | Denis Vlasenko |
2008-05-26 | - add basic option-handling (+220b). Untested | Bernhard Reutner-Fischer |
2008-05-26 | - use mmap instead of allocating hundreds of megabytes of RAM. +39b | Bernhard Reutner-Fischer |
2008-05-26 | - remove some bloat -28b: now approx. 501b | Bernhard Reutner-Fischer |
2008-05-26 | - switch to FILE base writer and remove now unneeded stuff. -50b | Bernhard Reutner-Fischer |
2008-05-26 | - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov... | Bernhard Reutner-Fischer |
2008-05-26 | [u]mount: add/update dietlibc build fix | Denis Vlasenko |
2008-05-25 | lineedit: correctly handle prompt longer than screen width. closes bug 3414 | Denis Vlasenko |
2008-05-25 | hush: make it ignore SIGINT etc in a config wich has no job control | Denis Vlasenko |
2008-05-25 | move setgroups definition to libbb.h so that it no longer inadvertently | Denis Vlasenko |
2008-05-25 | last: code shrink | Denis Vlasenko |
2008-05-24 | syslogd: do not error out on missing files to rotate. closes bug 3404. | Denis Vlasenko |
2008-05-24 | docs/depmod: and example of depmod in shell/sed/awk... | Denis Vlasenko |
2008-05-24 | inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> | Denis Vlasenko |
2008-05-24 | mdev: fix counting of '%' in pattern | Denis Vlasenko |
2008-05-23 | mdev: fix whitespace damage | Denis Vlasenko |
2008-05-23 | - optionally pass additional flags down to nm | Bernhard Reutner-Fischer |
2008-05-22 | - not sure but i may have had the shutdown-time wrong and no records to verify | Bernhard Reutner-Fischer |
2008-05-22 | - untangle the implementation of the small and huge last applets | Bernhard Reutner-Fischer |
2008-05-22 | mdev: suppress "may be used uninitialized" warning | Denis Vlasenko |
2008-05-22 | mdev: add support for "only rename" option in mdev.conf | Denis Vlasenko |
2008-05-22 | dnsd: fixes various segfaults. | Denis Vlasenko |
2008-05-22 | modprobe: fix for blacklisting | Denis Vlasenko |
2008-05-22 | last: make its output more like "standard" last (aka "fancy last"). | Denis Vlasenko |
2008-05-22 | last: trim format string a bit | Denis Vlasenko |