aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* scripts: add primitive memory usage meter scriptDenis Vlasenko2008-05-262-36/+16
|
* udhcpc: shrinkDenis Vlasenko2008-05-263-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
* - add basic option-handling (+220b). UntestedBernhard Reutner-Fischer2008-05-261-8/+42
|
* - use mmap instead of allocating hundreds of megabytes of RAM. +39bBernhard Reutner-Fischer2008-05-261-20/+43
|
* - remove some bloat -28b: now approx. 501bBernhard Reutner-Fischer2008-05-261-4/+5
|
* - switch to FILE base writer and remove now unneeded stuff. -50bBernhard Reutner-Fischer2008-05-261-10/+5
|
* - add simple first-draft unoptimized depmod just to proove Vladimir ↵Bernhard Reutner-Fischer2008-05-265-0/+130
| | | | | | | Dronnikov wrong text data bss dec hex filename 569 0 0 569 239 modutils/depmod.o
* [u]mount: add/update dietlibc build fixDenis Vlasenko2008-05-262-3/+14
|
* lineedit: correctly handle prompt longer than screen width. closes bug 3414Denis Vlasenko2008-05-251-14/+18
|
* hush: make it ignore SIGINT etc in a config wich has no job controlDenis Vlasenko2008-05-251-11/+13
|
* move setgroups definition to libbb.h so that it no longer inadvertentlyDenis Vlasenko2008-05-252-6/+3
| | | | | get hidden attribute
* last: code shrinkDenis Vlasenko2008-05-252-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
* syslogd: do not error out on missing files to rotate. closes bug 3404.Denis Vlasenko2008-05-241-2/+3
|
* docs/depmod: and example of depmod in shell/sed/awk...Denis Vlasenko2008-05-241-0/+57
|
* inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-05-245-0/+184
| | | | | | | | | | | | | | | 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
* mdev: fix counting of '%' in patternDenis Vlasenko2008-05-241-2/+3
|
* mdev: fix whitespace damageDenis Vlasenko2008-05-231-1/+1
|
* - optionally pass additional flags down to nmBernhard Reutner-Fischer2008-05-232-6/+11
|
* - not sure but i may have had the shutdown-time wrong and no records to verifyBernhard Reutner-Fischer2008-05-221-1/+1
|
* - untangle the implementation of the small and huge last appletsBernhard Reutner-Fischer2008-05-224-12/+22
|
* mdev: suppress "may be used uninitialized" warningDenis Vlasenko2008-05-221-5/+6
|
* mdev: add support for "only rename" option in mdev.confDenis Vlasenko2008-05-221-3/+5
|
* dnsd: fixes various segfaults.Denis Vlasenko2008-05-222-9/+16
| | | | | | | | | | | 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
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
| | | | | | | | | | | | 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.
* last: make its output more like "standard" last (aka "fancy last").Denis Vlasenko2008-05-221-7/+40
| | | | | | | | | | | | 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
* last: trim format string a bitDenis Vlasenko2008-05-221-1/+1
|
* last: trim help textDenis Vlasenko2008-05-221-3/+3
|
* last: optional alternative sysv-like implementationDenis Vlasenko2008-05-224-2/+307
| | | | | | | | | | | | (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
* - make Christian happyBernhard Reutner-Fischer2008-05-211-2/+1
|
* - skip empty lines and archive membersBernhard Reutner-Fischer2008-05-211-0/+6
|
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-219-49/+50
| | | | | | pause on "serious failure to receive". Some misc fixes are also folded in here.
* udhcpc: simplify renewal of the leaseDenis Vlasenko2008-05-211-22/+19
|
* udhcpc: properly reduce timeout if bogus packets were receivedDenis Vlasenko2008-05-211-11/+16
|
* fix another -Wall warningDenis Vlasenko2008-05-201-1/+1
|
* ifenslave: add forgotten INIT_G()Denis Vlasenko2008-05-201-0/+2
|
* - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.Bernhard Reutner-Fischer2008-05-201-1/+1
|
* fix "make bigdata" to not show weak aliasesDenis Vlasenko2008-05-201-1/+1
|
* - improve readabilityBernhard Reutner-Fischer2008-05-191-5/+10
|
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-1921-59/+59
|
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-1945-85/+85
|
* - mention FIXME use find_mount_point()Bernhard Reutner-Fischer2008-05-191-2/+2
|
* - improve wordingBernhard Reutner-Fischer2008-05-191-1/+1
|
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-1918-142/+136
| | | | | | | | | - 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
* swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko2008-05-183-7/+42
| | | | | | | | | | 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
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-1814-35/+34
|
* start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko2008-05-182-80/+137
| | | | | | | | | | | | | vastly improve hext text. (mostly by Roy Marples <roy AT marples.name>) function old new delta packed_usage 24124 24190 +66 start_stop_daemon_main 959 991 +32 start_stop_daemon_longopts 149 156 +7 check 1632 1589 -43 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 105/-43) Total: 62 bytes
* httpd: fix obscure case when user runs httpd -i from command line for testing.Denis Vlasenko2008-05-181-1/+8
| | | | | | | | | | | | (fixes bug 3334) function old new delta httpd_main 743 757 +14 handle_incoming_and_exit 2657 2669 +12 log_and_exit 75 43 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 26/-32) Total: -6 bytes
* modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko2008-05-182-5/+38
| | | | | | | | | is_conf_command - 56 +56 include_conf 898 917 +19 check_dep 348 356 +8 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 83/0) Total: 83 bytes
* printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354)Denis Vlasenko2008-05-181-28/+24
| | | | | | function old new delta printf_main 577 548 -29
* ash: more of -Wall fixesDenis Vlasenko2008-05-181-16/+16
|