| Commit message (Expand) | Author | Age | Files | Lines |
* | top: fix "last CPU" parsing | Denys Vlasenko | 2012-09-06 | 1 | -1/+1 |
* | refactor correct_password.c to avoid one if | walter harms | 2012-09-04 | 1 | -6/+3 |
* | lineedit: fix Alt-D when cursor==0 | Cliff Frey | 2012-08-07 | 1 | -3/+3 |
* | Simplify copyright/license notice that appears in the binary. | Bradley M. Kuhn | 2012-07-26 | 1 | -3/+3 |
* | su: do not change to home dir unless -l | Pascal Bellard | 2012-06-12 | 2 | -5/+7 |
* | Add comments in keyboard escape sequences table | Denys Vlasenko | 2012-06-11 | 1 | -5/+10 |
* | libbb: add missing_syscalls.c: for now, only Android syscalls | Tias Guns | 2012-06-10 | 1 | -0/+42 |
* | unzip: ignore chmod errors | Natanael Copa | 2012-05-28 | 1 | -1/+6 |
* | busybox: tweak help text and copyright year | Denys Vlasenko | 2012-05-14 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | whitespace fixes | Denys Vlasenko | 2012-04-20 | 1 | -1/+1 |
* | fix build breakage found by randconfig | Denys Vlasenko | 2012-04-20 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | wget: URL-decode user:password before base64-encoding it into auth hdr. Close... | Denys Vlasenko | 2011-09-11 | 1 | -0/+69 |
* | regularize options which control size/speed trade | Denys Vlasenko | 2011-09-10 | 3 | -31/+31 |
* | inet_cksum: big-endian fix | Denys Vlasenko | 2011-09-08 | 1 | -2/+6 |
* | Fix compile breakage | Denys Vlasenko | 2011-09-07 | 1 | -2/+2 |
* | networking: consolidate the IP checksum code. -129 bytes. | Baruch Siach | 2011-09-07 | 2 | -0/+38 |
* | lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator | Denys Vlasenko | 2011-09-04 | 1 | -5/+1 |
* | lineedit: add support for history saving on exit | Denys Vlasenko | 2011-09-04 | 2 | -6/+69 |
* | lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling | Denys Vlasenko | 2011-09-04 | 1 | -2/+2 |
* | top: fix CPU% for thread display. Closes 4081 | Denys Vlasenko | 2011-08-28 | 1 | -15/+19 |
* | Fixes for warnings in FreeBSD build | Denys Vlasenko | 2011-08-28 | 2 | -9/+11 |
* | Fixes for FreeBSD build | Matthias Andree | 2011-08-28 | 1 | -0/+4 |