aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: return raw file attributes in struct mingw_statRon Yorston2020-07-092-0/+5
* ash: fix shell optionsRon Yorston2020-07-071-7/+7
* ash: improve handling of UNC pathsRon Yorston2020-06-302-38/+56
* ash: avoid duplicated slashes in output of type/command builtinsRon Yorston2020-06-292-0/+10
* ash: skip NULL argv during forkshellRon Yorston2020-06-211-67/+44
* ash: changes to ctrl-c handlingRon Yorston2020-06-201-57/+13
* ash: run ash_main() directly from a FS_SHELLEXEC shellRon Yorston2020-06-201-3/+6
* ash: reduce forkshell block size for FS_SHELLEXECRon Yorston2020-06-201-25/+46
* ash: reduce forkshell block size for FS_OPENHERERon Yorston2020-06-201-33/+50
* ash: forkshell code shrinkRon Yorston2020-06-201-18/+8
* win32: enable globbing by defaultRon Yorston2020-06-145-15/+26
* win32: minor improvements to process spawningRon Yorston2020-06-121-3/+2
* ash: treat all applets as NOEXECRon Yorston2020-06-092-0/+8
* ash: minimise work when a forkshell process is startedRon Yorston2020-06-091-19/+27
* winansi: suppress console flags redefinition warningBiswa962020-06-071-0/+5
* printf: emit more contiguous text to improve escape sequencesRon Yorston2020-06-041-1/+50
* time: detect when spawn failsRon Yorston2020-06-041-1/+1
* win32: fix networking problemsRon Yorston2020-06-033-2/+6
* win32: use lazy loading for certain DLLsRon Yorston2020-06-025-24/+43
* win32: only initialise networking if necessaryRon Yorston2020-06-013-10/+43
* ash: don't initialise shell variables in forkshell childRon Yorston2020-06-011-2/+9
* ash: simplify spawning during forkshellRon Yorston2020-06-013-1/+11
* ash: minor changes to forkshell error handlingRon Yorston2020-06-011-3/+9
* ash: improve forkshell debuggingRon Yorston2020-06-011-4/+14
* Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-2920-36/+138
|\
| * wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov2020-05-201-3/+17
| * ash,hush: drop pointer check before calls to show_historyRon Yorston2020-04-302-4/+2
| * mim: run scripts from a specification fileRon Yorston2020-04-302-0/+54
| * 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