summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: fix build failure when command built-in is disabledRon Yorston2020-04-301-1/+3
| * httpd: permit non-default home directory with NOMMU enabledRon Yorston2020-04-301-1/+6
| * grep: add proper support for pattern_listSören Tempel2020-04-302-6/+25
| * grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2020-04-292-2/+9
| * xargs: restore correct behaviour of -n optionRon Yorston2020-04-292-1/+12
| * build system: remove KBUILD_STR()Jean-Philippe Brucker2020-04-295-9/+6
| * unzip: -d should create the dirLauri Kasanen2020-04-291-1/+7
| * shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko2020-02-264-8/+4
* | vi: enable regex search in default buildRon Yorston2020-05-282-4/+4
* | Clarify build requirementsRon Yorston2020-05-271-1/+7
* | Update README.mdRon Yorston2020-05-261-2/+2
* | win32: changes to '#!' supportRon Yorston2020-05-242-12/+13
* | dd: fix handling of 'conv=notrunc seek=N'Ron Yorston2020-05-203-7/+26
* | ash: proper accounting for backspaces in the read builtinRon Yorston2020-05-141-0/+1
* | inotifyd: WIN32 portRon Yorston2020-04-154-2/+213
* | winansi: more fine-grained control of ANSI emulationRon Yorston2020-04-131-2/+34
* | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston2020-04-135-10/+22
* | Fix POSIX buildFRP-3445-g10e14d5ebRon Yorston2020-04-112-2/+2
* | httpd: allow use of MD5-encrypted passwordsRon Yorston2020-04-091-1/+12
* | httpd: prevent access to config file and authenticated URLsRon Yorston2020-04-081-0/+12
* | httpd: don't change directory in inetd modeRon Yorston2020-04-073-11/+17
* | time: WIN32 portRon Yorston2020-04-066-12/+106
* | httpd: enable in default configurationsRon Yorston2020-04-053-13/+15
* | httpd: WIN32 portRon Yorston2020-04-051-2/+133
* | win32: new functions: getpeername(2), mingw_spawn_detach()Ron Yorston2020-04-053-3/+30
* | libbb: rearrange command line processingRon Yorston2020-04-051-13/+11
* | xargs: restore correct behaviour of -n optionRon Yorston2020-03-292-1/+12
* | win32: more improvements to 'c:file' pathsRon Yorston2020-03-292-3/+4
* | timeout: fix utter brokennessRon Yorston2020-03-291-0/+1
* | dd: create a sparse file when seek=N is usedRon Yorston2020-03-243-0/+21
* | win32: stat(2): return correct st_blocks for compressed/sparse filesRon Yorston2020-03-241-1/+13
* | win32: improve handling of 'c:file' paths for executablesRon Yorston2020-03-182-3/+11
* | Merge branch 'busybox' into mergeRon Yorston2020-02-251-207/+183
|\|
| * ash: expand: Fix multiple issues with EXP_DISCARD in evalvarDenys Vlasenko2020-02-241-14/+14
| * ash: expand: Do not reprocess data when expanding wordsDenys Vlasenko2020-02-241-178/+154
| * ash: move TRACE statement in evalcommand()Ron Yorston2020-02-241-1/+2
| * ash: rename some function parameters to match dashDenys Vlasenko2020-02-241-29/+29
| * ash: rename stack_nputstr() back to stnputs() to match dashDenys Vlasenko2020-02-241-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-02-258-59/+101
|\|
| * ash: Expand here-documents in the current shell environmentDenys Vlasenko2020-02-223-13/+22
| * ash: parser: Do not push token back before parseheredocDenys Vlasenko2020-02-221-1/+4
| * ash: parser: Fix old-style command substitution here-document crashDenys Vlasenko2020-02-221-1/+1
| * hush: fix negative_arith.tests: glob-protect dash in "$((arith))"Denys Vlasenko2020-02-211-5/+19
| * ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko2020-02-215-25/+44
| * ash: memalloc: Avoid looping in growstacktoDenys Vlasenko2020-02-211-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2020-02-2118-77/+226
|\|
| * hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko2020-02-215-1/+29
| * hush: make "exit" in trap use pre-trap exitcodeDenys Vlasenko2020-02-211-3/+13
| * ash: eval: Only restore exit status on exit/returnDenys Vlasenko2020-02-201-48/+51
| * ash: Return without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-201-5/+18