aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-07-30udhcpc: dns labels can actually start with a numberArthur Gautier
2015-07-21less: improvements to verbose status messagesRon Yorston
2015-07-21sync: add support for -d -f FILEDenys Vlasenko
2015-07-19Remove old_e2fsprogs/*Denys Vlasenko
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-19less: correctly account for tabs when rewrapping linesRon Yorston
2015-07-19less: fix display of line numbersRon Yorston
2015-07-19less: document -S flag and make it independently configurableRon Yorston
2015-07-13ash: use alloca to get rid of setjmpRon Yorston
2015-07-13fix file modeDenys Vlasenko
2015-07-13ash: remove parsebackquote flagRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh
2015-07-01applets: Add installation of individual binariesClayton Shotwell