| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Remove a comment that was obsoleted by r358152 | Jilles Tjoelker | 2020-05-22 | 1 | -3/+1 |
* | [sh] Fix a "may be unused" warning on mips-gcc | Adrian Chadd | 2020-04-16 | 1 | -0/+1 |
* | sh: fix read builtin on 32-bit systems | Kyle Evans | 2020-02-22 | 1 | -1/+1 |
* | Improve performance of "read" built-in command when using a seekable | Hiroki Sato | 2020-02-20 | 1 | -1/+73 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | sh: Reduce size of limits table. | Jilles Tjoelker | 2017-04-12 | 1 | -1/+1 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | sh: Improve descriptions in 'ulimit -a' output. | Jilles Tjoelker | 2016-06-05 | 1 | -2/+2 |
* | sh(1): replace 0 with NULL for pointers. | Pedro F. Giffuni | 2016-04-09 | 1 | -1/+1 |
* | Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add | Konstantin Belousov | 2016-03-12 | 1 | -1/+1 |
* | Implement process-shared locks support for libthr.so.3, without | Konstantin Belousov | 2016-02-28 | 1 | -0/+3 |
* | sh: Fix read with escaped IFS characters at the end. | Jilles Tjoelker | 2015-08-30 | 1 | -12/+17 |
* | sh: Backslash-newline should not affect field splitting in read builtin. | Jilles Tjoelker | 2015-08-16 | 1 | -2/+3 |
* | sh: Prefer "" to nullstr where possible. | Jilles Tjoelker | 2015-02-15 | 1 | -1/+1 |
* | sh: Deduplicate some code in ulimit builtin. | Jilles Tjoelker | 2014-07-19 | 1 | -27/+25 |
* | sh: Fix overflow checking on 'ulimit' operand. | Jilles Tjoelker | 2014-07-05 | 1 | -10/+14 |
* | Add a resource limit for the total number of kqueues available to the | Konstantin Belousov | 2013-10-21 | 1 | -1/+4 |
* | sh: Improve error handling in read builtin: | Jilles Tjoelker | 2013-05-03 | 1 | -3/+20 |
* | sh: Prefer our character classification functions to <ctype.h>. | Jilles Tjoelker | 2013-01-31 | 1 | -2/+2 |
* | sh: Remove an unused header. | Jilles Tjoelker | 2012-05-15 | 1 | -1/+0 |
* | sh: Minor optimization to output from ulimit/export/readonly. | Jilles Tjoelker | 2011-05-15 | 1 | -2/+2 |
* | sh: Code size optimizations to "stack string" memory allocation: | Jilles Tjoelker | 2010-11-23 | 1 | -5/+6 |
* | sh: Fix 'read' if all chars before the first IFS char are backslash-escaped. | Jilles Tjoelker | 2010-09-08 | 1 | -0/+1 |
* | sh: Various warning fixes (from WARNS=6 NO_WERROR=1): | Jilles Tjoelker | 2009-12-27 | 1 | -2/+2 |
* | Usermode portion of the support for swap allocation accounting: | Konstantin Belousov | 2009-06-23 | 1 | -1/+1 |
* | sh: Make read's timeout (-t) apply to the entire line, not only the first | Jilles Tjoelker | 2009-05-31 | 1 | -17/+0 |
* | Fix the behaviour of the read built-in when IFS is unset. | Stefan Farfeleder | 2009-03-22 | 1 | -1/+1 |
* | Improve the IFS handling of the read built-in. | Stefan Farfeleder | 2009-03-22 | 1 | -10/+68 |
* | Don't disable CR-to-NL translation when waiting for data to arrive. | Ed Schouten | 2009-03-08 | 1 | -0/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -1/+4 |
* | Remove some white space at EOL. | Jens Schweikhardt | 2006-02-04 | 1 | -1/+1 |
* | Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc, | Stefan Farfeleder | 2005-10-28 | 1 | -0/+2 |
* | Fix the error message if the mask that is passed to umask -S contains | Stefan Farfeleder | 2005-09-09 | 1 | -1/+1 |
* | Various small code cleanups resulting from a code reviewing | Ralf S. Engelschall | 2005-09-06 | 1 | -7/+1 |
* | First declare the functions to pacify -Wmissing-prototypes. | Stefan Farfeleder | 2005-08-13 | 1 | -0/+4 |
* | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 1 | -4/+0 |
* | - Don't use quad_t when we really mean rlim_t. | Maxime Henrion | 2002-10-01 | 1 | -5/+6 |
* | Callers of error() don't need to supply a program name prefix in the | Tim J. Robbins | 2002-09-30 | 1 | -6/+6 |
* | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
* | Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt() | Matthew Dillon | 2002-06-26 | 1 | -1/+1 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -9/+3 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 1 | -2/+2 |
* | Fix warnings, some of them serious because sh violated name | Martin Cracauer | 2000-04-20 | 1 | -6/+3 |
* | Implement ulimit -b for RLIMIT_SBSIZE. | Brian Feldman | 1999-10-09 | 1 | -1/+4 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
* | Make the behaviour of `read -e', ie. treating backslashes as special, | Thomas Gellekum | 1999-08-26 | 1 | -8/+10 |
* | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 1 | -2/+2 |
* | Free memory from setmode. | Warner Losh | 1998-12-16 | 1 | -2/+3 |
* | Improve bookkeeping of in_waitcmd and style fixes. | Martin Cracauer | 1998-08-25 | 1 | -2/+2 |
* | Do not exit on SIGINT in non-interactive shells, fixes PR 1206, | Martin Cracauer | 1998-08-24 | 1 | -1/+2 |