aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * less: fix display of line numbersRon Yorston2015-07-191-24/+11
| * less: document -S flag and make it independently configurableRon Yorston2015-07-191-4/+18
* | ash: don't convert path delimiters for certain environment variablesRon Yorston2015-07-302-1/+7
* | win32: remove setitimer implementation and SIGALRM handlingRon Yorston2015-07-262-133/+1
* | winansi: fixes to cursor positioning, screen clearingRon Yorston2015-07-171-4/+15
* | mingw: enable support for IPv6Ron Yorston2015-07-155-6/+263
* | win32: silence some compiler warningsRon Yorston2015-07-156-14/+22
* | archival: provide dummy check_errors_in_children for WIN32Ron Yorston2015-07-153-5/+10
* | Remove a couple of commentsRon Yorston2015-07-141-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2015-07-1460-322/+313
|\|
| * ash: use alloca to get rid of setjmpRon Yorston2015-07-131-34/+2
| * fix file modeDenys Vlasenko2015-07-131-0/+0
| * ash: remove parsebackquote flagRon Yorston2015-07-133-7/+3
| * Removes stray empty line from codeManinder Singh2015-07-1328-46/+0
| * applets: Add installation of individual binariesClayton Shotwell2015-07-012-2/+28
| * ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko2015-07-011-5/+7
| * ipaddress: better formatting, no code changesDenys Vlasenko2015-07-011-6/+10
| * ip addr: support change and replace commandsMichael Tokarev2015-07-012-9/+13
| * fix whitespacesManinder Singh2015-06-071-1/+1
| * fix if(p)/free(p) constructManinder Singh2015-06-074-14/+7
| * i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski2015-06-071-2/+1
| * i2cdump: code reworkBartosz Golaszewski2015-06-071-149/+167