| Commit message (Expand) | Author | Files | Lines |
2015-09-04 | Makefile.flags: survive a build system which has no pthread | Denys Vlasenko | 1 | -1/+6 |
2015-09-04 | ash,hush: add a test which fails for ash since commit 549deab | Denys Vlasenko | 4 | -0/+8 |
2015-09-04 | ash: add tests adapted from hush glob tests. glob2.tests currently fails | Denys Vlasenko | 8 | -0/+76 |
2015-08-25 | libbb: make is_suffixed_with() return pointer inside string, not key. | Denys Vlasenko | 1 | -2/+3 |
2015-08-25 | libbb: add is_suffixed_with() function | Bartosz Golaszewski | 2 | -0/+34 |
2015-08-25 | ping: fix recently introduced build breakage for non-optimizing builds | Denys Vlasenko | 1 | -1/+1 |
2015-08-25 | libbb: add a comment describing the way is_prefixed_with() works | Bartosz Golaszewski | 1 | -0/+5 |
2015-08-25 | libbb: add unit tests for is_prefixed_with() | Bartosz Golaszewski | 1 | -0/+19 |
2015-08-24 | login: don't print motd if .hushlogin exists in users home | Sören Tempel | 1 | -1/+2 |
2015-08-24 | dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en... | Peter Korsgaard | 1 | -3/+5 |
2015-08-24 | ifupdown: 'prio' should have been 'metric' in static_up and static_up6 | Alex Dowad | 1 | -2/+2 |
2015-08-24 | libbb: add setsockopt_foo helpers | Denys Vlasenko | 16 | -61/+75 |
2015-08-24 | Merge setsockopt error messages | Denys Vlasenko | 3 | -6/+6 |
2015-08-24 | traceroute: fix help text | Denys Vlasenko | 1 | -32/+34 |
2015-08-17 | Makefile: add missing libraries to LDLIBS | Bartosz Golaszewski | 1 | -9/+9 |
2015-08-17 | unit-tests: remove code depending on WANT_TIMING | Bartosz Golaszewski | 1 | -27/+3 |
2015-08-17 | unit-tests: remove unnecesary field from struct bbunit_listelem | Bartosz Golaszewski | 2 | -2/+0 |
2015-08-16 | arping: make help text clearer | Denys Vlasenko | 1 | -12/+11 |
2015-08-16 | less: fix botched attempt to use last column | Ron Yorston | 1 | -14/+14 |
2015-08-15 | ipcalc: fix trivial usage message | Ron Yorston | 1 | -1/+2 |
2015-08-04 | zcip: tweak comments and make unsigned division more obvious | Denys Vlasenko | 1 | -9/+6 |
2015-08-04 | zcip: another code shrink | Denys Vlasenko | 1 | -159/+148 |
2015-08-04 | zcip: code shrink | Denys Vlasenko | 1 | -78/+59 |
2015-08-04 | zcip: simplify code | Denys Vlasenko | 1 | -139/+96 |
2015-08-03 | uname: make OS name configurable | Ron Yorston | 2 | -2/+10 |
2015-08-03 | less: further tweaks to regular file detection | Ron Yorston | 1 | -11/+5 |
2015-07-31 | diff.tests: add testcases for -B and single line changes | Aaro Koskinen | 1 | -0/+12 |
2015-07-31 | diff: fix -B with single line changes | Aaro Koskinen | 1 | -2/+2 |
2015-07-31 | less: improve regular file detection in line counting code | Denys Vlasenko | 1 | -19/+28 |
2015-07-31 | less: allow use of last column of terminal | Ron Yorston | 1 | -10/+10 |
2015-07-31 | less: fix line number confusion | Ron Yorston | 1 | -37/+82 |
2015-07-31 | less: add a function to detect when display is at end of file | Ron Yorston | 1 | -13/+12 |
2015-07-31 | less: rearrange detection of non-regular files | Ron Yorston | 1 | -8/+15 |
2015-07-31 | less: move code to count lines into a separate function | Ron Yorston | 1 | -24/+28 |
2015-07-31 | less: fix numeric input | Ron Yorston | 1 | -1/+1 |
2015-07-31 | echo: make escape sequences depend on fancy mode | Mike Frysinger | 1 | -1/+1 |
2015-07-30 | fbset: fix rgba parsing | Linus Walleij | 1 | -4/+4 |
2015-07-30 | udhcpc: dns labels can actually start with a number | Arthur Gautier | 1 | -4/+0 |
2015-07-21 | less: improvements to verbose status messages | Ron Yorston | 1 | -14/+69 |
2015-07-21 | sync: add support for -d -f FILE | Denys Vlasenko | 4 | -11/+75 |
2015-07-19 | Remove old_e2fsprogs/* | Denys Vlasenko | 133 | -40044/+0 |
2015-07-19 | libbb: add a function to make a copy of a region of memory | Ron Yorston | 8 | -17/+13 |
2015-07-19 | less: correctly account for tabs when rewrapping lines | Ron Yorston | 1 | -1/+3 |
2015-07-19 | less: fix display of line numbers | Ron Yorston | 1 | -24/+11 |
2015-07-19 | less: document -S flag and make it independently configurable | Ron Yorston | 1 | -4/+18 |
2015-07-13 | ash: use alloca to get rid of setjmp | Ron Yorston | 1 | -34/+2 |
2015-07-13 | fix file mode | Denys Vlasenko | 1 | -0/+0 |
2015-07-13 | ash: remove parsebackquote flag | Ron Yorston | 3 | -7/+3 |
2015-07-13 | Removes stray empty line from code | Maninder Singh | 28 | -46/+0 |
2015-07-01 | applets: Add installation of individual binaries | Clayton Shotwell | 2 | -2/+28 |