aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-21examples/udhcp/simple.script: fix IPv6 support when using udhcpcStefan Agner1-1/+1
2020-06-21udhcpc6: use correct multicast MACUwe Glaeser1-1/+5
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-10nmeter: add %T (zero-based timestamp) formatDenys Vlasenko1-14/+54
2020-06-10Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath1-0/+2
2020-06-09deluser: check if specified home is a directory before removing itSören Tempel1-2/+8
2020-06-09dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis2-27/+16
2020-06-09ash: treat all applets as NOEXECRon Yorston2-0/+8
2020-06-09httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston1-3/+3
2020-06-09ash: minimise work when a forkshell process is startedRon Yorston1-19/+27
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko3-13/+18
2020-06-09sysctl: do report EACCES errors on writeDenys Vlasenko2-5/+8
2020-06-09unexpand: correct behavior for --first-only --tabs=4Mark Edgar2-4/+37
2020-06-09xstrndup: Use strndup instead of implementing it.Martin Lewis1-14/+5
2020-06-09dhcpc: code shrink in good_hostnameMartin Lewis1-48/+14
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko2-1/+11
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