Show patches with: none      |   389 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
Generate signal names at runtime Generate signal names at runtime - - - --- 2024-04-21 Henrik Lindström herbert Under Review
[v2] redir: Use memfd_create instead of pipe [v2] redir: Use memfd_create instead of pipe - - - --- 2024-04-21 Herbert Xu herbert Under Review
[v3] trap: Preserve parent traps for trap-only command substitution [v3] trap: Preserve parent traps for trap-only command substitution - - - --- 2024-04-20 Herbert Xu herbert Under Review
jobs: Preserve parent jobs for simple commands jobs: Preserve parent jobs for simple commands - - - --- 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
expand: Fix here-document file descriptor leak expand: Fix here-document file descriptor leak - - - --- 2024-04-14 Herbert Xu herbert Accepted
alias: Disallow non-CWORD characters alias: Disallow non-CWORD characters - - - --- 2024-04-12 Herbert Xu herbert Accepted
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
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
[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
options: Fix getopts handling of colon in optstr options: Fix getopts handling of colon in optstr - - - --- 2023-02-06 Subhaditya Nath herbert Accepted
[v2] alias: fix name quoting in printalias [v2] alias: fix name quoting in printalias - - - --- 2023-01-09 Ahelenia Ziemiańska herbert Accepted
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
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
[2/1] man: document ulimit -w miscbltin: ulimitcmd: actually accept -r - - - --- 2022-12-17 Ahelenia Ziemiańska herbert Accepted
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
[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
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
[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
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
[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
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
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
Fix chkmail loop break condition Fix chkmail loop break condition - - - --- 2021-10-02 june herbert Accepted
input: Remove special case for unget EOF input: Remove special case for unget EOF - - - --- 2021-09-05 Ron Yorston herbert Accepted
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
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
jobs: Always reset SIGINT/SIGQUIT handlers jobs: Always reset SIGINT/SIGQUIT handlers - - - --- 2021-01-12 Herbert Xu herbert Accepted
jobs: Block signals during tcsetpgrp jobs: Block signals during tcsetpgrp - - - --- 2021-01-06 Herbert Xu herbert Accepted
input: Clear unget on RESET input: Clear unget on RESET - - - --- 2020-12-23 Herbert Xu herbert Accepted
Fail if building --with-libedit and can't find libedit Fail if building --with-libedit and can't find libedit - - - --- 2020-12-23 june herbert Accepted
jobs: Only block in waitcmd on first run jobs: Only block in waitcmd on first run - - - --- 2020-12-02 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: Group readdir64/dirent64 with open64 shell: Group readdir64/dirent64 with open64 - - - --- 2020-07-22 Herbert Xu herbert Accepted
dash: man pages: fix formatting dash: man pages: fix formatting - - - --- 2020-06-24 Bjarni Ingi Gislason 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
jobs: Fix waitcmd busy loop jobs: Fix waitcmd busy loop - - - --- 2020-06-02 Herbert Xu herbert Accepted
error: Remove USE_NORETURN ifdef error: Remove USE_NORETURN ifdef - - - --- 2020-06-02 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
shell: Enable fnmatch/glob by default shell: Enable fnmatch/glob by default - - - --- 2020-05-28 Herbert Xu herbert Accepted
redir: Retry open64 on EINTR redir: Retry open64 on EINTR - - - --- 2020-05-28 Herbert Xu herbert Accepted
eval: Prevent recursive PS4 expansion eval: Prevent recursive PS4 expansion - - - --- 2020-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 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
Fix typos Fix typos - - - --- 2020-05-20 Martin Michlmayr herbert Accepted
parser: Save and restore heredoclist in expandstr parser: Save and restore heredoclist in expandstr - - - --- 2020-05-17 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
input: Fix compiling against libedit with -fno-common input: Fix compiling against libedit with -fno-common - - - --- 2020-05-02 Mike Gilbert herbert Accepted
[v3] mktokens relative TMPDIR [v3] mktokens relative TMPDIR - - - --- 2020-04-30 Michael Greenberg herbert Accepted
Remove unused expandmeta() flag parameter Remove unused expandmeta() flag parameter - - - --- 2020-04-29 Denys Vlasenko 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
[v2] parser: Catch errors in expandstr [v2] parser: Catch errors in expandstr - - - --- 2020-04-28 Herbert Xu herbert Accepted
[v2] parser: Fix handling of empty aliases [v2] parser: Fix handling of empty aliases - - - --- 2020-04-27 Herbert Xu herbert Accepted
jobs: Fix infinite loop in waitproc jobs: Fix infinite loop in waitproc - - - --- 2020-04-10 Herbert Xu herbert Accepted
Remove poplocalvars() always-zero argument, make it static Remove poplocalvars() always-zero argument, make it static - - - --- 2020-02-19 Denys Vlasenko herbert Accepted
Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK - - - --- 2020-02-19 Denys Vlasenko herbert Accepted
builtin: Fix seconds part of times(1) builtin: Fix seconds part of times(1) - - - --- 2020-01-20 Herbert Xu herbert Accepted
[v3] redir: Clear saved redirections in subshell [v3] redir: Clear saved redirections in subshell - - - --- 2020-01-19 Herbert Xu herbert Accepted
build: delete AC_PROG_YACC build: delete AC_PROG_YACC - - - --- 2019-10-10 Fangrui Song 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
expand: Fix trailing newlines processing in backquote expanding expand: Fix trailing newlines processing in backquote expanding - - - --- 2019-04-29 Nikolai Merinov 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
[v2] eval: Reset handler when entering a subshell [v2] eval: Reset handler when entering a subshell - - - --- 2019-03-03 Herbert Xu herbert Accepted
expand: Fix double-decrement in argstr expand: Fix double-decrement in argstr - - - --- 2019-02-25 Herbert Xu herbert Accepted
options: Do not set commandname in procargs options: Do not set commandname in procargs - - - --- 2019-02-25 Herbert Xu herbert Accepted
[v4] redir: Handle nested exec within REALLY_CLOSED redirection [v4] redir: Handle nested exec within REALLY_CLOSED redirection - - - --- 2019-01-18 Herbert Xu herbert Accepted
« 1 2 3 4 »