aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: fixDenis Vlasenko2008-04-231-1/+1
|
* build system: typo fix in help textDenis Vlasenko2008-04-231-1/+1
|
* dd: fix recent breakage (was comparing "if" with "if=" etc).Denis Vlasenko2008-04-231-2/+2
|
* add forgotten files. I am forgetting it all the time :(Denis Vlasenko2008-04-222-0/+46
|
* whitespace fixes. no code changesDenis Vlasenko2008-04-229-30/+30
|
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-226-24/+28
|
* getopt32: fix recently broken opt_complementary "--"Denis Vlasenko2008-04-211-2/+3
|
* tar: move vfork into separate function (smaller code)Denis Vlasenko2008-04-213-99/+115
| | | | | | | | | | | open_transformer: more informative error messages function old new delta vfork_compressor - 210 +210 writeTarFile 547 299 -248 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/1 up/down: 210/-248) Total: -38 bytes
* udhcp: fix config help textDenis Vlasenko2008-04-211-31/+20
|
* build system: use spaces in Kbuild filesDenis Vlasenko2008-04-211-28/+28
|
* build system: move misplaced config entry for script appletDenis Vlasenko2008-04-212-9/+9
|
* tentative fix for ppc64 problems with ioctl.Denis Vlasenko2008-04-212-12/+13
| | | | | Zero code size impact.
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-217-51/+47
| | | | | | | | | | | | | | | function old new delta strncpy_IFNAMSIZ - 13 +13 set_slave_mtu 39 37 -2 set_slave_hwaddr 52 50 -2 set_master_hwaddr 52 50 -2 set_if_flags 40 38 -2 get_if_settings 101 98 -3 ifenslave_main 1680 1661 -19 vconfig_main 306 280 -26 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/7 up/down: 13/-56) Total: -43 bytes
* xmalloc_open_read_close: use fstat to get file size (instead of lseek).Denis Vlasenko2008-04-201-0/+43
| | | | | | | | by Joakim Tjernlund <Joakim.Tjernlund AT transmode.se> function old new delta xmalloc_open_read_close 190 181 -9
* start_stop_daemon: stat executable only onceDenis Vlasenko2008-04-201-2/+5
| | | | | | | | | function old new delta start_stop_daemon_main 954 976 +22 check 1661 1632 -29 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 22/-29) Total: -7 bytes
* libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko2008-04-202-30/+33
| | | | | | | | | | | | | start_stop_daemon: use open_read_close instead of xmalloc_open_read_close start_stop_daemon: use local structure instead of global one function old new delta check 1620 1661 +41 xmalloc_open_read_close 171 190 +19 start_stop_daemon_main 976 954 -22 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 60/-22) Total: 38 bytes
* remove whitespace damage. No code changesDenis Vlasenko2008-04-191-1/+1
|
* start_stop_daemon: optimization - do not pass paramenter, useDenis Vlasenko2008-04-191-10/+8
| | | | | | | | | | | | existing globals instead function old new delta start_stop_daemon_main 792 976 +184 check 1618 1620 +2 do_procinit 196 - -196 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 2/0 up/down: 186/-196) Total: -10 bytes
* start_stop_daemon: do not stop /proc scan prematurelyDenis Vlasenko2008-04-191-5/+12
| | | | | | function old new delta do_procinit 185 196 +11
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-195-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 symlinksDenis Vlasenko2008-04-191-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 changesDenis Vlasenko2008-04-192-4/+4
|
* start_stop_daemon: mark argc as unusedDenis Vlasenko2008-04-191-2/+2
|
* - rotate some older new to oldnewsBernhard Reutner-Fischer2008-04-192-799/+800
|
* - ignore "recent"; We have an RCS to serve theseBernhard Reutner-Fischer2008-04-191-1/+1
|
* website: add 1.10.1 to news page.Denis Vlasenko2008-04-191-0/+15
|
* website: add a link to 1.10.1Denis Vlasenko2008-04-191-0/+3
|
* openvt: handle -ws correctly. By James Simmons <jsimmons AT infradead.org>Denis Vlasenko2008-04-191-3/+12
| | | | | | function old new delta openvt_main 343 429 +86
* man: handle many MANPAGER directives so that they do not overrideDenis Vlasenko2008-04-191-34/+44
| | | | | | | | but accumulate. By Ivana Varekova <varekova AT redhat.com> function old new delta man_main 567 684 +117
* top: fix build failureDenis Vlasenko2008-04-172-6/+6
|
* httpd: add an example of POST upload CGIDenis Vlasenko2008-04-171-0/+76
|
* fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko2008-04-172-19/+29
|
* fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko2008-04-175-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 assignmentDenis Vlasenko2008-04-161-1/+0
|
* trivial fixes to make bbox compile with gcc 4.3.0Denis Vlasenko2008-04-152-6/+7
|
* od: fix testsuiteDenis Vlasenko2008-04-141-2/+2
|
* od: fix "od -b"Denis Vlasenko2008-04-142-12/+27
|
* ash: fix breakage introduced in rev 21481.Denis Vlasenko2008-04-141-18/+45
| | | | | Fixes ash-vars/var_posix1.tests testsuite entry.
* fix typo in Config.in hext textDenis Vlasenko2008-04-131-1/+1
|
* make test, [ and [[ all NOFORK, for consistency.Denis Vlasenko2008-04-132-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 Vlasenko2008-04-132-0/+11
|
* less: fix somewhat elusive case when less gets stuck in search modeDenis Vlasenko2008-04-131-6/+5
| | | | | | | function old new delta read_lines 719 730 +11 goto_match 141 116 -25
* man: new applet. ~600 bytes.Denis Vlasenko2008-04-135-0/+167
|
* fix english in commentDenis Vlasenko2008-04-131-3/+3
|
* ash: speed up NOFORK code in ash by eliminating second find_applet().Denis Vlasenko2008-04-133-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 entryDenis Vlasenko2008-04-122-2/+17
|
* ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko2008-04-122-0/+23
| | | | | ${var%word} ${var%%word}
* ash: add FEATURE_SH_NOFORK supportDenis Vlasenko2008-04-122-0/+35
|
* ash: do not do find_applet() twice in shellexec/tryexecDenis Vlasenko2008-04-121-22/+20
|
* Makefile.IMA: generate autoconf.h if neededDenis Vlasenko2008-04-121-5/+20
| | | | | | Makefile.IMA: use ld -gc-collect on gc -combine result (by using trylink script). Saves ~3k.