Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Move handling of Windows globbing out of upstream code | Ron Yorston | 2014-04-21 | 3 | -10/+5 | |
| | | ||||||
* | | lineedit: improve appearance of forward cursor movement | Ron Yorston | 2014-04-09 | 1 | -0/+40 | |
| | | ||||||
* | | Implement escape sequence for cursor down | Ron Yorston | 2014-04-09 | 1 | -21/+12 | |
| | | ||||||
* | | Use ANSI escape to move cursor back during line editing | Ron Yorston | 2014-04-07 | 1 | -0/+2 | |
| | | | | | | | | | | | | BusyBox attempts to optimise for slow terminals by using backspace for small movements. In the Windows console this results in the cursor becoming invisible during backward movement. | |||||
* | | Implement ANSI escape sequences for cursor up/forward | Ron Yorston | 2014-04-07 | 1 | -0/+30 | |
| | | | | | | | | | | These escape sequences are required for proper handling of line editing when the input exceeds the console width. | |||||
* | | Only change codepage of input character if top bit is set | Ron Yorston | 2014-03-24 | 1 | -2/+4 | |
| | | | | | | | | | | | | It seems that passing control characters through OemToCharBuff is not a good idea: some of them end up in the top half of the codepage. | |||||
* | | Provide fake getpwent_r to reduce changes from upstream | Ron Yorston | 2014-03-23 | 2 | -4/+3 | |
| | | ||||||
* | | Alter help message if configured with standalone shell | Ron Yorston | 2014-03-23 | 1 | -0/+9 | |
| | | ||||||
* | | Remove unnecessary differences from upstream BusyBox | Ron Yorston | 2014-03-23 | 2 | -2/+1 | |
| | | ||||||
* | | procps_scan: ensure command name is null terminated | Ron Yorston | 2014-03-23 | 1 | -1/+1 | |
| | | ||||||
* | | ps: exclude more unused code | Ron Yorston | 2014-03-23 | 3 | -2/+12 | |
| | | ||||||
* | | shell_common: exclude more unused ulimit code | Ron Yorston | 2014-03-23 | 1 | -7/+6 | |
| | | ||||||
* | | ash: set fake PPID value | Ron Yorston | 2014-03-20 | 1 | -3/+2 | |
| | | ||||||
* | | Add empty sys/syscall.h | Ron Yorston | 2014-03-20 | 2 | -1/+1 | |
| | | ||||||
* | | Implement vprintf replacement | Ron Yorston | 2014-03-20 | 2 | -1/+4 | |
| | | ||||||
* | | Implement getc replacement | Ron Yorston | 2014-03-20 | 2 | -0/+26 | |
| | | ||||||
* | | Implement read replacement to handle OEM codepages | Ron Yorston | 2014-03-20 | 2 | -0/+28 | |
| | | ||||||
* | | Fixes to write replacement | Ron Yorston | 2014-03-20 | 1 | -2/+2 | |
| | | ||||||
* | | clear: undo mingw32-specific changes | Ron Yorston | 2014-03-20 | 1 | -9/+0 | |
| | | ||||||
* | | Implement write replacement to handle OEM codepages | Ron Yorston | 2014-03-20 | 2 | -1/+77 | |
| | | ||||||
* | | Implement puts replacement to handle OEM codepages | Ron Yorston | 2014-03-19 | 2 | -4/+26 | |
| | | ||||||
* | | Use OEM codepage for console I/O | Ron Yorston | 2014-03-19 | 3 | -4/+87 | |
| | | | | | | | | | | | | | | | | | | | | Windows console applications use different codepages for console I/O and the rest of the API: http://msdn.microsoft.com/en-us/goglobal/bb688114.aspx#E2F Attempt to workaround this by converting characters when they're read from and written to the console. Not all possible paths are handled. | |||||
* | | dc: enable pow and exp by default | Ron Yorston | 2014-03-17 | 1 | -2/+2 | |
| | | ||||||
* | | Drop CONFIG_WIN32_NET setting | Ron Yorston | 2014-03-17 | 8 | -34/+6 | |
| | | ||||||
* | | Improved support for characters above 0x7f | Ron Yorston | 2014-03-17 | 2 | -3/+3 | |
| | | ||||||
* | | Convert argv[0] to lowercase before checking for '.exe' | Ron Yorston | 2014-03-17 | 1 | -5/+8 | |
| | | ||||||
* | | wget: add fseek calls to make ftp work; enable ftpget/ftpput | Ron Yorston | 2014-03-16 | 3 | -4/+16 | |
| | | ||||||
* | | Fix some compiler warnings | Ron Yorston | 2014-03-13 | 6 | -14/+16 | |
| | | ||||||
* | | Allow utimes to change times on directories | Ron Yorston | 2014-03-13 | 1 | -8/+21 | |
| | | ||||||
* | | Pretend chown succeeds so 'cp -rp' doesn't complain | Ron Yorston | 2014-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | patch: fix and enable by default for mingw32 | Ron Yorston | 2014-03-12 | 2 | -2/+7 | |
| | | ||||||
* | | Enable 'tar -m' in mingw32_defconfig | Ron Yorston | 2014-03-12 | 1 | -2/+2 | |
| | | ||||||
* | | Remove unused mingw_utime; update utimes to handle read-only files | Ron Yorston | 2014-03-12 | 2 | -45/+20 | |
| | | ||||||
* | | rev: fix to build with mingw32 | Ron Yorston | 2014-03-11 | 2 | -5/+9 | |
| | | ||||||
* | | Import mempcpy from gnulib | Ron Yorston | 2014-03-11 | 3 | -0/+32 | |
| | | ||||||
* | | wget: disable https support | Ron Yorston | 2014-03-11 | 1 | -0/+6 | |
| | | ||||||
* | | Update mingw32_defconfig with new features | Ron Yorston | 2014-03-11 | 1 | -2/+5 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-03-11 | 57 | -279/+1537 | |
|\| | ||||||
| * | shuf: trim help text | Denys Vlasenko | 2014-03-07 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | shuf: do not use strings for -i RANGE case | Denys Vlasenko | 2014-03-07 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | function old new delta shuf_main 482 496 +14 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | shuf: improve help text | Bartosz Golaszewski | 2014-03-07 | 1 | -3/+3 | |
| | | | | | | | | | | Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | shuf: fix a segfault on 'shuf -e' | Bartosz Golaszewski | 2014-03-07 | 1 | -1/+2 | |
| | | | | | | | | | | Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | use [s]rand(), not [s]random() | Denys Vlasenko | 2014-03-05 | 3 | -12/+12 | |
| | | | | | | | | | | | | | | | | rand() is the most standard C library function, and on uclibc they are the same. I guess they are the same in most todays' libc... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | shuf: new applet | Denys Vlasenko | 2014-03-05 | 1 | -0/+150 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta shuf_main - 478 +478 packed_usage 29571 29719 +148 applet_names 2460 2465 +5 applet_main 1428 1432 +4 applet_nameofs 714 716 +2 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 4/0 up/down: 637/0) Total: 637 bytes Based on the code by Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | man: default to ascii | Denys Vlasenko | 2014-03-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | Default to ascii instead of latin1. Otherwise man pages can be displayed incorrectly. E.g. bullets show as "<B7>". Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | ip link: add support for "address ETHADDR". Closes 4862 | Denys Vlasenko | 2014-03-01 | 1 | -2/+188 | |
| | | | | | | | | | | | | | | function old new delta do_iplink 2175 2289 +114 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | unlzma: add comments about possible bug from BZ 2689 | Denys Vlasenko | 2014-02-28 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | unlzma: move some variables in "more local" scope | Denys Vlasenko | 2014-02-28 | 1 | -7/+10 | |
| | | | | | | | | | | | | No code changes as verified by objdump Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | udhcpc: ignore NAKs from "wrong" servers. Closes 4267 | Denys Vlasenko | 2014-02-27 | 1 | -1/+24 | |
| | | | | | | | | | | | | | | function old new delta udhcpc_main 2716 2814 +98 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | ls: make "ls -s DIR" show total too. Clases 4946 | Denys Vlasenko | 2014-02-27 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |