aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-04-05httpd: enable in default configurationsRon Yorston3-13/+15
2020-04-05httpd: WIN32 portRon Yorston1-2/+133
2020-04-05win32: new functions: getpeername(2), mingw_spawn_detach()Ron Yorston3-3/+30
2020-04-05libbb: rearrange command line processingRon Yorston1-13/+11
2020-03-29xargs: restore correct behaviour of -n optionRon Yorston2-1/+12
2020-03-29win32: more improvements to 'c:file' pathsRon Yorston2-3/+4
2020-03-29timeout: fix utter brokennessRon Yorston1-0/+1
2020-03-24dd: create a sparse file when seek=N is usedRon Yorston3-0/+21
2020-03-24win32: stat(2): return correct st_blocks for compressed/sparse filesRon Yorston1-1/+13
2020-03-18win32: improve handling of 'c:file' paths for executablesRon Yorston2-3/+11
2020-02-26shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko4-8/+4
2020-02-24ash: expand: Fix multiple issues with EXP_DISCARD in evalvarDenys Vlasenko1-14/+14
2020-02-24ash: expand: Do not reprocess data when expanding wordsDenys Vlasenko1-178/+154
2020-02-24ash: move TRACE statement in evalcommand()Ron Yorston1-1/+2
2020-02-24ash: rename some function parameters to match dashDenys Vlasenko1-29/+29
2020-02-24ash: rename stack_nputstr() back to stnputs() to match dashDenys Vlasenko1-3/+3
2020-02-22ash: Expand here-documents in the current shell environmentDenys Vlasenko3-13/+22
2020-02-22ash: parser: Do not push token back before parseheredocDenys Vlasenko1-1/+4
2020-02-22ash: parser: Fix old-style command substitution here-document crashDenys Vlasenko1-1/+1
2020-02-21hush: fix negative_arith.tests: glob-protect dash in "$((arith))"Denys Vlasenko1-5/+19
2020-02-21ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko5-25/+44
2020-02-21ash: memalloc: Avoid looping in growstacktoDenys Vlasenko1-7/+7
2020-02-21ash: remove unused signal handling variablesRon Yorston1-3/+11
2020-02-21hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko5-1/+29
2020-02-21hush: make "exit" in trap use pre-trap exitcodeDenys Vlasenko1-3/+13
2020-02-20ash: eval: Only restore exit status on exit/returnDenys Vlasenko1-48/+51
2020-02-20ash: Return without arguments in a trap should use status outside trapsDenys Vlasenko1-5/+18
2020-02-20hush: implement "return NUM in trap sets $? after trap"Denys Vlasenko13-1/+98
2020-02-20ash: fixes to make the last merge workRon Yorston1-1/+5
2020-02-20ash: return exit status of nofork applets (again)Ron Yorston1-1/+1
2020-02-20ash: eval: Always set localvar_stopDenys Vlasenko1-11/+12
2020-02-20ash: expand: Merge syntax/quotes in memtodest with flagsDenys Vlasenko1-21/+19
2020-02-20ash: eval: Replace with listsetvar with mklocal/setvareqDenys Vlasenko1-35/+28
2020-02-20ash: eval: Fail immediately with redirections errors for simple commandDenys Vlasenko2-17/+16
2020-02-20ash: eval: Add assignment built-in support againDenys Vlasenko1-85/+91
2020-02-19ash,hush: testcase for "exit" without arguments in a trapDenys Vlasenko4-0/+20
2020-02-18ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bashDenys Vlasenko2-9/+37
2020-02-18ash: jobs: Only clear gotsigchld when waiting for everythingDenys Vlasenko1-66/+56
2020-02-18ash: jobs - Do not block when waiting on SIGCHLDDenys Vlasenko1-11/+14
2020-02-18ash: eval: Reap zombies after built-in commands and functionsDenys Vlasenko1-16/+10
2020-02-18iconv: minor fixesRon Yorston1-13/+14
2020-02-17ash: exec: Never rehash regular built-insDenys Vlasenko1-3/+10
2020-02-17ash: exec: Stricter pathopt parsingDenys Vlasenko1-64/+104
2020-02-17ash: exec: Do not allocate stack string in padvanceDenys Vlasenko1-36/+38