| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 3 | -30/+25 |
|\ |
|
| * | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko | 2010-06-06 | 1 | -6/+6 |
| * | Remove requirement that include/applets.h must be sorted | Denys Vlasenko | 2010-06-05 | 1 | -24/+19 |
| * | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 2 | -0/+0 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -8/+13 |
|\| |
|
| * | *: simplify checks for gz/bz2/xz magic | Denys Vlasenko | 2010-06-02 | 1 | -8/+13 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 3 | -23/+56 |
|\| |
|
| * | lineedit: fix column display for wide and combining chars in TAB completion | Tomas Heinrich | 2010-06-01 | 2 | -6/+20 |
| * | *: teach tar et. al. to understand .xz by heart | Denys Vlasenko | 2010-05-30 | 1 | -17/+36 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 |
|\| |
|
| * | losetup: support /dev/loop10 and higher. closes bug 1627 | Denys Vlasenko | 2010-05-19 | 1 | -1/+1 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 7 | -222/+380 |
|\| |
|
| * | typo fix | Denys Vlasenko | 2010-05-17 | 1 | -2/+2 |
| * | lineedit: fix insertion deep inside line (*several lines* before end) | Denys Vlasenko | 2010-05-17 | 1 | -8/+15 |
| * | lineedit: trivial simplifications. -7 bytes | Denys Vlasenko | 2010-05-17 | 1 | -14/+6 |
| * | lineedit: fix moving backwards across lines with wide chars | Denys Vlasenko | 2010-05-17 | 1 | -21/+46 |
| * | consolidate ESC sequences | Denys Vlasenko | 2010-05-16 | 1 | -1/+1 |
| * | stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing | Denys Vlasenko | 2010-05-16 | 2 | -16/+15 |
| * | lineedit: partially fix wide and combining chars editing | Tomas Heinrich | 2010-05-16 | 2 | -45/+81 |
| * | lineedit: change how cmdedit_set_out_char works | Denys Vlasenko | 2010-05-11 | 1 | -32/+41 |
| * | randomtest fixes | Denys Vlasenko | 2010-05-11 | 1 | -30/+31 |
| * | add comment about xz format support | Denys Vlasenko | 2010-05-06 | 1 | -0/+5 |
| * | rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip... | Denys Vlasenko | 2010-05-06 | 1 | -42/+55 |
| * | libbb/lineedit: add support for preserving "broken" (non-unicode) chars | Tomas Heinrich | 2010-04-29 | 2 | -20/+54 |
| * | date: support -d @SECONDS_SINCE_1970 | Denys Vlasenko | 2010-04-22 | 1 | -0/+10 |
| * | busybox --list option. +140 bytes. Rob wanted it. | Denys Vlasenko | 2010-04-20 | 1 | -25/+44 |
| * | vi: discover window size even on serial consoles. optional | Denys Vlasenko | 2010-04-18 | 2 | -25/+31 |
| * | remove stdio from allnoconfig build | Denys Vlasenko | 2010-04-18 | 1 | -1/+3 |
* | | Merge branch 'ash' | Nguyễn Thái Ngọc Duy | 2010-09-14 | 2 | -1/+11 |
|\ \ |
|
| * | | win32: lineedit: split $PATH the Windows way | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+8 |
| * | | win32: lineedit: do not attempt to tc[sg]etattr in Windows console | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+2 |
| * | | win32: reimplement read_key() to read Windows console | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 |
* | | | win32: support .com executables | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -4/+14 |
|/ / |
|
* | | win32: xmalloc_follow_symlinks: support ENOSYS by mingw port | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+1 |
* | | win32: Replace spawn() and spawn_and_wait() with Win32 version | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+4 |
* | | win32: workaround msvcrt *printf defects | Nguyễn Thái Ngọc Duy | 2010-09-10 | 2 | -1/+28 |
* | | win32: make_directory: drive letter support (buggy) | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -4/+11 |
* | | win32: basename: support backslashes | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+5 |
* | | win32: appletlib: special way to recognize applet name on Windows | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+12 |
* | | win32: execable.c: support .exe suffix | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+24 |
* | | win32: copy_file: always use lstat to avoid macro conflict | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+5 |
* | | win32: getopt32: set optind = 0 on Windows | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+1 |
* | | win32: add get_busybox_exec_path(), which is bb_busybox_exec_path | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+4 |
* | | libbb: skip utmp part in messages.c on Windows | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+2 |
* | | Exclude files that will not compile on Windows | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -13/+14 |
|/ |
|
* | read_key: fix buffer length calculation | Tomas Heinrich | 2010-04-16 | 1 | -1/+1 |
* | loop: correct minor device number limit | Denys Vlasenko | 2010-04-14 | 1 | -1/+2 |
* | mount: add an optional capability to create new /dev/loopN as needed | Lauri Kasanen | 2010-04-14 | 1 | -2/+12 |
* | Exclude syslog code if FEATURE_SYSLOG is not set | Nguyễn Thái Ngọc Duy | 2010-04-09 | 2 | -5/+16 |
* | libbb: add skip_dev_pfx() | Denys Vlasenko | 2010-04-06 | 2 | -8/+7 |