summaryrefslogtreecommitdiff
path: root/bin/sh/miscbltin.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Remove a comment that was obsoleted by r358152Jilles Tjoelker2020-05-221-3/+1
* [sh] Fix a "may be unused" warning on mips-gccAdrian Chadd2020-04-161-0/+1
* sh: fix read builtin on 32-bit systemsKyle Evans2020-02-221-1/+1
* Improve performance of "read" built-in command when using a seekableHiroki Sato2020-02-201-1/+73
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* sh: Reduce size of limits table.Jilles Tjoelker2017-04-121-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sh: Improve descriptions in 'ulimit -a' output.Jilles Tjoelker2016-06-051-2/+2
* sh(1): replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-091-1/+1
* Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov2016-03-121-1/+1
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-0/+3
* sh: Fix read with escaped IFS characters at the end.Jilles Tjoelker2015-08-301-12/+17
* sh: Backslash-newline should not affect field splitting in read builtin.Jilles Tjoelker2015-08-161-2/+3
* sh: Prefer "" to nullstr where possible.Jilles Tjoelker2015-02-151-1/+1
* sh: Deduplicate some code in ulimit builtin.Jilles Tjoelker2014-07-191-27/+25
* sh: Fix overflow checking on 'ulimit' operand.Jilles Tjoelker2014-07-051-10/+14
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-1/+4
* sh: Improve error handling in read builtin:Jilles Tjoelker2013-05-031-3/+20
* sh: Prefer our character classification functions to <ctype.h>.Jilles Tjoelker2013-01-311-2/+2
* sh: Remove an unused header.Jilles Tjoelker2012-05-151-1/+0
* sh: Minor optimization to output from ulimit/export/readonly.Jilles Tjoelker2011-05-151-2/+2
* sh: Code size optimizations to "stack string" memory allocation:Jilles Tjoelker2010-11-231-5/+6
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.Jilles Tjoelker2010-09-081-0/+1
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2009-12-271-2/+2
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-1/+1
* sh: Make read's timeout (-t) apply to the entire line, not only the firstJilles Tjoelker2009-05-311-17/+0
* Fix the behaviour of the read built-in when IFS is unset.Stefan Farfeleder2009-03-221-1/+1
* Improve the IFS handling of the read built-in.Stefan Farfeleder2009-03-221-10/+68
* Don't disable CR-to-NL translation when waiting for data to arrive.Ed Schouten2009-03-081-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-1/+4
* Remove some white space at EOL.Jens Schweikhardt2006-02-041-1/+1
* Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,Stefan Farfeleder2005-10-281-0/+2
* Fix the error message if the mask that is passed to umask -S containsStefan Farfeleder2005-09-091-1/+1
* Various small code cleanups resulting from a code reviewingRalf S. Engelschall2005-09-061-7/+1
* First declare the functions to pacify -Wmissing-prototypes.Stefan Farfeleder2005-08-131-0/+4
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* - Don't use quad_t when we really mean rlim_t.Maxime Henrion2002-10-011-5/+6
* Callers of error() don't need to supply a program name prefix in theTim J. Robbins2002-09-301-6/+6
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()Matthew Dillon2002-06-261-1/+1
* o __P has been reovedWarner Losh2002-02-021-9/+3
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-2/+2
* Fix warnings, some of them serious because sh violated nameMartin Cracauer2000-04-201-6/+3
* Implement ulimit -b for RLIMIT_SBSIZE.Brian Feldman1999-10-091-1/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Make the behaviour of `read -e', ie. treating backslashes as special,Thomas Gellekum1999-08-261-8/+10
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Free memory from setmode.Warner Losh1998-12-161-2/+3
* Improve bookkeeping of in_waitcmd and style fixes.Martin Cracauer1998-08-251-2/+2
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,Martin Cracauer1998-08-241-1/+2