summary refs log tree commit diff
path: root/src/redir.c (follow)
Commit message (Expand)AuthorAge
* dash: Stop this stat64 nonsenseJune McEnroe2022-01-21
* redir: Clear saved redirections in subshellHerbert Xu2020-04-29
* redir: Handle nested exec within REALLY_CLOSED redirectionHerbert Xu2019-02-25
* mkinit: Split reset into exitreset and resetHerbert Xu2018-05-28
* redir: Fix typo in noclobber codeHerbert Xu2018-04-19
* [REDIR] Replace GPL noclobberopen code with the FreeBSD versionJilles Tjoelker2011-03-10
* [REDIR] Fix popredir on abnormal exit from built-inHerbert Xu2010-05-27
* [REDIR] Move null redirect checks into callerHerbert Xu2010-05-27
* [REDIR] Do not truncate file for FROMTO redirectionHerbert Xu2010-03-09
* [REDIR] Fix incorrect savefd conversionsHerbert Xu2009-06-27
* [EXPAND] Expand here-documents in the current shell environmentHerbert Xu2007-11-11
* [REDIR] Size optimisations in redir.cHerbert Xu2007-05-12
* [REDIR] Fix redirect restore on saved file descriptorsHerbert Xu2007-05-12
* [REDIR] Remove redundant CLOEXEC callsHerbert Xu2007-05-12
* [REDIR] Replace copyfd by savefd and use dup2 elsewhereHerbert Xu2007-05-12
* [REDIR] Remove EMFILE special caseHerbert Xu2007-05-06
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26