Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | win32: Makefile: support building with network support | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | win32: Config.in: WIN32_NET | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+5 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | win32: enable (un)lzma, (un)xz | Nguyễn Thái Ngọc Duy | 2010-09-20 | 2 | -3/+9 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' into archival | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+15 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | win32: add BUGS | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+15 | |
| | | | | | | ||||||
* | | | | | | win32: bbunpack: close stdin before removing compressed file | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows does not allow to remove an opening file. Close it first, then we can remove it. | |||||
* | | | | | | win32: enable cpio (including cpio creating) | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | win32: tar: do not check for archiving the target archive itself | Nguyễn Thái Ngọc Duy | 2010-09-20 | 1 | -0/+2 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | While it is generally a good thing to do, st_dev and st_ino on Windows is unreliable (i.e. always zero). This makes tar think every file is the archive it is creating, thus refuse to add them to the archive. | |||||
* | | | | | win32: lowercase argv[0] before searching for applet name | Nguyễn Thái Ngọc Duy | 2010-09-17 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows, busybox.exe can be called BusyBox.exe, BUSYBOX.EXE... Applet search is done using bsearch(), doing case-insensitive search would be more difficult. So just lowercase everything down. BUSYBOX_APPLET_NAME environment variable are supposed to be case-sensitive though. | |||||
* | | | | | win32: date: escape literal %e properly | Nguyễn Thái Ngọc Duy | 2010-09-17 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'ash' | Nguyễn Thái Ngọc Duy | 2010-09-15 | 3 | -9/+97 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | win32: lineedit: enable history | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
| * | | | win32: read_key: add Page Up/Down and Insert | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | win32: winansi: implement \033[%u;%uH | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | win32: winansi: implement \033[H (no param) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+16 | |
| | | | | ||||||
| * | | | win32: read_key: do not return -1 on unknown key | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | -1 to lineedit means error... when tty is destroyed... it would terminate ash for some reasone | |||||
| * | | | win32: read_key: support Delete | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | win32: read_key: support Ctrl-{Left,Right} | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+9 | |
| | | | | ||||||
| * | | | win32: winansi: implement \033[%uD | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+15 | |
| | | | | ||||||
| * | | | win32: read_key: imap some movement keys to KEYCODE_* | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+17 | |
| | | | | ||||||
| * | | | win32: read_key: reset console state after reading | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -8/+12 | |
| | | | | ||||||
| * | | | win32: winansi: implement \033[J | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+21 | |
| |/ / | ||||||
* | | | Merge branch 'procps' | Nguyễn Thái Ngọc Duy | 2010-09-15 | 8 | -8/+80 | |
|\ \ \ | ||||||
| * | | | win32: enable pgrep | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | win32: enable pidof | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | win32: enable kill and killall | Nguyễn Thái Ngọc Duy | 2010-09-15 | 2 | -2/+4 | |
| | | | | ||||||
| * | | | win32: find_pid_by_name: skip argv checks as we do not have that info | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | win32: process.c: implement kill(), SIGTERM only | Nguyễn Thái Ngọc Duy | 2010-09-15 | 2 | -1/+18 | |
| | | | | ||||||
| * | | | win32: enable ps | Nguyễn Thái Ngọc Duy | 2010-09-15 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | Due to limitations in procps_scan(), only -o pid,comm is supported | |||||
| * | | | win32: reimplement procps_scan() | Nguyễn Thái Ngọc Duy | 2010-09-15 | 3 | -0/+39 | |
| |/ / | | | | | | | | | | | | | | | | | | | On Linux, procps_scan() relies on /proc, which is obviously unavailable on Windows. This implementation currently supports procps_status_t.{pid,comm} only. | |||||
* | | | win32: enable strings | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | win32: enable getopt | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+2 | |
| | | | ||||||
* | | | win32: enable hexdump | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -3/+3 | |
| | | | ||||||
* | | | win32: enable usleep | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | win32: enable bbconfig | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+2 | |
| | | | ||||||
* | | | win32: enable which | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | win32: enable whoami | Nguyễn Thái Ngọc Duy | 2010-09-14 | 2 | -1/+11 | |
| | | | ||||||
* | | | win32: enable date | Nguyễn Thái Ngọc Duy | 2010-09-14 | 3 | -3/+20 | |
|/ / | | | | | | | | | | | Setting time does not work. %e does not work because strftime does not support that. Output may be different from POSIX because "it is Windows" syndrome. | |||||
* | | defconfig.mingw32: update to latest origin/master | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -46/+87 | |
| | | | | | | | | base64 is also enabled | |||||
* | | win32: implement clearenv() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+10 | |
| | | ||||||
* | | Merge remote branch 'origin/master' | Nguyễn Thái Ngọc Duy | 2010-09-14 | 65 | -3487/+4215 | |
|\| | ||||||
| * | hush: optional support for history saving | Denys Vlasenko | 2010-09-12 | 2 | -2/+22 | |
| | | | | | | | | | | | | | | function old new delta hush_main 945 995 +50 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | smemcap: use correct tar magic | Denys Vlasenko | 2010-09-12 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | *: s/perror/bb_simple_perror_msg/g | Marek Polacek | 2010-09-12 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | function old new delta readLines 448 446 -2 doCommands 2449 2438 -11 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-13) Total: -13 bytes Signed-off-by: Marek Polacek <mmpolacek@gmail.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | Fixed a couple of failing tar tests | Dan Fandrich | 2010-09-12 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | The tar symlinks mode test is fixed similarly to the hardlinks test in 0d7cb4cc, and the read-only test is skipped by SKIP_KNOWN_BUGS. Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | busybox: add "busybox --list[-full]" to help text | Denys Vlasenko | 2010-09-12 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | hush: move the EXIT trap comment. no code changes | Denys Vlasenko | 2010-09-12 | 1 | -2/+3 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | hush: fix EXIT trap display inside exit trap handler | Denys Vlasenko | 2010-09-12 | 3 | -4/+45 | |
| | | | | | | | | | | | | | | function old new delta hush_exit 84 78 -6 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | shell/match.c: shrink by dropping double bool inversion | Denys Vlasenko | 2010-09-12 | 1 | -6/+4 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | hush: fix handling of \" in quoted/unquoted `cmd` | Denys Vlasenko | 2010-09-12 | 5 | -22/+50 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> |