| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Deduplicate some code in ulimit builtin. | jilles | 2014-07-19 | 1 | -27/+25 |
* | sh: Fix overflow checking on 'ulimit' operand. | jilles | 2014-07-05 | 1 | -10/+14 |
* | Add a resource limit for the total number of kqueues available to the | kib | 2013-10-21 | 1 | -1/+4 |
* | sh: Improve error handling in read builtin: | jilles | 2013-05-03 | 1 | -3/+20 |
* | sh: Prefer our character classification functions to <ctype.h>. | jilles | 2013-01-31 | 1 | -2/+2 |
* | sh: Remove an unused header. | jilles | 2012-05-15 | 1 | -1/+0 |
* | sh: Minor optimization to output from ulimit/export/readonly. | jilles | 2011-05-15 | 1 | -2/+2 |
* | sh: Code size optimizations to "stack string" memory allocation: | jilles | 2010-11-23 | 1 | -5/+6 |
* | sh: Fix 'read' if all chars before the first IFS char are backslash-escaped. | jilles | 2010-09-08 | 1 | -0/+1 |
* | sh: Various warning fixes (from WARNS=6 NO_WERROR=1): | jilles | 2009-12-27 | 1 | -2/+2 |
* | Usermode portion of the support for swap allocation accounting: | kib | 2009-06-23 | 1 | -1/+1 |
* | sh: Make read's timeout (-t) apply to the entire line, not only the first | jilles | 2009-05-31 | 1 | -17/+0 |
* | Fix the behaviour of the read built-in when IFS is unset. | stefanf | 2009-03-22 | 1 | -1/+1 |
* | Improve the IFS handling of the read built-in. | stefanf | 2009-03-22 | 1 | -10/+68 |
* | Don't disable CR-to-NL translation when waiting for data to arrive. | ed | 2009-03-08 | 1 | -0/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+4 |
* | Remove some white space at EOL. | schweikh | 2006-02-04 | 1 | -1/+1 |
* | Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc, | stefanf | 2005-10-28 | 1 | -0/+2 |
* | Fix the error message if the mask that is passed to umask -S contains | stefanf | 2005-09-09 | 1 | -1/+1 |
* | Various small code cleanups resulting from a code reviewing | rse | 2005-09-06 | 1 | -7/+1 |
* | First declare the functions to pacify -Wmissing-prototypes. | stefanf | 2005-08-13 | 1 | -0/+4 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | - Don't use quad_t when we really mean rlim_t. | mux | 2002-10-01 | 1 | -5/+6 |
* | Callers of error() don't need to supply a program name prefix in the | tjr | 2002-09-30 | 1 | -6/+6 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt() | dillon | 2002-06-26 | 1 | -1/+1 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -9/+3 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -2/+2 |
* | Fix warnings, some of them serious because sh violated name | cracauer | 2000-04-20 | 1 | -6/+3 |
* | Implement ulimit -b for RLIMIT_SBSIZE. | green | 1999-10-09 | 1 | -1/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Make the behaviour of `read -e', ie. treating backslashes as special, | tg | 1999-08-26 | 1 | -8/+10 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 1 | -2/+2 |
* | Free memory from setmode. | imp | 1998-12-16 | 1 | -2/+3 |
* | Improve bookkeeping of in_waitcmd and style fixes. | cracauer | 1998-08-25 | 1 | -2/+2 |
* | Do not exit on SIGINT in non-interactive shells, fixes PR 1206, | cracauer | 1998-08-24 | 1 | -1/+2 |
* | Add rcsid. Spelling. | charnier | 1998-05-18 | 1 | -3/+5 |
* | Add the '-t timeout' option to the 'read' builtin. This allows the | msmith | 1997-09-29 | 1 | -4/+63 |
* | Use the __unused attribute where warranted. | steve | 1997-05-19 | 1 | -6/+6 |
* | Nuke register keyword usage and #if -> #ifdef. | steve | 1997-04-28 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Merge in NetBSD mods and -Wall cleaning. | steve | 1996-12-14 | 1 | -13/+11 |
* | eek, how did that happen? I must have committed something left over from | peter | 1996-09-03 | 1 | -4/+4 |
* | Fix for PR#1287. This makes sh behave sensibly in case statements in the | peter | 1996-09-03 | 1 | -4/+5 |
* | Misc cleanups and fixes from Bruce: | peter | 1996-09-03 | 1 | -22/+33 |
* | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | peter | 1996-09-01 | 1 | -208/+216 |
* | o rename ulimit -p into ulimit -u, so we are in agreement with bash | joerg | 1995-10-21 | 1 | -4/+4 |
* | Implement the "ulimit" builtin. This is the analogon to csh's "limit" | joerg | 1995-10-19 | 1 | -1/+214 |
* | Added $Id$ | dg | 1994-09-24 | 1 | -0/+2 |