summaryrefslogtreecommitdiffstats
path: root/bin/sh/miscbltin.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Improve error handling in read builtin:jilles2013-05-031-3/+20
* sh: Prefer our character classification functions to <ctype.h>.jilles2013-01-311-2/+2
* sh: Remove an unused header.jilles2012-05-151-1/+0
* sh: Minor optimization to output from ulimit/export/readonly.jilles2011-05-151-2/+2
* sh: Code size optimizations to "stack string" memory allocation:jilles2010-11-231-5/+6
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.jilles2010-09-081-0/+1
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-271-2/+2
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-1/+1
* sh: Make read's timeout (-t) apply to the entire line, not only the firstjilles2009-05-311-17/+0
* Fix the behaviour of the read built-in when IFS is unset.stefanf2009-03-221-1/+1
* Improve the IFS handling of the read built-in.stefanf2009-03-221-10/+68
* Don't disable CR-to-NL translation when waiting for data to arrive.ed2009-03-081-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+4
* Remove some white space at EOL.schweikh2006-02-041-1/+1
* Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,stefanf2005-10-281-0/+2
* Fix the error message if the mask that is passed to umask -S containsstefanf2005-09-091-1/+1
* Various small code cleanups resulting from a code reviewingrse2005-09-061-7/+1
* First declare the functions to pacify -Wmissing-prototypes.stefanf2005-08-131-0/+4
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* - Don't use quad_t when we really mean rlim_t.mux2002-10-011-5/+6
* Callers of error() don't need to supply a program name prefix in thetjr2002-09-301-6/+6
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()dillon2002-06-261-1/+1
* o __P has been reovedimp2002-02-021-9/+3
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-2/+2
* Fix warnings, some of them serious because sh violated namecracauer2000-04-201-6/+3
* Implement ulimit -b for RLIMIT_SBSIZE.green1999-10-091-1/+4
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Make the behaviour of `read -e', ie. treating backslashes as special,tg1999-08-261-8/+10
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Free memory from setmode.imp1998-12-161-2/+3
* Improve bookkeeping of in_waitcmd and style fixes.cracauer1998-08-251-2/+2
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,cracauer1998-08-241-1/+2
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Add the '-t timeout' option to the 'read' builtin. This allows themsmith1997-09-291-4/+63
* Use the __unused attribute where warranted.steve1997-05-191-6/+6
* Nuke register keyword usage and #if -> #ifdef.steve1997-04-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-13/+11
* eek, how did that happen? I must have committed something left over frompeter1996-09-031-4/+4
* Fix for PR#1287. This makes sh behave sensibly in case statements in thepeter1996-09-031-4/+5
* Misc cleanups and fixes from Bruce:peter1996-09-031-22/+33
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-208/+216
* o rename ulimit -p into ulimit -u, so we are in agreement with bashjoerg1995-10-211-4/+4
* Implement the "ulimit" builtin. This is the analogon to csh's "limit"joerg1995-10-191-1/+214
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+166
OpenPOWER on IntegriCloud