Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-28 | - fix overflow; improve documentation while at it | Bernhard Reutner-Fischer | 1 | -9/+9 | |
2008-05-28 | fuser: a now, the corrected fix (vda botched previous one) | Denis Vlasenko | 1 | -0/+1 | |
2008-05-28 | - misc. improvements and shrinkage | Bernhard Reutner-Fischer | 1 | -33/+33 | |
2008-05-28 | - add strrchr | Bernhard Reutner-Fischer | 3 | -0/+22 | |
2008-05-28 | fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn) | Denis Vlasenko | 1 | -2/+3 | |
2008-05-28 | find: beautify config prompts a bit | Denis Vlasenko | 1 | -12/+12 | |
2008-05-28 | Remove 'busybox' word from configuration programs | Denis Vlasenko | 6 | -22/+20 | |
(based on experience of adapting it to uclibc). | |||||
2008-05-28 | - move depmod shell script to examples/ | Bernhard Reutner-Fischer | 1 | -0/+0 | |
2008-05-28 | - the moddir_base is supposed to be omitted frmo the .dep file | Bernhard Reutner-Fischer | 1 | -28/+28 | |
- other tweaks while at it | |||||
2008-05-27 | - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate | Bernhard Reutner-Fischer | 1 | -1/+2 | |
combination of linux not providing a useable linux/module.h to userspace and mixing legacy-cruft with the current stuff in one insmod.c. | |||||
2008-05-27 | - remove duplicate helptext of dhcprelay and improve it | Bernhard Reutner-Fischer | 1 | -7/+3 | |
2008-05-27 | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer | 4 | -22/+31 | |
No obj-code changes. | |||||
2008-05-27 | - use (uC)libc functions. Saves a dozen bytes. | Bernhard Reutner-Fischer | 2 | -5/+16 | |
2008-05-27 | vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are | Bernhard Reutner-Fischer | 1 | -7/+7 | |
modules out there that are half a megabyte! mmap()ing is way nicer for small mem boxes. | |||||
2008-05-27 | - improve help-text | Bernhard Reutner-Fischer | 1 | -0/+3 | |
2008-05-26 | - improve option-handling a bit | Bernhard Reutner-Fischer | 1 | -22/+41 | |
2008-05-26 | scripts: add a script which prints memory map of running busybox | Denis Vlasenko | 2 | -1/+12 | |
2008-05-26 | scripts: add primitive memory usage meter script | Denis Vlasenko | 2 | -36/+16 | |
2008-05-26 | udhcpc: shrink | Denis Vlasenko | 3 | -21/+36 | |
udhcpc: guard against zero lease time function old new delta timeout 4 - -4 server_addr 4 - -4 requested_ip 4 - -4 perform_release 134 112 -22 udhcpc_main 2511 2485 -26 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 0/2 up/down: 0/-60) Total: -60 bytes | |||||
2008-05-26 | - add basic option-handling (+220b). Untested | Bernhard Reutner-Fischer | 1 | -8/+42 | |
2008-05-26 | - use mmap instead of allocating hundreds of megabytes of RAM. +39b | Bernhard Reutner-Fischer | 1 | -20/+43 | |
2008-05-26 | - remove some bloat -28b: now approx. 501b | Bernhard Reutner-Fischer | 1 | -4/+5 | |
2008-05-26 | - switch to FILE base writer and remove now unneeded stuff. -50b | Bernhard Reutner-Fischer | 1 | -10/+5 | |
2008-05-26 | - add simple first-draft unoptimized depmod just to proove Vladimir ↵ | Bernhard Reutner-Fischer | 5 | -0/+130 | |
Dronnikov wrong text data bss dec hex filename 569 0 0 569 239 modutils/depmod.o | |||||
2008-05-26 | [u]mount: add/update dietlibc build fix | Denis Vlasenko | 2 | -3/+14 | |
2008-05-25 | lineedit: correctly handle prompt longer than screen width. closes bug 3414 | Denis Vlasenko | 1 | -14/+18 | |
2008-05-25 | hush: make it ignore SIGINT etc in a config wich has no job control | Denis Vlasenko | 1 | -11/+13 | |
2008-05-25 | move setgroups definition to libbb.h so that it no longer inadvertently | Denis Vlasenko | 2 | -6/+3 | |
get hidden attribute | |||||
2008-05-25 | last: code shrink | Denis Vlasenko | 2 | -19/+20 | |
function old new delta show_entry 319 311 -8 last_main 917 907 -10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-18) Total: -18 bytes | |||||
2008-05-24 | syslogd: do not error out on missing files to rotate. closes bug 3404. | Denis Vlasenko | 1 | -2/+3 | |