| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2012-05-09 | 2 | -8/+5 |
|\ |
|
| * | ln: support -T and -v | Simon B | 2012-05-06 | 1 | -1/+1 |
| * | get_linux_version_code: don't fail on Linux version strints like "3.0-foo" | Andreas Oberritter | 2012-05-05 | 1 | -7/+4 |
* | | Use win32_execable_file() in test, which and execable.c | Ron Yorston | 2012-05-09 | 1 | -22/+9 |
* | | mingw32: make access(2) check file format for executables | Ron Yorston | 2012-05-09 | 1 | -25/+1 |
* | | lineedit: disable hack for wrong width on MinGW | Ron Yorston | 2012-05-01 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-04-29 | 2 | -26/+2 |
|\| |
|
| * | sendmail: use host rather than NIS domain name for HELO | Ron Yorston | 2012-04-28 | 1 | -22/+0 |
| * | lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y | Dennis Groenen | 2012-04-26 | 1 | -4/+2 |
* | | Initialise winsock once in appletlib, not in applets | Ron Yorston | 2012-04-24 | 1 | -0/+2 |
* | | win32: add pw_shell to struct passwd | Ron Yorston | 2012-04-23 | 1 | -2/+0 |
* | | win32: support fancy prompts and (limited) tilde expansion | Ron Yorston | 2012-04-23 | 1 | -0/+10 |
* | | Merge commit '1_20_0' into merge | Ron Yorston | 2012-04-23 | 2 | -1/+2 |
|\| |
|
| * | whitespace fixes | Denys Vlasenko | 2012-04-20 | 1 | -1/+1 |
| * | fix build breakage found by randconfig | Denys Vlasenko | 2012-04-20 | 1 | -0/+1 |
* | | win32: use uname/getdomainname in safe_gethostname.c | Ron Yorston | 2012-04-23 | 1 | -10/+0 |
* | | win32: implement ioctl | Ron Yorston | 2012-04-23 | 1 | -4/+0 |
* | | Detect and execute shell scripts based on presence of '#!' | Ron Yorston | 2012-04-17 | 1 | -6/+24 |
* | | Strip trailing CR in xmalloc_fgetline | Ron Yorston | 2012-04-02 | 1 | -0/+4 |
* | | Update mingw.c from latest git/compat | Ron Yorston | 2012-03-30 | 2 | -10/+0 |
* | | Remove unnecessary conditional compilation | Ron Yorston | 2012-03-30 | 1 | -2/+0 |
* | | MinGW snprintf/vsnprintf work properly | Ron Yorston | 2012-03-26 | 2 | -28/+1 |
* | | Revise conditional compilation of safe_gethostname.c | Ron Yorston | 2012-03-25 | 1 | -2/+8 |
* | | Standardise preprocessor symbol to detect MINGW32 build | Ron Yorston | 2012-03-23 | 1 | -10/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-03-23 | 12 | -205/+105 |
|\| |
|
| * | busybox: tweak help text | Denys Vlasenko | 2012-03-22 | 1 | -3/+6 |
| * | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko | 2012-03-08 | 1 | -0/+1 |
| * | preparatory cleanups for seamless uncompression improvements | Denys Vlasenko | 2012-03-06 | 1 | -139/+0 |
| * | libbb/procps.c: make fast_strtoul_10() stop on '\n' too | Denys Vlasenko | 2012-02-28 | 1 | -4/+5 |
| * | libbb/procps.c: make fast_strtoul_10() stop on '\n' too | Denys Vlasenko | 2012-02-28 | 1 | -1/+2 |
| * | Make unix (local) sockets work without IPv6 enabled | Jonh Wendell | 2012-02-09 | 1 | -7/+9 |
| * | tweak comment, no code changes | Denys Vlasenko | 2012-02-02 | 1 | -3/+3 |
| * | find_mount_point: fix find_mount_point for char devices | Javier Viguera | 2012-01-18 | 1 | -1/+2 |
| * | shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] | Denys Vlasenko | 2012-01-15 | 1 | -6/+9 |
| * | mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 | Denys Vlasenko | 2012-01-11 | 1 | -1/+1 |
| * | libbb/bb_strtonum: always set end ptr, even on error return | Denys Vlasenko | 2011-12-22 | 1 | -19/+40 |
| * | libbb: remove is_directory's argument which is always NULL | Denys Vlasenko | 2011-12-18 | 1 | -10/+5 |
| * | hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 | Denys Vlasenko | 2011-11-18 | 1 | -11/+14 |
| * | bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon | Peter Korsgaard | 2011-11-09 | 1 | -1/+9 |
* | | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge | Ron Yorston | 2012-03-23 | 18 | -122/+436 |
|\| |
|
| * | lineedit: fix build failure | Denys Vlasenko | 2011-11-04 | 1 | -1/+3 |
| * | lineedit: add support for M-b, M-f, M-d, M-Backspace | Denys Vlasenko | 2011-11-03 | 2 | -3/+48 |
| * | libbb: shrink base64 decoding a bit | Denys Vlasenko | 2011-10-28 | 1 | -19/+23 |
| * | whitespace fixes | Denys Vlasenko | 2011-10-28 | 1 | -1/+1 |
| * | libbb: split decode_base64 off read_base64 | Leonid Lisovskiy | 2011-10-28 | 1 | -25/+100 |
| * | libbb.h: remove unused defines | Denys Vlasenko | 2011-10-24 | 1 | -2/+2 |
| * | getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim... | Denys Vlasenko | 2011-10-22 | 1 | -8/+14 |
| * | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko | 2011-09-22 | 2 | -2/+2 |
| * | Config: fix wording in help-text | Bernhard Reutner-Fischer | 2011-09-13 | 1 | -2/+2 |
| * | losetup: implement -r option. Closes 4033. | Denys Vlasenko | 2011-09-12 | 1 | -4/+6 |