Show patches with: Submitter = Herbert Xu       |    Archived = No       |   222 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
var: Set IFS to fixed value at start time - - - --- 2018-05-07 Herbert Xu herbert Superseded
var: Remove unused VNOSET var: Remove unused VNOSET - - - --- 2024-04-11 Herbert Xu herbert Accepted
var: Fix unexporting of local variables using unset var: Fix unexporting of local variables using unset - - - --- 2024-04-11 Herbert Xu herbert Accepted
var: Do not add 1 to return value of strchrnul var: Do not add 1 to return value of strchrnul - - - --- 2023-01-03 Herbert Xu herbert Superseded
trap: Preserve parent shell traps for simple commands trap: Preserve parent shell traps for simple commands - - - --- 2024-04-14 Herbert Xu herbert Superseded
trap: Implement POSIX.1-2008 trap reset behaviour (#2) - - - --- 2016-06-06 Herbert Xu herbert Accepted
system: Disable gcc warning on sigsetmask system: Disable gcc warning on sigsetmask - - - --- 2018-11-19 Herbert Xu herbert Superseded
shell: Reset handler when entering a subshell shell: Reset handler when entering a subshell - - - --- 2019-02-28 Herbert Xu herbert Superseded
shell: Group readdir64/dirent64 with open64 shell: Group readdir64/dirent64 with open64 - - - --- 2020-07-22 Herbert Xu herbert Accepted
shell: Enable fnmatch/glob by default shell: Enable fnmatch/glob by default - - - --- 2020-05-28 Herbert Xu herbert Accepted
shell: Disable glob again as it strips traing slashes shell: Disable glob again as it strips traing slashes - - - --- 2020-11-16 Herbert Xu herbert Accepted
shell: Call CHECK_DECL on stat64 shell: Call CHECK_DECL on stat64 - - - --- 2021-05-26 Herbert Xu herbert Accepted
shell: Always use explicit large file API shell: Always use explicit large file API - - - --- 2020-05-07 Herbert Xu herbert Accepted
Regression in dash 0.5.10 related to subshells - - - --- 2018-05-05 Herbert Xu herbert Superseded
Regression in dash 0.5.10 related to string parsing - - - --- 2018-05-11 Herbert Xu herbert Accepted
redir: Use memfd_create instead of pipe redir: Use memfd_create instead of pipe - - - --- 2024-04-14 Herbert Xu herbert Superseded
redir: Retry open64 on EINTR redir: Retry open64 on EINTR - - - --- 2020-05-28 Herbert Xu herbert Accepted
redir: Fix typo in noclobber code - - - --- 2018-03-26 Herbert Xu herbert Accepted
redir: Fix double close in dupredirect redir: Fix double close in dupredirect - - - --- 2024-05-04 Herbert Xu herbert Under Review
redir: Clear saved redirections in subshell redir: Clear saved redirections in subshell - - - --- 2020-01-17 Herbert Xu herbert Superseded
parser: Save/restore here-documents in command substitution - - - --- 2018-05-07 Herbert Xu herbert Superseded
parser: Save and restore heredoclist in expandstr parser: Save and restore heredoclist in expandstr - - - --- 2020-05-17 Herbert Xu herbert Accepted
parser: Print CTLBACKQ early in parsesub parser: Print CTLBACKQ early in parsesub - - - --- 2023-01-06 Herbert Xu herbert Accepted
parser: Only accept single-digit parameter expansion outside of braces parser: Only accept single-digit parameter expansion outside of braces - - - --- 2019-05-27 Herbert Xu herbert Accepted
parser: Get rid of PEOA parser: Get rid of PEOA - - - --- 2020-05-27 Herbert Xu herbert Accepted
parser: Fix VSLENGTH parsing with trailing garbage parser: Fix VSLENGTH parsing with trailing garbage - - - --- 2021-06-21 Herbert Xu herbert Accepted
parser: Fix single-quoted patterns in here-documents - - - --- 2018-03-09 Herbert Xu herbert Accepted
parser: Fix regression on ${#10} expansion parser: Fix regression on ${#10} expansion - - - --- 2021-02-08 Herbert Xu herbert Not Applicable
parser: Fix parsing of ${} - - - --- 2018-04-02 Herbert Xu herbert Accepted
parser: Fix old-style command substitution here-document crash parser: Fix old-style command substitution here-document crash - - - --- 2019-03-29 Herbert Xu herbert Accepted
parser: Fix double-backslash nl in old-style command sub parser: Fix double-backslash nl in old-style command sub - - - --- 2020-05-26 Herbert Xu herbert Accepted
parser: Fix alias expansion after heredoc or newlines parser: Fix alias expansion after heredoc or newlines - - - --- 2020-04-28 Herbert Xu herbert Accepted
parser: Extend coverage of CHKEOFMARK parser: Extend coverage of CHKEOFMARK - - - --- 2024-04-15 Herbert Xu herbert Accepted
parser: Do not push token back before parseheredoc parser: Do not push token back before parseheredoc - - 1 --- 2018-11-19 Herbert Xu herbert Accepted
parser: Catch errors in expandstr parser: Catch errors in expandstr - - 1 --- 2020-01-21 Herbert Xu herbert Superseded
parser: Allow newlines within parameter substitution - - - --- 2018-03-22 Herbert Xu herbert Accepted
parser: Add VSBIT to ensure subtype is never zero parser: Add VSBIT to ensure subtype is never zero - - - --- 2022-12-06 Herbert Xu herbert Superseded
Parameter expansion, patterns and fnmatch - - - --- 2016-09-03 Herbert Xu herbert Accepted
output: Fix fmtstr return value - - - --- 2018-05-08 Herbert Xu herbert Superseded
options: Do not set commandname in procargs options: Do not set commandname in procargs - - - --- 2019-02-25 Herbert Xu herbert Accepted
mystring: Add a few more uses of snlfmt mystring: Add a few more uses of snlfmt - - - --- 2024-05-04 Herbert Xu herbert Under Review
mkinit: Split reset into exitreset and reset - - - --- 2018-05-05 Herbert Xu herbert Superseded
memalloc: Avoid looping in growstackto - - - --- 2018-05-30 Herbert Xu herbert Accepted
memalloc: Add growstackto helper - - - --- 2018-05-14 Herbert Xu herbert Superseded
main: Only set savestatus in exitcmd - - - --- 2018-05-05 Herbert Xu herbert Superseded
main: Fix profiling on longjmp exit paths main: Fix profiling on longjmp exit paths - - - --- 2024-04-27 Herbert Xu herbert Accepted
jobs: Replace some uses of fmtstr with stpcpy/stpncpy - - - --- 2018-05-08 Herbert Xu herbert Superseded
jobs: Preserve parent jobs for simple commands jobs: Preserve parent jobs for simple commands - - - --- 2024-04-15 Herbert Xu herbert Accepted
jobs: Only clear gotsigchld when waiting for everything - - - --- 2018-05-07 Herbert Xu herbert Superseded
jobs: Only block in waitcmd on first run jobs: Only block in waitcmd on first run - - - --- 2020-12-02 Herbert Xu herbert Accepted
jobs: Fix waitcmd busy loop jobs: Fix waitcmd busy loop - - - --- 2020-06-02 Herbert Xu herbert Accepted
jobs: Fix infinite loop in waitproc jobs: Fix infinite loop in waitproc - - - --- 2020-04-10 Herbert Xu herbert Accepted
jobs: Block signals during tcsetpgrp jobs: Block signals during tcsetpgrp - - - --- 2021-01-06 Herbert Xu herbert Accepted
jobs: Always reset SIGINT/SIGQUIT handlers jobs: Always reset SIGINT/SIGQUIT handlers - - - --- 2021-01-12 Herbert Xu herbert Accepted
input: Only skip blank lines on PS1 input: Only skip blank lines on PS1 - - - --- 2023-01-05 Herbert Xu herbert Accepted
input: Fix potential out-of-bounds read in popstring input: Fix potential out-of-bounds read in popstring - - - --- 2024-05-02 Herbert Xu herbert Under Review
input: Fix history line reading regression input: Fix history line reading regression - - - --- 2024-04-27 Herbert Xu herbert Accepted
input: Eat rest of line upon reset input: Eat rest of line upon reset - - - --- 2023-01-03 Herbert Xu herbert Accepted
input: Disable lleft in SMALL mode input: Disable lleft in SMALL mode - - - --- 2023-01-03 Herbert Xu herbert Accepted
input: Clear unget on RESET input: Clear unget on RESET - - - --- 2020-12-23 Herbert Xu herbert Accepted
input: Check for int_pending while clearing input input: Check for int_pending while clearing input - - - --- 2023-01-05 Herbert Xu herbert Accepted
Expansion-lookalikes in heredoc delimiters - - - --- 2018-03-15 Herbert Xu herbert Accepted
expand: Use HOME in tilde expansion when it is empty - - - --- 2018-05-27 Herbert Xu herbert Accepted
expand: Merge syntax/quotes in memtodest with flags - - - --- 2018-05-27 Herbert Xu herbert Accepted
expand: Make glob(3) interruptible by SIGINT expand: Make glob(3) interruptible by SIGINT - - - --- 2020-06-02 Herbert Xu herbert Accepted
expand: Fix skipping of command substitution when trimming in evalvar - - - --- 2018-05-28 Herbert Xu herbert Accepted
expand: Fix naked backslah leakage expand: Fix naked backslah leakage - - - --- 2024-04-27 Herbert Xu herbert Superseded
expand: Fix here-document file descriptor leak expand: Fix here-document file descriptor leak - - - --- 2024-04-14 Herbert Xu herbert Accepted
expand: Fix glibc glob(3) support - - - --- 2018-03-25 Herbert Xu herbert Superseded
expand: Fix ghost fields with unquoted $@/$* - - - --- 2018-03-23 Herbert Xu herbert Superseded
expand: Fix double-decrement in argstr expand: Fix double-decrement in argstr - - - --- 2019-02-25 Herbert Xu herbert Accepted
expand: Fix bugs with words connected to the right of $@ - - - --- 2018-03-22 Herbert Xu herbert Accepted
expand: Fix buffer overflow in expandmeta - - - --- 2018-03-25 Herbert Xu herbert Accepted
expand: Escape minus sign in arithmetic expansion - - - --- 2018-05-27 Herbert Xu herbert Superseded
expand: Eat closing brace for length parameter expansion expand: Eat closing brace for length parameter expansion - - - --- 2018-11-19 Herbert Xu herbert Accepted
expand: Do not reprocess data when expanding words - - - --- 2018-05-29 Herbert Xu herbert Accepted
expand: Do not quote backslashes in unquoted parameter expansion - - - --- 2018-03-27 Herbert Xu herbert Superseded
expand: Always quote caret when using fnmatch expand: Always quote caret when using fnmatch - - - --- 2022-01-18 Herbert Xu herbert Superseded
exec: Stricter pathopt parsing - - - --- 2018-05-15 Herbert Xu herbert Superseded
exec: Return 126 on most errors in shellexec - - - --- 2018-05-03 Herbert Xu herbert Superseded
exec: Never rehash regular built-ins - - - --- 2018-05-16 Herbert Xu herbert Superseded
exec: Do not allocate stack string in padvance - - - --- 2018-05-14 Herbert Xu herbert Superseded
exec: Check executable bit when searching path exec: Check executable bit when searching path - - - --- 2021-11-10 Herbert Xu herbert Superseded
eval: Variable assignments on functions are no longer persistent - - - --- 2018-04-04 Herbert Xu herbert Accepted
eval: Use the correct expansion mode for fd redirection eval: Use the correct expansion mode for fd redirection - - - --- 2018-11-19 Herbert Xu herbert Accepted
eval: Use sh_warnx instead of warnx eval: Use sh_warnx instead of warnx - - - --- 2018-11-20 Herbert Xu herbert Accepted
eval: Test evalskip before flipping status for NNOT eval: Test evalskip before flipping status for NNOT - - - --- 2022-12-07 Herbert Xu herbert Accepted
eval: Silence warning on localvar_stop - - - --- 2018-05-30 Herbert Xu herbert Superseded
eval: Return status in eval functions - - - --- 2016-06-06 Herbert Xu herbert Superseded
eval: Restore input files in evalcommand - - - --- 2018-03-26 Herbert Xu herbert Accepted
eval: Replace external use of mklocal with listsetvar - - - --- 2018-05-09 Herbert Xu herbert Superseded
eval: Reap zombies after built-in commands and functions - - - --- 2018-03-26 Herbert Xu herbert Accepted
eval: Prevent recursive PS4 expansion eval: Prevent recursive PS4 expansion - - - --- 2020-05-27 Herbert Xu herbert Accepted
eval: Only restore exit status on exit/return eval: Only restore exit status on exit/return - - - --- 2018-11-29 Herbert Xu herbert Superseded
eval: Do not cache value of eflag in evaltree eval: Do not cache value of eflag in evaltree - - 1 --- 2021-05-17 Herbert Xu herbert Accepted
eval: Check nflag in evaltree instead of cmdloop eval: Check nflag in evaltree instead of cmdloop - - - --- 2020-06-04 Herbert Xu herbert Accepted
eval: Check eflag after redirection error eval: Check eflag after redirection error - - - --- 2022-12-07 Herbert Xu herbert Accepted
eval: Always set exitstatus in evaltree eval: Always set exitstatus in evaltree - - - --- 2022-12-06 Herbert Xu herbert Accepted
eval: Add vfork support - - - --- 2018-05-09 Herbert Xu herbert Superseded
error: Remove USE_NORETURN ifdef error: Remove USE_NORETURN ifdef - - - --- 2020-06-02 Herbert Xu herbert Accepted
« 1 2 3 »