aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * acpid: add config file and map fileSouf Oued2010-09-262-102/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta acpid_main 434 1137 +703 find_action - 204 +204 f_evt_tab - 48 +48 packed_usage 27724 27755 +31 f_act_tab - 16 +16 process_event 126 - -126 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 2/0 up/down: 1002/-126) Total: 876 bytes Signed-off-by: Souf Oued <souf_oued@yahoo.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-262-0/+6
| | | | | | | | | | Signed-off-by: Vladislav Grishenko <themiron@mail.ru> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * style fix. no code chagesDenys Vlasenko2010-09-251-1/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * ash: fix signal and "set -e" interactionDenys Vlasenko2010-09-255-6/+58
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko2010-09-251-12/+14
| | | | | | | | | | | | ...even if it wasn't found in /lib/modules/VER/ Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * sleep: fix fractional arguments in non-POSIX localeDenys Vlasenko2010-09-241-7/+11
| | | | | | | | | | | | | | function old new delta sleep_main 390 379 -11 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * wget: flush output to network before receving replyNguyễn Thái Ngọc Duy2010-09-231-0/+2
| | | | | | | | | | Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * nbd-client: new appletRob Landley2010-09-231-0/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta nbdclient_main - 537 +537 daemon - 162 +162 packed_usage 27682 27724 +42 applet_names 2355 2366 +11 bbconfig_config_bz2 4918 4922 +4 applet_main 1376 1380 +4 applet_nameofs 688 690 +2 applet_install_loc 172 173 +1 ------------------------------------------------------------------------------ (add/remove: 4/0 grow/shrink: 6/0 up/down: 763/0) Total: 763 bytes Signed-off-by: Rob Landley <rob@landley.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * deluser: make it simpler, fix inability to delete user from groupHarald Becker2010-09-222-70/+68
| | | | | | | | | | | | | | Also makes menuconfig order more sensible Signed-off-by: Harald Becker <ralda@gmx.de> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: use smaller EXP_FLAG_foo constantsDenys Vlasenko2010-09-211-11/+11
| | | | | | | | | | | | | | | | | | | | function old new delta expand_string_to_string 126 124 -2 parse_stream 2376 2370 -6 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-8) Total: -8 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * fix build failure for pmapDan Fandrich2010-09-191-1/+1
| | | | | | | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell/math: better comment. no code changesDenys Vlasenko2010-09-171-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * move read_base64 to libbb/uuencode.cDenys Vlasenko2010-09-163-82/+77
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * libbb: merge mail and uudecode's base64 decodersDenys Vlasenko2010-09-166-139/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta read_base64 - 378 +378 uudecode_main 306 315 +9 parse 953 958 +5 read_stduu 250 254 +4 base64_main 217 219 +2 read_base64 358 - -358 decode_base64 371 - -371 ------------------------------------------------------------------------------ (add/remove: 2/2 grow/shrink: 4/0 up/down: 398/-729) Total: -331 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: move shell_ver from globals to main's stack.Denys Vlasenko2010-09-161-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta hush_main 995 1011 +16 pseudo_exec_argv 253 251 -2 execvp_or_die 50 48 -2 maybe_set_to_sigexit 50 47 -3 hush_exit 78 75 -3 builtin_wait 274 271 -3 check_and_run_traps 205 200 -5 init_sigmasks 214 190 -24 builtin_trap 465 441 -24 reset_traps_to_defaults 238 211 -27 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/9 up/down: 16/-93) Total: -77 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * simpler check for odDenys Vlasenko2010-09-161-1/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * build system: test that od is present in the host systemDenys Vlasenko2010-09-161-0/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-166-129/+144
| | | | | | | | | | | | | | function old new delta arith_apply 1271 1283 +12 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell/math: return string error indicator, not integerDenys Vlasenko2010-09-156-131/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta expand_and_evaluate_arith 87 106 +19 expand_one_var 1563 1570 +7 arith 12 18 +6 evaluate_string 678 680 +2 arith_apply 1269 1271 +2 builtin_umask 133 132 -1 ash_arith 118 75 -43 expand_vars_to_list 1094 1038 -56 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/3 up/down: 36/-100) Total: -64 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko2010-09-142-3/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell/math.c: stop using bss variableDenys Vlasenko2010-09-132-22/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta evaluate_string - 678 +678 expand_one_var 1543 1563 +20 builtin_type 114 116 +2 expand_and_evaluate_arith 89 87 -2 prev_chk_var_recursive 4 - -4 ash_arith 122 118 -4 arith_lookup_val 142 132 -10 arith 674 12 -662 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 2/4 up/down: 700/-682) Total: 18 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-134-81/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta expand_and_evaluate_arith 79 89 +10 arith 675 674 -1 arith_lookup_val 151 142 -9 ash_arith 135 122 -13 arith_apply 1304 1269 -35 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/4 up/down: 10/-58) Total: -48 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell/math.c: small code shrink; fixed incomprehensible commentsDenys Vlasenko2010-09-131-112/+113
| | | | | | | | | | | | | | function old new delta arith_apply 1334 1304 -30 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell: small code shrinkDenys Vlasenko2010-09-131-8/+9
| | | | | | | | | | | | | | function old new delta arith 680 675 -5 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell: shrink arith code; and prepare for returning text error codesDenys Vlasenko2010-09-132-65/+63
| | | | | | | | | | | | | | function old new delta arith 701 680 -21 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | win32: ash: fix path_advance() not advancing correctlyNguyễn Thái Ngọc Duy2011-01-041-1/+10
| | | | | | | | | | | | | | | | | | *p can be either ':' or ';' at the end of path_advance(). However the code expects it to be ':' only. This effectively skips the rest of $PATH after the first component when Windows' $PATH is used. This should fix Github#1. While at it, also fix pathopt code expecting ':' only (again).
* | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-232-0/+28
|\ \
| * | win32: ash: implement ^C (and Ctrl+Break)Nguyễn Thái Ngọc Duy2010-09-232-0/+28
| | | | | | | | | | | | ^C sometimes does not work while Ctrl+Break seems to always work
| * | Merge commit 'master~11^2' into ashNguyễn Thái Ngọc Duy2010-09-2312-25/+143
| |\ \
* | | | win32: enable fancy echoNguyễn Thái Ngọc Duy2010-09-221-1/+1
| | | |
* | | | Merge branch 'vi'Nguyễn Thái Ngọc Duy2010-09-224-11/+26
|\ \ \ \
| * | | | defconfig.mingw32: enable viNguyễn Thái Ngọc Duy2010-09-141-10/+10
| | | | |
| * | | | Merge branch 'lineedit' into viNguyễn Thái Ngọc Duy2010-09-142-8/+96
| |\ \ \ \
| * | | | | win32: read_key: implement timeoutNguyễn Thái Ngọc Duy2010-09-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | will be needed by CONFIG_FEATURE_VI_ASK_TERMINAL
| * | | | | win32: vi: reimplement mysleep() because poll() won't work on stdinNguyễn Thái Ngọc Duy2010-09-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes vi work on rxvt for Windows. There is work to do in winansi.c in order to make vim work on Windows console.
| * | | | | win32: platform.h: reuse memrchr() in platform.cNguyễn Thái Ngọc Duy2010-09-141-0/+2
| | | | | |
* | | | | | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-223-2/+15
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | win32: ash: make waitpid return early if there is no childNguyễn Thái Ngọc Duy2010-09-221-0/+2
| | | | | |
| * | | | | win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_inputNguyễn Thái Ngọc Duy2010-09-222-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes ^C and ^D work properly regarding ash input handling (i.e. does not crash ash). Pressing ^C in ash does not stop running programs though.
| * | | | | win32: lineedit: initialize initial_settingsNguyễn Thái Ngọc Duy2010-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initial_settings.c_cc[] is used to detect Ctrl-C, Ctrl-D. Don't let garbage drive read_line_input()
| * | | | | win32: lineedit: fallback to fgets if a tty is not foundNguyễn Thái Ngọc Duy2010-09-211-2/+4
| | | | | |
* | | | | | win32: enable sha* (needs WIN32_NET)Nguyễn Thái Ngọc Duy2010-09-212-3/+6
| | | | | |
* | | | | | win32: net: add missing stub header filesNguyễn Thái Ngọc Duy2010-09-213-0/+0
| | | | | |
* | | | | | Merge branch 'net' (early part)Nguyễn Thái Ngọc Duy2010-09-207-6/+83
|\ \ \ \ \ \
| * | | | | | win32: enable wgetNguyễn Thái Ngọc Duy2010-09-202-2/+3
| | | | | | |
| * | | | | | wget: flush HTTP request before receving replyNguyễn Thái Ngọc Duy2010-09-201-0/+2
| | | | | | |
| * | | | | | win32: re-enable xconnect.cNguyễn Thái Ngọc Duy2010-09-203-3/+14
| | | | | | |
| * | | | | | win32: reimplement connect()Nguyễn Thái Ngọc Duy2010-09-202-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connect() now returns a socket handle, i.e. a HANDLE. This kind of handle works with read()/write(). But on the other hand, FILE* functions are dead because they are not crt file handles??
| * | | | | | win32: reimplement socket()Nguyễn Thái Ngọc Duy2010-09-202-1/+32
| | | | | | |
| * | | | | | win32: add init_winsock()Nguyễn Thái Ngọc Duy2010-09-202-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All network applets must call this function before using any winsock functions.