aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko2015-09-048-0/+76
| * libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko2015-08-251-2/+3
| * libbb: add is_suffixed_with() functionBartosz Golaszewski2015-08-252-0/+34
| * ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko2015-08-251-1/+1
| * libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski2015-08-251-0/+5
| * libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski2015-08-251-0/+19
| * login: don't print motd if .hushlogin exists in users homeSören Tempel2015-08-241-1/+2
| * dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard2015-08-241-3/+5
| * ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad2015-08-241-2/+2
| * libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-2416-61/+75
| * Merge setsockopt error messagesDenys Vlasenko2015-08-243-6/+6
| * traceroute: fix help textDenys Vlasenko2015-08-241-32/+34
| * Makefile: add missing libraries to LDLIBSBartosz Golaszewski2015-08-171-9/+9
| * unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski2015-08-171-27/+3
| * unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski2015-08-172-2/+0
| * arping: make help text clearerDenys Vlasenko2015-08-161-12/+11
| * less: fix botched attempt to use last columnRon Yorston2015-08-161-14/+14
| * ipcalc: fix trivial usage messageRon Yorston2015-08-151-1/+2
| * zcip: tweak comments and make unsigned division more obviousDenys Vlasenko2015-08-041-9/+6
| * zcip: another code shrinkDenys Vlasenko2015-08-041-159/+148
| * zcip: code shrinkDenys Vlasenko2015-08-041-78/+59
* | win32: fix implementation of '%z' in strftimeRon Yorston2015-10-131-0/+27
* | ash: preserve environment variables with invalid charactersRon Yorston2015-10-011-8/+24
* | ash: replace invalid characters in variable names with '_'Ron Yorston2015-09-301-2/+8
* | win32: append '/' to bare drive name in opendirRon Yorston2015-09-302-0/+21
* | less: fix bugs in terminal width handlingRon Yorston2015-08-061-14/+14
* | less: port to WIN32 and enable by defaultRon Yorston2015-08-063-20/+104
* | more: WIN32 portRon Yorston2015-08-041-0/+19
* | Update default configuration after mergeRon Yorston2015-08-042-4/+10
* | Merge branch 'busybox' into mergeRon Yorston2015-08-04153-40334/+433
|\|
| * zcip: simplify codeDenys Vlasenko2015-08-041-139/+96
| * uname: make OS name configurableRon Yorston2015-08-032-2/+10
| * less: further tweaks to regular file detectionRon Yorston2015-08-031-11/+5
| * diff.tests: add testcases for -B and single line changesAaro Koskinen2015-07-311-0/+12
| * diff: fix -B with single line changesAaro Koskinen2015-07-311-2/+2
| * less: improve regular file detection in line counting codeDenys Vlasenko2015-07-311-19/+28
| * less: allow use of last column of terminalRon Yorston2015-07-311-10/+10
| * less: fix line number confusionRon Yorston2015-07-311-37/+82
| * less: add a function to detect when display is at end of fileRon Yorston2015-07-311-13/+12
| * less: rearrange detection of non-regular filesRon Yorston2015-07-311-8/+15
| * less: move code to count lines into a separate functionRon Yorston2015-07-311-24/+28
| * less: fix numeric inputRon Yorston2015-07-311-1/+1
| * echo: make escape sequences depend on fancy modeMike Frysinger2015-07-311-1/+1
| * fbset: fix rgba parsingLinus Walleij2015-07-301-4/+4
| * udhcpc: dns labels can actually start with a numberArthur Gautier2015-07-301-4/+0
| * less: improvements to verbose status messagesRon Yorston2015-07-211-14/+69
| * sync: add support for -d -f FILEDenys Vlasenko2015-07-214-11/+75
| * Remove old_e2fsprogs/*Denys Vlasenko2015-07-19133-40044/+0
| * libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-198-17/+13
| * less: correctly account for tabs when rewrapping linesRon Yorston2015-07-191-1/+3