summaryrefslogtreecommitdiffstats
path: root/bin/sh/memalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Sync sh(1) in stable/10 to head.jmmv2014-03-091-2/+4
* sh: Remove linked list of stack marks.jilles2013-05-111-17/+3
* sh: Fix various compiler warnings.jilles2013-04-011-2/+3
* sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().jilles2011-01-091-10/+0
* sh: Simplify "stack string" code slightly.jilles2010-12-271-15/+6
* sh: Fix integer overflow check, it checked an uninitialized variable.jilles2010-12-261-1/+1
* sh: Allow arbitrary large numbers in CHECKSTRSPACE.jilles2010-12-261-14/+21
* sh: Remove the herefd hack.jilles2010-12-121-6/+0
* sh: Code size optimizations to "stack string" memory allocation:jilles2010-11-231-0/+17
* Do not assume in growstackstr() that a "precious" character will beobrien2010-10-131-7/+10
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-1/+1
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-131-3/+3
* sh: Constify various strings.jilles2009-12-241-1/+1
* be more type correct and align local ckmalloc() with its underlying malloc(3)...rse2009-06-011-1/+1
* Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,stefanf2005-10-281-2/+16
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Changes following CScout analysis:dds2003-07-051-2/+2
* Third attempt at removing machdep.h and using ALIGN from <sys/param.h>.marcel2003-02-241-48/+53
* Revert ALIGN change for the second and last time. I can't figure outtjr2003-02-181-4/+3
* Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.tjr2003-02-171-3/+4
* Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,tjr2003-02-161-2/+1
* Use the ALIGN macro from <sys/param.h> instead of defining our owntjr2003-02-141-1/+2
* Consistently use FBSDIDobrien2002-06-301-2/+2
* o __P has been reovedimp2002-02-021-23/+12
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+1
* From submitter:cracauer2000-08-161-0/+19
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Remove my temporary detection for PR 7059, Tor Egge fixed this bug.cracauer1999-04-131-5/+1
* Add a guarded abort() for the problem in PR bin/7059 (no fix so far,cracauer1999-04-121-17/+33
* Be more consistent with handling of quote mark control character.tegge1998-09-131-2/+2
* Fix an inefficiency I introduced in my last commit.cracauer1998-09-101-1/+2
* Better handling of word splitting. Don't record the same regiontegge1998-09-061-2/+2
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Nuke register keyword usage and #if -> #ifdef.steve1997-04-281-5/+5
* 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-5/+5
* Fix for PR#1287. This makes sh behave sensibly in case statements in thepeter1996-09-031-3/+3
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-10/+17
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+292
OpenPOWER on IntegriCloud