Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |
get hidden attribute | |||
2008-05-25 | last: code shrink | Denis Vlasenko | |
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 | |
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 | |
function old new delta inotifyd_main - 453 +453 packed_usage 24246 24450 +204 inotify_add_watch - 47 +47 inotify_init - 29 +29 mask_names - 13 +13 signal_handler 130 140 +10 applet_names 1859 1868 +9 applet_main 1132 1136 +4 applet_nameofs 566 568 +2 signalled 1 2 +1 | |||
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 | |
One was a lib api change that was not updated and another is a stack buffer overflow. It also adds support for '*' in dnsd.conf. It resolves all hostnames to a specific ip address. This is useful if you for example want redirect all http traffic to your first-boot-web-wizard on you router/firewall. By Timo Teras | |||
2008-05-22 | modprobe: fix for blacklisting | Denis Vlasenko | |
The patch makes the order of the alias/blacklist in modprobe.conf irrelevant (like module-utils' modprobe). In first patch the alias had to be defined before the blacklist which caused problems because the modprobe.conf file is read before /lib/modules/*/modules.alias. The attatched patch will mark the blacklisted module itself rather than trying to find the alias that points to the blacklisted module and test this flag later in the alias resolving stage. | |||
2008-05-22 | last: make its output more like "standard" last (aka "fancy last"). | Denis Vlasenko | |
The main difference is that LOGIN lines are still shown by non-fancy one. function old new delta static._ut_usr - 26 +26 last_main 448 471 +23 static._ut_lin - 7 +7 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 1/0 up/down: 56/0) Total: 56 bytes | |||
2008-05-22 | last: trim format string a bit | Denis Vlasenko | |
2008-05-22 | last: trim help text | Denis Vlasenko | |
2008-05-22 | last: optional alternative sysv-like implementation | Denis Vlasenko | |
(by Patricia Muscalu <patricia.muscalu AT axis.com>) function old new delta last_main 448 917 +469 show_entry - 319 +319 packed_usage 24216 24268 +52 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 840/0) Total: 840 bytes | |||
2008-05-21 | - make Christian happy | Bernhard Reutner-Fischer | |
2008-05-21 | - skip empty lines and archive members | Bernhard Reutner-Fischer | |
2008-05-21 | udhcpc: regularize the names of receiving functions, | Denis Vlasenko | |
pause on "serious failure to receive". Some misc fixes are also folded in here. | |||
2008-05-21 | udhcpc: simplify renewal of the lease | Denis Vlasenko | |
2008-05-21 | udhcpc: properly reduce timeout if bogus packets were received | Denis Vlasenko | |
2008-05-20 | fix another -Wall warning | Denis Vlasenko | |
2008-05-20 | ifenslave: add forgotten INIT_G() | Denis Vlasenko | |
2008-05-20 | - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. | Bernhard Reutner-Fischer | |
2008-05-20 | fix "make bigdata" to not show weak aliases | Denis Vlasenko | |
2008-05-19 | - improve readability | Bernhard Reutner-Fischer | |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer | |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | |
2008-05-19 | - mention FIXME use find_mount_point() | Bernhard Reutner-Fischer | |
2008-05-19 | - improve wording | Bernhard Reutner-Fischer | |
2008-05-19 | - Rename getpty() to xgetpty() and adjust callers. | Bernhard Reutner-Fischer | |
- Rewrite kbd_mode and setconsole - Introduce and use console_make_active() and xopen_xwrite_close() - honour buffer-reservation method as set by the user (dumpkmap, loadkmap) - shrink rtcwake and some console-tools Saves about 270 Bytes | |||
2008-05-18 | swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) | Denis Vlasenko | |
function old new delta swap_on_off_main 153 216 +63 packed_usage 24190 24214 +24 swap_enable_disable 127 131 +4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 91/0) Total: 91 bytes |