aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/expr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-24lpr,lpq: rework by dronnikov AT gmail.comDenis Vlasenko7-326/+211
2008-02-24rmdir: optional long options support for Debian users. +68 bytes.Denis Vlasenko1-12/+21
By Roberto Gordo Saez <roberto.gordo AT gmail.com>
2008-02-24watch: shrink (by walter harms <WHarms AT bfs.de>)Denis Vlasenko1-29/+23
watch_main 327 263 -64
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko14-57/+68
*: minor shrink
2008-02-23less: small shrinkDenis Vlasenko1-11/+7
2008-02-23syslogd: small shrinkDenis Vlasenko1-3/+3
2008-02-23less: make it a bit more resistant against statusline corruption.Denis Vlasenko1-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
2008-02-23less: update line input so that it doesn't interfere withDenis Vlasenko2-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
2008-02-22lpr: document options betterDenis Vlasenko1-17/+17
2008-02-22small code readability and typo fixesDenis Vlasenko2-3/+3
2008-02-22lpr and lpq applets by Walter Harms.Denis Vlasenko11-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
2008-02-21ash: s/ckzmalloc/ckzalloc/Denis Vlasenko1-1/+1
2008-02-21ash: sprinkle a bit more of zeroed allocations.Denis Vlasenko1-19/+20
2008-02-21httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko1-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
2008-02-20corrected English in commentDenis Vlasenko1-1/+1
2008-02-20udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko1-6/+1
for DHCPDECLINE. Fixing, and making code smaller.
2008-02-20udhcp: make paths configurableDenis Vlasenko4-3/+21
syslogd: trivial build fix
2008-02-20libbb: introduce and use nonblock_safe_read(). Yay!Denis Vlasenko6-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
2008-02-20[#1334] exec script for devices even if they dont have device nodesMike Frysinger1-4/+14
2008-02-20ash: introduce and use stzalloc and ckzalloc.Denis Vlasenko1-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
2008-02-19trivial fixes to config systemDenis Vlasenko2-2/+3
2008-02-19ash: fix fallout from "A=1 B=$A; echo $B" code.Denis Vlasenko1-19/+29
2008-02-19microcom: tiny shrink, adding commentsDenis Vlasenko1-7/+8
2008-02-19init: make it NOMMU-capableDenis Vlasenko3-35/+104
httpd: trivial compile fix
2008-02-19init: fix commentsDenis Vlasenko1-2/+2
2008-02-19init: HUP should not be temporarily set to "restart",Denis Vlasenko1-4/+1
we use it for config reload, and we have QUIT for "restart".
2008-02-19fix chat CONFIG_xxx dependenciesDenis Vlasenko1-1/+7