| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply post-1.19.1 patches, bump version to 1.19.21_19_2 | Denys Vlasenko | 2011-09-06 | 2 | -3/+3 |
* | Apply post-1.19.0 patches, bump version to 1.19.11_19_1 | Denys Vlasenko | 2011-08-28 | 4 | -24/+34 |
* | Bump version to 1.19.0, update copyright year in help message1_19_0 | Denys Vlasenko | 2011-08-13 | 1 | -1/+1 |
* | randomconfig fixes | Denys Vlasenko | 2011-08-10 | 1 | -1/+5 |
* | die_if_bad_username: tighten up a bit | Denys Vlasenko | 2011-08-09 | 1 | -10/+32 |
* | less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. | Denys Vlasenko | 2011-07-25 | 1 | -1/+4 |
* | libbb/lineedit: implement optional Ctrl-R history search | Denys Vlasenko | 2011-07-11 | 2 | -12/+161 |
* | a few tweaks for bionic | Denys Vlasenko | 2011-07-08 | 2 | -1/+4 |
* | platform.h: tweaks for cygwin | Denys Vlasenko | 2011-07-08 | 1 | -1/+9 |
* | platform.c: provide getline implementation | Timo Teras | 2011-06-29 | 1 | -0/+29 |
* | parse_config: use getline. BIG speedup with glibc (~40%). | Timo Teras | 2011-06-20 | 1 | -49/+43 |
* | libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. | Denys Vlasenko | 2011-06-18 | 1 | -3/+32 |
* | procps: remove PSSCAN_STAT define, users were using it incorrectly | Denys Vlasenko | 2011-06-18 | 1 | -1/+8 |
* | parse_config: make test applet easier to enable; fix its code | Denys Vlasenko | 2011-06-18 | 2 | -32/+29 |
* | libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation | Denys Vlasenko | 2011-06-17 | 2 | -43/+51 |
* | appletlib.c: do not use PAGE_SIZE for malloc tweaking | Denys Vlasenko | 2011-06-03 | 1 | -13/+2 |
* | only compile obscure.c when needed | Dan Fandrich | 2011-06-03 | 1 | -2/+1 |
* | fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 | Denys Vlasenko | 2011-05-29 | 1 | -1/+3 |
* | find: cater for libc w/o FNM_CASEFOLD | Denys Vlasenko | 2011-05-23 | 3 | -20/+9 |
* | lineedit: fix rare SEGV; mark a few FIXMEs | Alexey Fomenko | 2011-05-20 | 1 | -9/+15 |
* | warning removal | Cristian Ionescu-Idbohrn | 2011-05-20 | 1 | -1/+1 |
* | busybox.conf: code shrink | Denys Vlasenko | 2011-05-16 | 1 | -13/+12 |
* | busybox.conf: USER.GROUP is _optional_ | Denys Vlasenko | 2011-05-16 | 1 | -7/+6 |
* | main: make busybox.conf mode handling less obscure | Denys Vlasenko | 2011-05-16 | 1 | -33/+34 |
* | main: free suid_config list after use | Denys Vlasenko | 2011-05-16 | 2 | -34/+31 |
* | simplify parsing of /etc/busybox.conf | Denys Vlasenko | 2011-05-16 | 1 | -45/+30 |
* | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -5/+2 |
* | adduser: safe username passing to passwd/addgroup | Denys Vlasenko | 2011-05-13 | 1 | -2/+23 |
* | hush: make read builtin interruptible. | Denys Vlasenko | 2011-05-08 | 1 | -4/+5 |
* | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko | 2011-05-08 | 1 | -5/+7 |
* | straighten out dprintf/fdprintf mess; remove old "define lchown chown" | Denys Vlasenko | 2011-04-17 | 1 | -3/+3 |
* | small fixes atop syslog config patch | Denys Vlasenko | 2011-04-16 | 1 | -1/+5 |
* | Fix double words in comments. No code changes | Marek Polacek | 2011-04-16 | 1 | -1/+1 |
* | basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument | Denys Vlasenko | 2011-04-11 | 1 | -0/+2 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+6 |
* | libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. | Denys Vlasenko | 2011-04-07 | 1 | -7/+9 |
* | small fix for HISTFILESIZE | Denys Vlasenko | 2011-03-31 | 1 | -0/+1 |
* | ash,hush: optional support for $HISTFILESIZE. | Denys Vlasenko | 2011-03-31 | 2 | -17/+32 |
* | lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y | Denys Vlasenko | 2011-03-27 | 2 | -48/+66 |
* | ash,hush: recheck LANG before every line input | Denys Vlasenko | 2011-03-23 | 1 | -11/+17 |
* | don't call freeaddinfo(NULL) | Vitaly Magerya | 2011-03-22 | 2 | -9/+12 |
* | busybox: fail if --install is not given an absolute path | Denys Vlasenko | 2011-03-12 | 1 | -4/+3 |
* | libbb: make warning go away | Denys Vlasenko | 2011-03-12 | 1 | -4/+6 |
* | forgot to add libbb/get_shell_name.c | Denys Vlasenko | 2011-03-08 | 1 | -0/+25 |
* | libbb/login/su: do not sanitize shell name twice | Denys Vlasenko | 2011-03-06 | 1 | -0/+3 |
* | improve --install operation in chroot jails | Denys Vlasenko | 2011-03-06 | 1 | -5/+16 |
* | libbb: remove dead code in getopt32. -7 bytes | Alexey Fomenko | 2011-03-01 | 1 | -10/+5 |
* | libbb: make user/group name cache strings longer (~27 chars) | Denys Vlasenko | 2011-03-01 | 2 | -9/+9 |
* | Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" | Denys Vlasenko | 2011-02-26 | 1 | -1/+1 |
* | Move stpcpy replacement function into libbb | Dan Fandrich | 2011-02-13 | 1 | -0/+11 |