aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko
2015-10-05Add qemu_multiarch_testing/Denys Vlasenko
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko
2015-10-01umount: always use umount2 syscall with specified flagsDenys Vlasenko
2015-09-21adduser: fix help textDenys Vlasenko
2015-09-21adduser: Add -k /path/to/skelBernhard Reutner-Fischer
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa
2015-09-09modprobe: handle module arguments containing spacesPeter Korsgaard
2015-09-04ash: fix slash treatment in expmetaRon Yorston
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko
2015-09-04Makefile.flags: survive a build system which has no pthreadDenys Vlasenko
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko
2015-09-04ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski
2015-08-25ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski
2015-08-24login: don't print motd if .hushlogin exists in users homeSören Tempel
2015-08-24dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard
2015-08-24ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-24Merge setsockopt error messagesDenys Vlasenko
2015-08-24traceroute: fix help textDenys Vlasenko
2015-08-17Makefile: add missing libraries to LDLIBSBartosz Golaszewski
2015-08-17unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski
2015-08-16arping: make help text clearerDenys Vlasenko
2015-08-16less: fix botched attempt to use last columnRon Yorston
2015-08-15ipcalc: fix trivial usage messageRon Yorston
2015-08-04zcip: tweak comments and make unsigned division more obviousDenys Vlasenko
2015-08-04zcip: another code shrinkDenys Vlasenko
2015-08-04zcip: code shrinkDenys Vlasenko
2015-08-04zcip: simplify codeDenys Vlasenko
2015-08-03uname: make OS name configurableRon Yorston
2015-08-03less: further tweaks to regular file detectionRon Yorston
2015-07-31diff.tests: add testcases for -B and single line changesAaro Koskinen
2015-07-31diff: fix -B with single line changesAaro Koskinen
2015-07-31less: improve regular file detection in line counting codeDenys Vlasenko
2015-07-31less: allow use of last column of terminalRon Yorston
2015-07-31less: fix line number confusionRon Yorston
2015-07-31less: add a function to detect when display is at end of fileRon Yorston
2015-07-31less: rearrange detection of non-regular filesRon Yorston
2015-07-31less: move code to count lines into a separate functionRon Yorston
2015-07-31less: fix numeric inputRon Yorston
2015-07-31echo: make escape sequences depend on fancy modeMike Frysinger
2015-07-30fbset: fix rgba parsingLinus Walleij