Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-04 | remove -fno-jump-tables - after stripping it proved to be worse | Denis Vlasenko | |
2008-06-04 | build system: add PIE build option | Denis Vlasenko | |
2008-06-04 | change default rtcwake mode to match changed behavior in upstream util-linux | Mike Frysinger | |
2008-06-04 | networking/interface.c: fix indentation | Denis Vlasenko | |
2008-06-02 | Remove stray debug instrumentation | Denis Vlasenko | |
2008-06-02 | make the help for rtcwake reflect the actual default behavior | Mike Frysinger | |
2008-06-02 | - add FIXME. Perhaps somebody is interrested in looking into this one. | Bernhard Reutner-Fischer | |
We would try to be clever and compare the *data instead of the *elt. Somethink like this might be of more general use: /* Unlink arbitrary element from the list that contains data */ void llist_unlink_data(llist_t **head, void *data) { llist_t *elt; for (elt = *head; elt; elt = elt->link) { if (elt->data == data) { llist_unlink(elt); return; } } } | |||
2008-06-02 | - add alias support | Bernhard Reutner-Fischer | |
2008-06-02 | - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko | Bernhard Reutner-Fischer | |
2008-06-02 | - just chdir to the basedir (-30b). | Bernhard Reutner-Fischer | |
2008-06-02 | - optional fancy pruning-mode for depmod | Bernhard Reutner-Fischer | |
2008-06-02 | - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend" | Bernhard Reutner-Fischer | |
Thanks to Paulius Zaleckas for mentioning this. | |||
2008-06-02 | Reinstate CONFIG_CROSS_COMPILE_PREFIX | Denis Vlasenko | |
2008-06-01 | ash: optional printf builtin. +25 bytes if off, +35 if on. | Denis Vlasenko | |
by Cristian Ionescu-Idbohrn. | |||
2008-06-01 | msh: fix ENOENT testcase | Denis Vlasenko | |
2008-06-01 | - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
- use ut_tv.tv_sec rather than ut_time (me) - shrink halt a little bit (me): halt_main 464 433 -31 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-31) Total: -31 bytes | |||
2008-05-31 | - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. | Bernhard Reutner-Fischer | |
2008-05-31 | printf: fix a trivial bug | Denis Vlasenko | |
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 | |
function old new delta print_direc 428 382 -46 | |||
2008-05-31 | libiproute: fix option parsing, so that "ip -o link" works again. | Denis Vlasenko | |
closes bug 3524 | |||
2008-05-31 | libiproute: style fixes, and using smallint as appropriate | Denis Vlasenko | |
function old new delta print_route 1730 1731 +1 print_addrinfo 1497 1498 +1 iproute_list_or_flush 1232 1229 -3 ipaddr_list_or_flush 2490 2484 -6 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/2 up/down: 2/-9) Total: -7 bytes | |||
2008-05-31 | runsvdir: make it more robust against libc buglets (errno accidentally set ↵ | Denis Vlasenko | |
to !0) closes bug 3514 function old new delta runsvdir_main 1672 1664 -8 | |||
2008-05-30 | msh: fix the case where the file has exec bit but can't be run directly | Denis Vlasenko | |
(run "$SHELL $file" instead) msh: fix exit codes when command is not found or can't be execed (with testcases) | |||
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 | |
(based on experience of adapting it to uclibc). | |||
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 | |
- other tweaks while at it | |||
2008-05-27 | - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate | Bernhard Reutner-Fischer | |
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 | |
2008-05-27 | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer | |
No obj-code changes. | |||
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 | |
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 | |
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 | |
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 | |
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 ↵ | Bernhard Reutner-Fischer | |
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 | |