Show patches with: Archived = No       |   386 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
jobs: Preserve parent jobs for simple commands jobs: Preserve parent jobs for simple commands - - - --- 2024-04-15 Herbert Xu herbert Under Review
[v2] trap: Preserve parent traps for trap-only command substitution [v2] trap: Preserve parent traps for trap-only command substitution - - - --- 2024-04-15 Herbert Xu herbert Under Review
parser: Extend coverage of CHKEOFMARK parser: Extend coverage of CHKEOFMARK - - - --- 2024-04-15 Herbert Xu herbert Under Review
trap: Preserve parent shell traps for simple commands trap: Preserve parent shell traps for simple commands - - - --- 2024-04-14 Herbert Xu herbert Superseded
redir: Use memfd_create instead of pipe redir: Use memfd_create instead of pipe - - - --- 2024-04-14 Herbert Xu herbert Under Review
expand: Fix here-document file descriptor leak expand: Fix here-document file descriptor leak - - - --- 2024-04-14 Herbert Xu herbert Under Review
alias: Disallow non-CWORD characters alias: Disallow non-CWORD characters - - - --- 2024-04-12 Herbert Xu herbert Under Review
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
alias: Fix out-of-bound access alias: Fix out-of-bound access - - - --- 2024-04-08 Herbert Xu herbert Accepted
[v2] jobs: Allow monitor mode without a tty in non-interactive mode [v2] jobs: Allow monitor mode without a tty in non-interactive mode - - - --- 2024-04-07 Herbert Xu herbert Accepted
[v2] exec: Check executable bit when searching path [v2] exec: Check executable bit when searching path - - - --- 2024-04-05 Herbert Xu herbert Accepted
[v3] Allow trap to un-ignore SIGINT/SIGQUIT in async subshells [v3] Allow trap to un-ignore SIGINT/SIGQUIT in async subshells - - - --- 2024-03-29 Johannes Altmanninger herbert Changes Requested
[v2] Allow trap to un-ignore SIGINT in asynchronous subshells [v2] Allow trap to un-ignore SIGINT in asynchronous subshells - - - --- 2024-03-29 Johannes Altmanninger herbert Superseded
[RFC] Allow trap to override permanently-ignored signals in background shells [RFC] Allow trap to override permanently-ignored signals in background shells - - - --- 2024-03-08 Johannes Altmanninger herbert Superseded
configure.ac: drop -Wl,--fatal-warnings configure.ac: drop -Wl,--fatal-warnings - - - --- 2024-02-16 Fabrice Fontaine herbert Accepted
man: document what happens when IFS= (and when it's not) man: document what happens when IFS= (and when it's not) - - - --- 2023-04-22 Ahelenia Ziemiańska herbert Accepted
jobs: drop unused node parameter in makejob() jobs: drop unused node parameter in makejob() - - - --- 2023-03-31 Denys Vlasenko herbert Accepted
[v3] Prototype all function definitions for C23 compat [v3] Prototype all function definitions for C23 compat - - - --- 2023-02-10 Ahelenia Ziemiańska herbert Accepted
[v2] Prototype all function definitions for C23 compat [v2] Prototype all function definitions for C23 compat - - - --- 2023-02-09 Ahelenia Ziemiańska herbert Superseded
[6/6] fc: don't include the current fc in out-of-range last [1/6] fc -s: refuse multiple events instead of ignoring - - - --- 2023-02-07 Ahelenia Ziemiańska herbert Accepted
[5/6] fc: fix "fc -3" extension on glibc [1/6] fc -s: refuse multiple events instead of ignoring - - - --- 2023-02-07 Ahelenia Ziemiańska herbert Accepted
[4/6] fc: don't require an argument [1/6] fc -s: refuse multiple events instead of ignoring - - - --- 2023-02-07 Ahelenia Ziemiańska herbert Accepted
[3/6] fc: only parse old=new if -s, per POSIX [1/6] fc -s: refuse multiple events instead of ignoring - - - --- 2023-02-07 Ahelenia Ziemiańska herbert Accepted
[2/6] fc -s: don't loop forever when executing the latest entry [1/6] fc -s: refuse multiple events instead of ignoring - - - --- 2023-02-07 Ahelenia Ziemiańska herbert Accepted
[1/6] fc -s: refuse multiple events instead of ignoring [1/6] fc -s: refuse multiple events instead of ignoring - - - --- 2023-02-07 Ahelenia Ziemiańska herbert Accepted
Prototype all function definitions for C23 compat Prototype all function definitions for C23 compat - - - --- 2023-02-07 Ahelenia Ziemiańska herbert Superseded
options: Fix getopts handling of colon in optstr options: Fix getopts handling of colon in optstr - - - --- 2023-02-06 Subhaditya Nath herbert Accepted
Allow enabling job control without a tty in non-interactive mode.. Allow enabling job control without a tty in non-interactive mode.. - - - --- 2023-01-30 Steffen Nurpmeso herbert Superseded
[resend] Simplify alias storage. [resend] Simplify alias storage. - - - --- 2023-01-11 Harald van Dijk herbert Changes Requested
Simplify alias storage. Simplify alias storage. - - - --- 2023-01-11 Harald van Dijk herbert Superseded
[v2] alias: fix name quoting in printalias [v2] alias: fix name quoting in printalias - - - --- 2023-01-09 Ahelenia Ziemiańska herbert Accepted
alias: fix name quoting in printalias alias: fix name quoting in printalias - - - --- 2023-01-09 Ahelenia Ziemiańska herbert Superseded
parser: Print CTLBACKQ early in parsesub parser: Print CTLBACKQ early in parsesub - - - --- 2023-01-06 Herbert Xu herbert Accepted
[v3] parser: don't keep alloca()ing in a loop for substitutions [v3] parser: don't keep alloca()ing in a loop for substitutions - - - --- 2023-01-05 Ahelenia Ziemiańska herbert Accepted
[RESEND] alias: printalias: quote the name, too [RESEND] alias: printalias: quote the name, too - - - --- 2023-01-05 Ahelenia Ziemiańska herbert Accepted
[v2] redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD, if available [v2] redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD, if available - - - --- 2023-01-05 Ahelenia Ziemiańska herbert Accepted
input: Only skip blank lines on PS1 input: Only skip blank lines on PS1 - - - --- 2023-01-05 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
[v2,2/2] exec: type: ignore first -- for consistency [v2,1/2] options: getopts: ignore first --, per POSIX - - - --- 2023-01-04 Ahelenia Ziemiańska herbert Accepted
[v2,1/2] options: getopts: ignore first --, per POSIX [v2,1/2] options: getopts: ignore first --, per POSIX - - - --- 2023-01-04 Ahelenia Ziemiańska herbert Accepted
[v2] var: Do not add 1 to return value of strchrnul [v2] var: Do not add 1 to return value of strchrnul - - - --- 2023-01-03 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
input: Disable lleft in SMALL mode input: Disable lleft in SMALL mode - - - --- 2023-01-03 Herbert Xu herbert Accepted
[v3] input: Read standard input byte-wise [v3] input: Read standard input byte-wise - - - --- 2023-01-03 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
[v2] redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD, if available [v2] redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD, if available - - - --- 2022-12-18 Ahelenia Ziemiańska herbert Changes Requested
alias: aliascmd: refuse uninvokable aliases alias: aliascmd: refuse uninvokable aliases - - - --- 2022-12-17 Ahelenia Ziemiańska herbert Changes Requested
[2/1] man: document ulimit -w miscbltin: ulimitcmd: actually accept -r - - - --- 2022-12-17 Ahelenia Ziemiańska herbert Accepted
redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD - - - --- 2022-12-16 Ahelenia Ziemiańska herbert Superseded
miscbltin: ulimitcmd: actually accept -r miscbltin: ulimitcmd: actually accept -r - - - --- 2022-12-16 Ahelenia Ziemiańska herbert Accepted
[v2,4/3] man: document false built-in [v2,1/3] man: document jobs builtin - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Accepted
[v2] parser: don't keep alloca()ing in a loop for substitutions [v2] parser: don't keep alloca()ing in a loop for substitutions - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Changes Requested
[v3,2/2] man: printf: in 'X, X is a byte under dash [v3,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Accepted
[v3,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments [v3,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Accepted
[v2,3/3] man: document kill builtin [v2,1/3] man: document jobs builtin - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Accepted
[v2,2/3] man: note chdir being the same builtin as cd [v2,1/3] man: document jobs builtin - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Accepted
[v2,1/3] man: document jobs builtin [v2,1/3] man: document jobs builtin - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Accepted
parser: don't keep alloca()ing in a loop for substitutions parser: don't keep alloca()ing in a loop for substitutions - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Superseded
man: fix getopts documentation man: fix getopts documentation - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Accepted
exec: hashcmd: don't early-exit when first -r is found exec: hashcmd: don't early-exit when first -r is found - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Accepted
options: don't error when unsetting OPTIND options: don't error when unsetting OPTIND - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Superseded
[v2,3/3] input: preadfd: read standard input byte-wise [v2,1/3] parser: fixredir: invalid redirections are run-time, not syntax - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Superseded
[v2,2/3] parser: synerror: explicitly consume the entire invalid line [v2,1/3] parser: fixredir: invalid redirections are run-time, not syntax - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Superseded
[v2,1/3] parser: fixredir: invalid redirections are run-time, not syntax [v2,1/3] parser: fixredir: invalid redirections are run-time, not syntax - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Accepted
input: preadfd: read standard input byte-wise input: preadfd: read standard input byte-wise - - - --- 2022-12-13 Ahelenia Ziemiańska herbert Superseded
[2/2] options: getopts: ignore first --, per POSIX [1/2] exec: type: ignore first --, per POSIX - - - --- 2022-12-13 Ahelenia Ziemiańska herbert Superseded
[1/2] exec: type: ignore first --, per POSIX [1/2] exec: type: ignore first --, per POSIX - - - --- 2022-12-13 Ahelenia Ziemiańska herbert Rejected
eval: Test evalskip before flipping status for NNOT eval: Test evalskip before flipping status for NNOT - - - --- 2022-12-07 Herbert Xu herbert Accepted
[v2] parser: Add VSBIT to ensure subtype is never zero [v2] parser: Add VSBIT to ensure subtype is never zero - - - --- 2022-12-07 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
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
[v2] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read [v2] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read - - - --- 2022-12-05 Herbert Xu herbert Accepted
[v2,2/2] man: printf: in 'X, X is a byte under dash [v2,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments - - - --- 2022-08-14 Ahelenia Ziemiańska herbert Superseded
[v2,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments [v2,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments - - - --- 2022-08-14 Ahelenia Ziemiańska herbert Superseded
[2/2] man: printf: in 'X, X is a byte under dash [1/2] man: printf: all Ar arguments are processed identically - - - --- 2022-08-14 Ahelenia Ziemiańska herbert Superseded
[1/2] man: printf: all Ar arguments are processed identically [1/2] man: printf: all Ar arguments are processed identically - - - --- 2022-08-14 Ahelenia Ziemiańska herbert Superseded
PATCH] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read PATCH] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read - - - --- 2022-06-20 Alex Gorinson herbert Superseded
Portability of dash to legacy systems, such as AT&T Unix PC Portability of dash to legacy systems, such as AT&T Unix PC - - - --- 2022-06-10 Alain Knaff herbert Changes Requested
exec.c: Fix exit status for command -v on non-executable files exec.c: Fix exit status for command -v on non-executable files - - - --- 2022-05-30 Nicola Lamacchia herbert Superseded
man page: redirection operators: fix swapped stdin/stdout man page: redirection operators: fix swapped stdin/stdout - - - --- 2022-05-16 Forest herbert Accepted
var: move hashvar() calls into findvar() var: move hashvar() calls into findvar() - - - --- 2022-05-10 Ron Yorston herbert Accepted
man: don't list unavailable built-ins and Command Line Editing section man: don't list unavailable built-ins and Command Line Editing section - - - --- 2022-05-06 Ahelenia Ziemiańska herbert Changes Requested
shell: correctly prototype all functions shell: correctly prototype all functions - - - --- 2022-05-06 Ahelenia Ziemiańska herbert Superseded
[3/2] man: document kill builtin [1/2] man: document jobs builtin - - - --- 2022-05-05 Ahelenia Ziemiańska herbert Superseded
[2/2] man: note chdir being the same builtin as cd [1/2] man: document jobs builtin - - - --- 2022-05-05 Ahelenia Ziemiańska herbert Superseded
[1/2] man: document jobs builtin [1/2] man: document jobs builtin - - - --- 2022-05-05 Ahelenia Ziemiańska herbert Superseded
expand: Add ifsfree to expand to fix a logic error that leaks the heap expand: Add ifsfree to expand to fix a logic error that leaks the heap - - - --- 2022-04-30 Alex Gorinson herbert Superseded
jobs: Implement pipefail option jobs: Implement pipefail option - - - --- 2022-04-22 Chris Novakovic herbert Accepted
[v2] expand: Always quote caret when using fnmatch [v2] expand: Always quote caret when using fnmatch - - - --- 2022-01-19 Herbert Xu herbert Accepted
expand: Always quote caret when using fnmatch expand: Always quote caret when using fnmatch - - - --- 2022-01-18 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
Fix chkmail loop break condition Fix chkmail loop break condition - - - --- 2021-10-02 june herbert Accepted
jobs: Report creation of background jobs jobs: Report creation of background jobs - - - --- 2021-09-26 Ron Yorston herbert Rejected
input: Remove special case for unget EOF input: Remove special case for unget EOF - - - --- 2021-09-05 Ron Yorston herbert Accepted
[v2] expand: Recognize '^' as a negation character in BE [v2] expand: Recognize '^' as a negation character in BE - - - --- 2021-07-16 Dimitar Yurukov herbert Rejected
expand: Recognize '^' as a negation character in BE expand: Recognize '^' as a negation character in BE - - - --- 2021-07-16 Dimitar Yurukov herbert Superseded
parser: Fix VSLENGTH parsing with trailing garbage parser: Fix VSLENGTH parsing with trailing garbage - - - --- 2021-06-21 Herbert Xu herbert Accepted
shell: Call CHECK_DECL on stat64 shell: Call CHECK_DECL on stat64 - - - --- 2021-05-26 Herbert Xu herbert Accepted
« 1 2 3 4 »