summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* reset: call "stty sane". Closes bug 1414.Denis Vlasenko2008-02-261-4/+21
| | | | | | reset_main 26 59 +33 static.args - 12 +12
* actually add libbb/safe_gethostname.cDenis Vlasenko2008-02-251-0/+53
|
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-258-45/+32
| | | | | | | | | | | | | | | | | | | | | safe_gethostname - 48 +48 glob3 35 37 +2 timestamp_and_log 314 315 +1 udhcp_send_kernel_packet 234 231 -3 scan_tree 275 271 -4 passwd_main 1074 1070 -4 print_login_prompt 68 58 -10 obscure 392 377 -15 syslogd_main 882 866 -16 print_login_issue 516 478 -38 hostname_main 278 223 -55 parse_and_put_prompt 825 756 -69 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/9 up/down: 51/-214) Total: -163 bytes text data bss dec hex filename 798791 728 7484 807003 c505b busybox_old 798631 728 7484 806843 c4fbb busybox_unstripped
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-2511-82/+143
| | | | | | | | | | | | | | | | | | | | | | | | lpr: more robust error reporting *: introduce and use xchroot libbb: full_read/write now will report partial data counts prior to error isdirectory.c: style fixes lpd_main 249 486 +237 xchroot - 29 +29 get_response_or_say_and_die 110 139 +29 full_write 52 60 +8 full_read 55 63 +8 static.newline 1 - -1 switch_root_main 404 400 -4 chpst_main 1089 1079 -10 getopt32 1370 1359 -11 chroot_main 115 101 -14 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 4/4 up/down: 311/-40) Total: 271 bytes text data bss dec hex filename 798472 728 7484 806684 c4f1c busybox_old 798775 728 7484 806987 c504b busybox_unstripped
* lpd: now with "svn add"...Denis Vlasenko2008-02-251-0/+79
|
* lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-02-246-5/+24
|
* forgotten bit of rmdir long options supportDenis Vlasenko2008-02-241-0/+8
|
* fix typo in comment, no code changesDenis Vlasenko2008-02-241-1/+1
|
* lpr: fixing vda's thinkoDenis Vlasenko2008-02-241-1/+1
|
* less: shrinkDenis Vlasenko2008-02-241-24/+22
|
* lpr,lpq: rework by dronnikov AT gmail.comDenis Vlasenko2008-02-247-326/+211
|
* rmdir: optional long options support for Debian users. +68 bytes.Denis Vlasenko2008-02-241-12/+21
| | | | | By Roberto Gordo Saez <roberto.gordo AT gmail.com>
* watch: shrink (by walter harms <WHarms AT bfs.de>)Denis Vlasenko2008-02-241-29/+23
| | | | | watch_main 327 263 -64
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-2414-57/+68
| | | | | *: minor shrink
* less: small shrinkDenis Vlasenko2008-02-231-11/+7
|
* syslogd: small shrinkDenis Vlasenko2008-02-231-3/+3
|
* less: make it a bit more resistant against statusline corruption.Denis Vlasenko2008-02-231-11/+20
| | | | | | | | | | | | | | less: "examine" command will not bomb out on bad file name now less_main 1663 1694 +31 examine_file 87 114 +27 less_getch 138 160 +22 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 80/0) Total: 80 bytes text data bss dec hex filename 798368 740 7484 806592 c4ec0 busybox_old 798470 740 7484 806694 c4f26 busybox_unstripped
* less: update line input so that it doesn't interfere withDenis Vlasenko2008-02-232-46/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | screen update. Makes "man bash", [enter], [/], <enter search pattern>, [enter] more usable - manpage draws as you enter the pattern! Yay!! less: fix bug where backspace wasn't actually deleting chars less: "examine file with empty name" doesn't abort anymore. libbb: add "all fatal signals" mask. getch_nowait - 207 +207 status_print - 105 +105 examine_file 64 87 +23 move_cursor - 16 +16 m_status_print 185 195 +10 less_main 1656 1663 +7 decode_format_string 790 795 +5 test_main 403 405 +2 process0_stdin 247 249 +2 passwd_main 1070 1072 +2 less_gets 196 178 -18 buffer_print 169 71 -98 less_getch 362 138 -224 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 7/3 up/down: 379/-340) Total: 39 bytes text data bss dec hex filename 798329 740 7484 806553 c4e99 busybox_old 798368 740 7484 806592 c4ec0 busybox_unstripped
* lpr: document options betterDenis Vlasenko2008-02-221-17/+17
|
* small code readability and typo fixesDenis Vlasenko2008-02-222-3/+3
|
* lpr and lpq applets by Walter Harms.Denis Vlasenko2008-02-2211-1/+399
| | | | | | | | text data bss dec hex filename 392 0 0 392 188 lpq.o 1378 0 0 1378 562 lpr.o 142 0 0 142 8e parse_prt.o
* ash: s/ckzmalloc/ckzalloc/Denis Vlasenko2008-02-211-1/+1
|
* ash: sprinkle a bit more of zeroed allocations.Denis Vlasenko2008-02-211-19/+20
|
* httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko2008-02-211-26/+36
| | | | | | | | | | | | | send_file_and_exit 629 645 +16 static.request_HEAD - 5 +5 handle_incoming_and_exit 2732 2737 +5 send_headers 594 597 +3 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 29/0) Total: 29 bytes text data bss dec hex filename 796283 740 7484 804507 c469b busybox_old 796312 740 7484 804536 c46b8 busybox_unstripped
* corrected English in commentDenis Vlasenko2008-02-201-1/+1
|
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
| | | | | for DHCPDECLINE. Fixing, and making code smaller.
* udhcp: make paths configurableDenis Vlasenko2008-02-204-3/+21
| | | | | syslogd: trivial build fix
* libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko2008-02-206-15/+75
| | | | | | | | | | | | | | | | | Our shells are immune from this nasty O_NONBLOCK now! function old new delta nonblock_safe_read - 78 +78 file_get 276 295 +19 generateMTFValues 428 435 +7 read_line_input 1776 1772 -4 preadbuffer 543 450 -93 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/2 up/down: 104/-97) Total: 7 bytes text data bss dec hex filename 615190 715 23924 639829 9c355 busybox_old 615168 715 23924 639807 9c33f busybox_unstripped
* [#1334] exec script for devices even if they dont have device nodesMike Frysinger2008-02-201-4/+14
|
* ash: introduce and use stzalloc and ckzalloc.Denis Vlasenko2008-02-201-44/+60
| | | | | | | | | | | | | | | | | | | | | | | function old new delta stzalloc - 29 +29 ckzalloc - 29 +29 recordregion 108 102 -6 cmdlookup 158 152 -6 pipeline 188 181 -7 parseheredoc 135 128 -7 makename 42 35 -7 list 355 348 -7 setvareq 221 212 -9 aliascmd 324 311 -13 pushfile 83 69 -14 readtoken1 2872 2849 -23 parse_command 1430 1391 -39 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 0/11 up/down: 58/-138) Total: -80 bytes text data bss dec hex filename 577227 706 23740 601673 92e49 busybox_old 577147 706 23740 601593 92df9 busybox_unstripped
* trivial fixes to config systemDenis Vlasenko2008-02-192-2/+3
|
* ash: fix fallout from "A=1 B=$A; echo $B" code.Denis Vlasenko2008-02-191-19/+29
|
* microcom: tiny shrink, adding commentsDenis Vlasenko2008-02-191-7/+8
|
* init: make it NOMMU-capableDenis Vlasenko2008-02-193-35/+104
| | | | | httpd: trivial compile fix
* init: fix commentsDenis Vlasenko2008-02-191-2/+2
|
* init: HUP should not be temporarily set to "restart",Denis Vlasenko2008-02-191-4/+1
| | | | | we use it for config reload, and we have QUIT for "restart".
* fix chat CONFIG_xxx dependenciesDenis Vlasenko2008-02-191-1/+7
|
* chat: now with "svn add"Denis Vlasenko2008-02-191-0/+443
|
* findfs,mount: trivial build fix and whitespace fiexsDenis Vlasenko2008-02-192-6/+8
|
* tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko2008-02-193-31/+92
| | | | | +130 bytes. Closes bug 992.
* init: fix bug 1111: restart actions were not splitting words:Denis Vlasenko2008-02-192-108/+96
| | | | | | | ::restart:/sbin/rc restart resulted in: exec of '/sbin/rc restart' failed: No such file or directory
* syslogd: tighten up hostname handling.Denis Vlasenko2008-02-191-4/+4
|
* tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2008-02-192-38/+43
| | | | | | tail: a few variables renamed wc: tiny optimization.
* chat: new applet by dronnikov AT gmail.com. With all options on:Denis Vlasenko2008-02-184-0/+71
| | | | | | | | | | | | | | | | function old new delta chat_main - 1230 +1230 unescape - 135 +135 packed_usage 23802 23922 +120 signal_handler 123 131 +8 input_backward 123 128 +5 applet_names 1775 1780 +5 applet_main 1076 1080 +4 applet_nameofs 538 540 +2 exitcode - 1 +1 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 6/0 up/down: 1510/0) Total: 1510 bytes
* lineedit: tiny shrinkDenis Vlasenko2008-02-181-1/+9
|
* support for mount by label (not yet tested)Denis Vlasenko2008-02-1843-20/+4632
| | | | | Also adds findfs applet. Closes bug 1143.
* - fix open(creat) without a modeBernhard Reutner-Fischer2008-02-181-1/+1
|
* mount: with -vv -f, say what mount() calls we were going to makeDenis Vlasenko2008-02-181-13/+24
| | | | | | 782357 728 7476 790561 c1021 busybox_old 782429 728 7476 790633 c1069 busybox_unstripped
* mount: optional support for -vv verbosityDenis Vlasenko2008-02-182-12/+57
| | | | | | | | | | | | | | | | | | mount: do "struct globals" trick With -vv on: function old new delta verbose_mount - 83 +83 mount_main 970 988 +18 mount_it_now 219 229 +10 singlemount 4564 4570 +6 mount_option_str 227 233 +6 nfs_mount_version 1 - -1 fslist 4 - -4 ------------------------------------------------------------------------------ (add/remove: 1/2 grow/shrink: 4/0 up/down: 123/-5) Total: 118 bytes
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-187-26/+37
| | | | | | mount: sanitize environ if called by non-root *: adjust for slightly different sanitize routine