aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski1-100/+2
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2-4/+16
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa1-0/+1
2015-09-09modprobe: handle module arguments containing spacesPeter Korsgaard1-1/+33
2015-09-04ash: fix slash treatment in expmetaRon Yorston1-10/+13
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko3-10/+42
2015-09-04Makefile.flags: survive a build system which has no pthreadDenys Vlasenko1-1/+6
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko4-0/+8
2015-09-04ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko8-0/+76
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko1-2/+3
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski2-0/+34
2015-08-25ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko1-1/+1
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski1-0/+5
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski1-0/+19
2015-08-24login: don't print motd if .hushlogin exists in users homeSören Tempel1-1/+2
2015-08-24dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard1-3/+5
2015-08-24ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad1-2/+2
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-08-24Merge setsockopt error messagesDenys Vlasenko3-6/+6
2015-08-24traceroute: fix help textDenys Vlasenko1-32/+34
2015-08-17Makefile: add missing libraries to LDLIBSBartosz Golaszewski1-9/+9
2015-08-17unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski1-27/+3
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski2-2/+0
2015-08-16arping: make help text clearerDenys Vlasenko1-12/+11
2015-08-16less: fix botched attempt to use last columnRon Yorston1-14/+14
2015-08-15ipcalc: fix trivial usage messageRon Yorston1-1/+2
2015-08-04zcip: tweak comments and make unsigned division more obviousDenys Vlasenko1-9/+6
2015-08-04zcip: another code shrinkDenys Vlasenko1-159/+148
2015-08-04zcip: code shrinkDenys Vlasenko1-78/+59
2015-08-04zcip: simplify codeDenys Vlasenko1-139/+96
2015-08-03uname: make OS name configurableRon Yorston2-2/+10
2015-08-03less: further tweaks to regular file detectionRon Yorston1-11/+5
2015-07-31diff.tests: add testcases for -B and single line changesAaro Koskinen1-0/+12
2015-07-31diff: fix -B with single line changesAaro Koskinen1-2/+2
2015-07-31less: improve regular file detection in line counting codeDenys Vlasenko1-19/+28
2015-07-31less: allow use of last column of terminalRon Yorston1-10/+10
2015-07-31less: fix line number confusionRon Yorston1-37/+82
2015-07-31less: add a function to detect when display is at end of fileRon Yorston1-13/+12
2015-07-31less: rearrange detection of non-regular filesRon Yorston1-8/+15
2015-07-31less: move code to count lines into a separate functionRon Yorston1-24/+28
2015-07-31less: fix numeric inputRon Yorston1-1/+1
2015-07-31echo: make escape sequences depend on fancy modeMike Frysinger1-1/+1
2015-07-30fbset: fix rgba parsingLinus Walleij1-4/+4
2015-07-30udhcpc: dns labels can actually start with a numberArthur Gautier1-4/+0
2015-07-21less: improvements to verbose status messagesRon Yorston1-14/+69
2015-07-21sync: add support for -d -f FILEDenys Vlasenko4-11/+75
2015-07-19Remove old_e2fsprogs/*Denys Vlasenko133-40044/+0
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2015-07-19less: correctly account for tabs when rewrapping linesRon Yorston1-1/+3
2015-07-19less: fix display of line numbersRon Yorston1-24/+11