aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-09chattr, lsattr: enable in the default configurationRon Yorston6-7/+138
2020-07-09ls: treat hidden files as if their names begin with a dotRon Yorston1-0/+12
2020-07-09win32: return raw file attributes in struct mingw_statRon Yorston2-0/+5
2020-07-07ash: fix shell optionsRon Yorston1-7/+7
2020-06-30ash: improve handling of UNC pathsRon Yorston2-38/+56
2020-06-29ash: avoid duplicated slashes in output of type/command builtinsRon Yorston2-0/+10
2020-06-21ash: skip NULL argv during forkshellRon Yorston1-67/+44
2020-06-20ash: changes to ctrl-c handlingRon Yorston1-57/+13
2020-06-20ash: run ash_main() directly from a FS_SHELLEXEC shellRon Yorston1-3/+6
2020-06-20ash: reduce forkshell block size for FS_SHELLEXECRon Yorston1-25/+46
2020-06-20ash: reduce forkshell block size for FS_OPENHERERon Yorston1-33/+50
2020-06-20ash: forkshell code shrinkRon Yorston1-18/+8
2020-06-14win32: enable globbing by defaultRon Yorston5-15/+26
2020-06-12win32: minor improvements to process spawningRon Yorston1-3/+2
2020-06-09ash: treat all applets as NOEXECRon Yorston2-0/+8
2020-06-09ash: minimise work when a forkshell process is startedRon Yorston1-19/+27
2020-06-07winansi: suppress console flags redefinition warningBiswa961-0/+5
2020-06-04printf: emit more contiguous text to improve escape sequencesRon Yorston1-1/+50
2020-06-04time: detect when spawn failsRon Yorston1-1/+1
2020-06-03win32: fix networking problemsRon Yorston3-2/+6
2020-06-02win32: use lazy loading for certain DLLsRon Yorston5-24/+43
2020-06-01win32: only initialise networking if necessaryRon Yorston3-10/+43
2020-06-01ash: don't initialise shell variables in forkshell childRon Yorston1-2/+9
2020-06-01ash: simplify spawning during forkshellRon Yorston3-1/+11
2020-06-01ash: minor changes to forkshell error handlingRon Yorston1-3/+9
2020-06-01ash: improve forkshell debuggingRon Yorston1-4/+14
2020-05-28vi: enable regex search in default buildRon Yorston2-4/+4
2020-05-27Clarify build requirementsRon Yorston1-1/+7
2020-05-26Update README.mdRon Yorston1-2/+2
2020-05-24win32: changes to '#!' supportRon Yorston2-12/+13
2020-05-20dd: fix handling of 'conv=notrunc seek=N'Ron Yorston3-7/+26
2020-05-20wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov1-3/+17
2020-05-14ash: proper accounting for backspaces in the read builtinRon Yorston1-0/+1
2020-04-30ash,hush: drop pointer check before calls to show_historyRon Yorston2-4/+2
2020-04-30mim: run scripts from a specification fileRon Yorston2-0/+54
2020-04-30ash: fix build failure when command built-in is disabledRon Yorston1-1/+3
2020-04-30httpd: permit non-default home directory with NOMMU enabledRon Yorston1-1/+6
2020-04-30grep: add proper support for pattern_listSören Tempel2-6/+25
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2-2/+9
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston2-1/+12
2020-04-29build system: remove KBUILD_STR()Jean-Philippe Brucker5-9/+6
2020-04-29unzip: -d should create the dirLauri Kasanen1-1/+7
2020-04-15inotifyd: WIN32 portRon Yorston4-2/+213
2020-04-13winansi: more fine-grained control of ANSI emulationRon Yorston1-2/+34
2020-04-13ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston5-10/+22
2020-04-11Fix POSIX buildFRP-3445-g10e14d5ebRon Yorston2-2/+2
2020-04-09httpd: allow use of MD5-encrypted passwordsRon Yorston1-1/+12
2020-04-08httpd: prevent access to config file and authenticated URLsRon Yorston1-0/+12
2020-04-07httpd: don't change directory in inetd modeRon Yorston3-11/+17
2020-04-06time: WIN32 portRon Yorston6-12/+106