Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start_stop_daemon: do not stop /proc scan prematurely | Denis Vlasenko | 2008-04-19 | 1 | -5/+12 |
| | | | | | | function old new delta do_procinit 185 196 +11 | ||||
* | libbb: introduce xmalloc_xopen_read_close and use where appropriate | Denis Vlasenko | 2008-04-19 | 5 | -7/+20 |
| | | | | | | | | | | | | | | | | | | instead of xmalloc_open_read_close. function old new delta xmalloc_xopen_read_close - 34 +34 xmalloc_open_read_close 163 171 +8 passwd_main 1070 1074 +4 rexecve 254 257 +3 handle_incoming_and_exit 2657 2659 +2 parse_command 1509 1510 +1 buffer_fill_and_print 76 73 -3 evaltreenr 599 589 -10 evaltree 599 589 -10 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/3 up/down: 52/-23) Total: 29 bytes | ||||
* | start-stop-daemon: make --exec follow symlinks | Denis Vlasenko | 2008-04-19 | 1 | -13/+13 |
| | | | | | | | | | by Joakim Tjernlund <joakim.tjernlund AT transmode.se> function old new delta check 1591 1618 +27 start_stop_daemon_main 770 792 +22 | ||||
* | style fixes. no code changes | Denis Vlasenko | 2008-04-19 | 2 | -4/+4 |
| | |||||
* | start_stop_daemon: mark argc as unused | Denis Vlasenko | 2008-04-19 | 1 | -2/+2 |
| | |||||
* | - rotate some older new to oldnews | Bernhard Reutner-Fischer | 2008-04-19 | 2 | -799/+800 |
| | |||||
* | - ignore "recent"; We have an RCS to serve these | Bernhard Reutner-Fischer | 2008-04-19 | 1 | -1/+1 |
| | |||||
* | website: add 1.10.1 to news page. | Denis Vlasenko | 2008-04-19 | 1 | -0/+15 |
| | |||||
* | website: add a link to 1.10.1 | Denis Vlasenko | 2008-04-19 | 1 | -0/+3 |
| | |||||
* | openvt: handle -ws correctly. By James Simmons <jsimmons AT infradead.org> | Denis Vlasenko | 2008-04-19 | 1 | -3/+12 |
| | | | | | | function old new delta openvt_main 343 429 +86 | ||||
* | man: handle many MANPAGER directives so that they do not override | Denis Vlasenko | 2008-04-19 | 1 | -34/+44 |
| | | | | | | | | but accumulate. By Ivana Varekova <varekova AT redhat.com> function old new delta man_main 567 684 +117 | ||||
* | top: fix build failure | Denis Vlasenko | 2008-04-17 | 2 | -6/+6 |
| | |||||
* | httpd: add an example of POST upload CGI | Denis Vlasenko | 2008-04-17 | 1 | -0/+76 |
| | |||||
* | fdisk: fix a case where we can inadvertently close /proc/partitions fd early | Denis Vlasenko | 2008-04-17 | 2 | -19/+29 |
| | |||||
* | fdisk: do not open device twice. Complain on fdisk -l /dev/bogus. | Denis Vlasenko | 2008-04-17 | 5 | -155/+136 |
| | | | | | | | | | | Made enums UPPERCASE. Removed one global variable. Added some FIXMEs. text data bss dec hex filename 804708 645 7112 812465 c65b1 busybox_old 804685 641 7112 812438 c6596 busybox_unstripped | ||||
* | arping: remove superfluous assignment | Denis Vlasenko | 2008-04-16 | 1 | -1/+0 |
| | |||||
* | trivial fixes to make bbox compile with gcc 4.3.0 | Denis Vlasenko | 2008-04-15 | 2 | -6/+7 |
| | |||||
* | od: fix testsuite | Denis Vlasenko | 2008-04-14 | 1 | -2/+2 |
| | |||||
* | od: fix "od -b" | Denis Vlasenko | 2008-04-14 | 2 | -12/+27 |
| | |||||
* | ash: fix breakage introduced in rev 21481. | Denis Vlasenko | 2008-04-14 | 1 | -18/+45 |
| | | | | | Fixes ash-vars/var_posix1.tests testsuite entry. | ||||
* | fix typo in Config.in hext text | Denis Vlasenko | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | make test, [ and [[ all NOFORK, for consistency. | Denis Vlasenko | 2008-04-13 | 2 | -336/+361 |
| | | | | | | | | Revamp handling of NOUSAGE applets. function old new delta packed_usage 24122 24104 -18 | ||||
* | ash: add another testsuite entry ("leaking variables" bug) | Denis Vlasenko | 2008-04-13 | 2 | -0/+11 |
| | |||||
* | less: fix somewhat elusive case when less gets stuck in search mode | Denis Vlasenko | 2008-04-13 | 1 | -6/+5 |
| | | | | | | | function old new delta read_lines 719 730 +11 goto_match 141 116 -25 | ||||
* | man: new applet. ~600 bytes. | Denis Vlasenko | 2008-04-13 | 5 | -0/+167 |
| | |||||
* | fix english in comment | Denis Vlasenko | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | ash: speed up NOFORK code in ash by eliminating second find_applet(). | Denis Vlasenko | 2008-04-13 | 3 | -23/+34 |
| | | | | | | | | | | | | | | | | | | | | | | some code reduction along the way. function old new delta run_list 1971 1981 +10 run_nofork_applet_prime 181 182 +1 unsetcmd 97 96 -1 delete_cmd_entry 54 53 -1 describe_command 399 397 -2 cmdlookup 152 150 -2 evaltreenr 602 599 -3 evaltree 602 599 -3 clearcmdentry 101 98 -3 cdcmd 675 672 -3 hashcmd 305 301 -4 find_command 933 910 -23 evalcommand 1371 1229 -142 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/11 up/down: 11/-187) Total: -176 bytes | ||||
* | ash: a bit more complete POSIX subst testsuite entry | Denis Vlasenko | 2008-04-12 | 2 | -2/+17 |
| | |||||
* | ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} | Denis Vlasenko | 2008-04-12 | 2 | -0/+23 |
| | | | | | ${var%word} ${var%%word} | ||||
* | ash: add FEATURE_SH_NOFORK support | Denis Vlasenko | 2008-04-12 | 2 | -0/+35 |
| | |||||
* | ash: do not do find_applet() twice in shellexec/tryexec | Denis Vlasenko | 2008-04-12 | 1 | -22/+20 |
| | |||||
* | Makefile.IMA: generate autoconf.h if needed | Denis Vlasenko | 2008-04-12 | 1 | -5/+20 |
| | | | | | | Makefile.IMA: use ld -gc-collect on gc -combine result (by using trylink script). Saves ~3k. | ||||
* | - fix detection of whole-program | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -1/+1 |
| | | | | It helps if we first pull in the function we use for testing flags ;) | ||||
* | - also use the incoming LDFLAGS and EXTRA_LDFLAGS | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -0/+2 |
| | | | | This isn't perfect since it will barf on linker flags with two args like -Wl,z,now et al. | ||||
* | - erm sorry. no ipsvd here | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -3/+0 |
| | |||||
* | - add ipsvd | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -0/+3 |
| | |||||
* | fix build with gcc -combine | Denis Vlasenko | 2008-04-11 | 3 | -6/+40 |
| | |||||
* | build system: use POSIX options only for cp | Denis Vlasenko | 2008-04-11 | 2 | -3/+4 |
| | | | | | cp: improve comment | ||||
* | - add printutils and util-linux/volume_id | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -19/+36 |
| | | | | - pull in Kbuild.includes | ||||
* | webpage: remove date from URL | Denis Vlasenko | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | webpage: s/Denis/Denys/ (I don't like "denys", but it's in passport); add a ↵ | Denis Vlasenko | 2008-04-11 | 3 | -8/+9 |
| | | | | link to resume | ||||
* | fix "make check" | Denis Vlasenko | 2008-04-10 | 2 | -3/+8 |
| | |||||
* | udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko | 2008-04-10 | 2 | -8/+3 |
| | | | | | | | | function old new delta ipcalc_main 609 610 +1 read_staticlease 102 85 -17 ether_aton 17 - -17 | ||||
* | nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) | Denis Vlasenko | 2008-04-10 | 1 | -17/+29 |
| | | | | | | | | | function old new delta nameif_main 684 691 +7 prepend_new_eth_table 304 301 -3 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 7/-3) Total: 4 bytes | ||||
* | actually adding xfuncs_printf.c :( | Denis Vlasenko | 2008-04-09 | 1 | -0/+521 |
| | |||||
* | Splitting xfuncs.c into two parts. No code chabges. | Denis Vlasenko | 2008-04-09 | 3 | -507/+26 |
| | |||||
* | Avoid linking in printf/bsearch if possible. -20k for static bbox with | Denis Vlasenko | 2008-04-08 | 2 | -27/+83 |
| | | | | | | | | | | | "basename", "true" and "false" only. function old new delta full_write2_str - 25 +25 bb_show_usage 183 202 +19 main 883 898 +15 run_applet_and_exit 501 507 +6 | ||||
* | dd: update usage text | Denis Vlasenko | 2008-04-07 | 1 | -4/+8 |
| | |||||
* | mount: remove superfluous comment | Denis Vlasenko | 2008-04-07 | 1 | -1/+0 |
| | |||||
* | crond: add handling of "MAILTO=user" lines | Denis Vlasenko | 2008-04-07 | 2 | -20/+67 |
| | | | | | | | | | | | | | | | sendmail: handle a case when the whole mail comes from stdin (and no separate sender/subj is provided) both by dronnikov AT gmail.com function old new delta sendgetmail_main 1509 1674 +165 SynchronizeFile 671 767 +96 packed_usage 24054 24088 +34 crond_main 1404 1420 +16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/0 up/down: 311/0) Total: 311 bytes |