aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* msh: a few fields renamed; short->int conversion for a fieldDenis Vlasenko2008-03-021-60/+59
| | | | | | | | | | | holding file descriptors; short->smalling for flag field synio 263 264 +1 readc 247 242 -5 forkexec 1339 1307 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 1/-37) Total: -36 bytes
* actually add bb_qsort.cDenis Vlasenko2008-03-0221-20/+40
| | | | | *: s/Denis/Denys/
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-025-135/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | msh: glob0/glob1/glob2/glob3 are just a sorting routine! remove them. bb_pstrcmp - 25 +25 qsort_string_vector - 24 +24 expand 2209 2227 +18 getopt32 1359 1370 +11 passwd_main 1072 1074 +2 handle_incoming_and_exit 2737 2735 -2 UNSPEC_print 66 64 -2 forkexec 1343 1339 -4 input_tab 3338 3330 -8 get_dir 185 177 -8 expmeta 481 473 -8 cmdputs 405 397 -8 xstrcmp 12 - -12 find_pair 187 167 -20 match_compare 25 - -25 dir_strcmp 25 - -25 glob2 27 - -27 glob3 34 - -34 glob1 256 - -256 ------------------------------------------------------------------------------ (add/remove: 2/6 grow/shrink: 3/8 up/down: 80/-439) Total: -359 bytes
* msh: renames: ->words => ->op_words, space() => get_space()Denis Vlasenko2008-03-021-107/+99
| | | | | | | | | | | | | | | | | | | | msh: simplify glob0/glob1/glob2/glob3 get_space - 26 +26 glob3 35 34 -1 glob2 28 27 -1 strsave 55 53 -2 globv 4 - -4 func 4 - -4 xstrcmp 25 12 -13 dodot 178 164 -14 rexecve 272 257 -15 space 26 - -26 glob1 292 256 -36 expand 2246 2209 -37 ------------------------------------------------------------------------------ (add/remove: 1/3 grow/shrink: 0/8 up/down: 26/-153) Total: -127 bytes
* doc: add info about sed s/.../.../I modifierDenis Vlasenko2008-03-011-0/+3
|
* msh: fix for bug 846 ("break" didn't work second time)Denis Vlasenko2008-03-012-85/+148
| | | | | | msh: don't use floating point in "times" builtin +4 bytes difference
* nmeter: fix bug where %[mf] behaves as %[mt]Denis Vlasenko2008-02-291-1/+1
|
* run-parts: add --reverseDenis Vlasenko2008-02-281-16/+19
|
* zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko2008-02-281-2/+2
| | | | | | only makes strip writer's life more miserable. Who want to have zcip run in root dir, can trivially do that.
* sed: n cmd must reset "we had successful subst" flag. closes bug 1214.Denis Vlasenko2008-02-282-2/+9
|
* microcom: shrinkDenis Vlasenko2008-02-281-4/+1
|
* script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko2008-02-281-60/+52
|
* - Don't point to obsolete patches but the current fixes for the stable releasesBernhard Reutner-Fischer2008-02-271-3/+2
|
* - update docs to point to the current stable branchBernhard Reutner-Fischer2008-02-271-1/+1
|
* - fix compilation failure due to implicit decl of resolve_mount_spec().Bernhard Reutner-Fischer2008-02-271-2/+0
| | | | DCE DTRT so remove the wrong guard.
* httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko2008-02-271-0/+1
|
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-2732-64/+97
|
* lpr: removed stdio; added "job received" message in verbose mode.Denis Vlasenko2008-02-271-32/+28
|
* libbb: add forgotten part of "script" applet changeDenis Vlasenko2008-02-271-0/+56
|
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-278-47/+214
|
* sendmail: yet another maintainer's updateDenis Vlasenko2008-02-273-125/+92
|
* sendmail: update from maintainerDenis Vlasenko2008-02-262-157/+215
|
* lpr: fflush stdout fixDenis Vlasenko2008-02-261-0/+2
|
* syslogd: optional support for dropping dups. closes bug 436.Denis Vlasenko2008-02-263-21/+54
|
* ifenslave: new applet. closes bug 115.Denis Vlasenko2008-02-265-0/+656
|
* start_stop_daemon: stop using data/bssDenis Vlasenko2008-02-261-15/+34
| | | | | | | | | | | | | | | | | function old new delta start_stop_daemon_main 749 770 +21 do_procinit 184 185 +1 quiet 1 - -1 userspec 4 - -4 user_id 4 - -4 signal_nr 4 - -4 pidfile 4 - -4 found 4 - -4 execname 4 - -4 cmdname 4 - -4 ------------------------------------------------------------------------------ (add/remove: 0/8 grow/shrink: 2/0 up/down: 22/-29) Total: -7 bytes
* 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