| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | typo fix | Denys Vlasenko | 2011-02-12 | 1 | -1/+1 |
* | progress meter: fix bugs found in stall detection and unknown size logic | Denys Vlasenko | 2011-02-11 | 1 | -23/+32 |
* | progress meter: move file name to bb_progress_t. +20 bytes | Denys Vlasenko | 2011-02-11 | 1 | -13/+11 |
* | libbb/progress.c: make sure we never get negative ETA | Denys Vlasenko | 2011-02-11 | 1 | -16/+17 |
* | progress meter: display >999 hours ETA correctly | Denys Vlasenko | 2011-02-10 | 1 | -4/+6 |
* | wget: shrink progress meter code; strink wget and add debug logging | Denys Vlasenko | 2011-02-10 | 1 | -30/+65 |
* | progress bar: better overflow protection; more precise bar | Denys Vlasenko | 2011-02-10 | 1 | -23/+31 |
* | save 10 bytes on strings | Denys Vlasenko | 2011-02-10 | 1 | -1/+1 |
* | wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers | Denys Vlasenko | 2011-02-10 | 1 | -1/+1 |
* | ash: fix TMOUT not restoring tty attributes | Denys Vlasenko | 2011-02-08 | 1 | -7/+5 |
* | libbb: spawn should remove child which failed to exec | Denys Vlasenko | 2011-02-03 | 1 | -0/+1 |
* | whitespace fixes | Denys Vlasenko | 2011-02-03 | 2 | -5/+5 |
* | move nofork_save_area from libbb.h to vfork_daemon_rexec.c | Denys Vlasenko | 2011-02-02 | 2 | -30/+20 |
* | libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe | Denys Vlasenko | 2011-02-02 | 2 | -11/+11 |
* | df,find_mount_point: optionally don't ignore rootfs | Lauri Kasanen | 2011-01-31 | 2 | -1/+20 |