| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 1 | -2/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 1 | -0/+2 |
| * | sh: Don't allocate a redirtab if there are no redirections. | Jilles Tjoelker | 2016-01-30 | 1 | -7/+22 |
| * | sh: Eliminate some gotos. | Jilles Tjoelker | 2014-10-05 | 1 | -15/+14 |
| * | sh: Fix possible memory leaks and double frees with unexpected SIGINT. | Jilles Tjoelker | 2014-03-26 | 1 | -10/+11 |
| * | sh: Add some consts. | Jilles Tjoelker | 2014-03-14 | 1 | -2/+2 |
| * | sh: Make <&0 disable the </dev/null implicit in a background command. | Jilles Tjoelker | 2013-11-24 | 1 | -4/+5 |
| * | sh: Remove unnecessary reset functions. | Jilles Tjoelker | 2013-08-16 | 1 | -12/+0 |
| * | sh: Remove #define MKINIT. | Jilles Tjoelker | 2013-07-25 | 1 | -2/+1 |
| * | sh: Remove mkinit. | Jilles Tjoelker | 2013-07-25 | 1 | -6/+3 |
| * | sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call. | Jilles Tjoelker | 2013-05-05 | 1 | -3/+2 |
| * | sh: Write as much into the heredoc pipe as possible, to avoid forking. | Jilles Tjoelker | 2013-04-02 | 1 | -5/+13 |
| * | sh: Expand here documents in the current process. | Jilles Tjoelker | 2013-02-03 | 1 | -10/+12 |
| * | sh: Remove special code for shell scripts without magic number. | Jilles Tjoelker | 2011-02-04 | 1 | -4/+0 |
| * | sh: Check if dup2 for redirection from/to a file succeeds. | Jilles Tjoelker | 2010-12-31 | 1 | -1/+6 |
| * | sh: Check whether dup2 was successful for >&FD and <&FD. | Jilles Tjoelker | 2010-10-24 | 1 | -2/+5 |
| * | In the spirit of r90111, depend on c89 and remove the "STATIC" macro | David E. O'Brien | 2010-10-13 | 1 | -4/+4 |
| * | Consistently use "STATIC" for all functions in order to be able to set | David E. O'Brien | 2010-10-13 | 1 | -1/+1 |
| * | Fix some cases where file descriptors from redirections leak to programs. | Jilles Tjoelker | 2009-11-29 | 1 | -15/+7 |
| * | Fix various things about SIGINT handling: | Jilles Tjoelker | 2009-11-22 | 1 | -2/+5 |
| * | Fix race condition in noclobber option. | Jilles Tjoelker | 2009-06-20 | 1 | -7/+19 |
| * | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 1 | -4/+0 |
| * | Replace home-grown dup2() implementation with actual dup2() calls. This | Dag-Erling Smørgrav | 2004-01-21 | 1 | -32/+8 |
| * | Changes following CScout analysis: | Diomidis Spinellis | 2003-07-05 | 1 | -1/+1 |
| * | Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP. | Tim J. Robbins | 2002-09-29 | 1 | -30/+0 |
| * | Convert the remaining callers of errmsg() to use strerror(), and remove | Tim J. Robbins | 2002-09-29 | 1 | -11/+11 |
| * | Don't assume file descriptors fit in a short, use an int instead. | Tim J. Robbins | 2002-07-18 | 1 | -1/+1 |
| * | Close file descriptors when [n]>&- and [n]<&- redirections are used. | Tim J. Robbins | 2002-07-09 | 1 | -1/+2 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
| * | Implement the -C (-o noclobber) option, which prevents existing regular | Tim J. Robbins | 2002-05-19 | 1 | -0/+11 |
| * | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -19/+15 |
| * | The fix for >/dev/stdout, including Tor Egge's fix for the bug in the | Sergey Babkin | 2002-01-13 | 1 | -4/+4 |
| * | backout rev 1.14, it's breaking things. | Alfred Perlstein | 2001-12-24 | 1 | -1/+3 |
| * | Added ability to do ">/dev/stdout". The apsfilter people are anxious | Sergey Babkin | 2001-12-22 | 1 | -3/+1 |
| * | Implement the <> redirection operator. | Brian Somers | 2000-10-03 | 1 | -0/+21 |
| * | Include strerror(errno) in error messages after failed system calls. | Martin Cracauer | 1999-11-29 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
| * | Add rcsid. Spelling. | Philippe Charnier | 1998-05-18 | 1 | -3/+5 |
| * | Fix redirection of unopened file descriptors and nuke register | Steve Price | 1997-04-28 | 1 | -9/+27 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Merge in NetBSD mods and -Wall cleaning. | Steve Price | 1996-12-14 | 1 | -9/+11 |
| * | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | Peter Wemm | 1996-09-01 | 1 | -18/+18 |
| * | o rename ulimit -p into ulimit -u, so we are in agreement with bash | Joerg Wunsch | 1995-10-21 | 1 | -1/+6 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -3/+3 |
| * | Added $Id$ | David Greenman | 1994-09-24 | 1 | -0/+2 |
| * | BSD 4.4 Lite bin Sources | Rodney W. Grimes | 1994-05-26 | 1 | -0/+343 |