aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/memalloc.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sh: Add stsavestr(), like savestr() but allocates using stalloc().Jilles Tjoelker2015-02-151-0/+12
* sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro.Jilles Tjoelker2013-11-301-2/+4
* sh: Remove linked list of stack marks.Jilles Tjoelker2013-05-111-17/+3
* sh: Fix various compiler warnings.Jilles Tjoelker2013-04-011-2/+3
* sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().Jilles Tjoelker2011-01-091-10/+0
* sh: Simplify "stack string" code slightly.Jilles Tjoelker2010-12-271-15/+6
* sh: Fix integer overflow check, it checked an uninitialized variable.Jilles Tjoelker2010-12-261-1/+1
* sh: Allow arbitrary large numbers in CHECKSTRSPACE.Jilles Tjoelker2010-12-261-14/+21
* sh: Remove the herefd hack.Jilles Tjoelker2010-12-121-6/+0
* sh: Code size optimizations to "stack string" memory allocation:Jilles Tjoelker2010-11-231-0/+17
* Do not assume in growstackstr() that a "precious" character will beDavid E. O'Brien2010-10-131-7/+10
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien2010-10-131-1/+1
* Consistently use "STATIC" for all functions in order to be able to setDavid E. O'Brien2010-10-131-3/+3
* sh: Constify various strings.Jilles Tjoelker2009-12-241-1/+1
* be more type correct and align local ckmalloc() with its underlying malloc(3)...Ralf S. Engelschall2009-06-011-1/+1
* Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,Stefan Farfeleder2005-10-281-2/+16
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Changes following CScout analysis:Diomidis Spinellis2003-07-051-2/+2
* Third attempt at removing machdep.h and using ALIGN from <sys/param.h>.Marcel Moolenaar2003-02-241-48/+53
* Revert ALIGN change for the second and last time. I can't figure outTim J. Robbins2003-02-181-4/+3
* Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.Tim J. Robbins2003-02-171-3/+4
* Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,Tim J. Robbins2003-02-161-2/+1
* Use the ALIGN macro from <sys/param.h> instead of defining our ownTim J. Robbins2003-02-141-1/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* o __P has been reovedWarner Losh2002-02-021-23/+12
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-1/+1
* From submitter:Martin Cracauer2000-08-161-0/+19
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Remove my temporary detection for PR 7059, Tor Egge fixed this bug.Martin Cracauer1999-04-131-5/+1
* Add a guarded abort() for the problem in PR bin/7059 (no fix so far,Martin Cracauer1999-04-121-17/+33
* Be more consistent with handling of quote mark control character.Tor Egge1998-09-131-2/+2
* Fix an inefficiency I introduced in my last commit.Martin Cracauer1998-09-101-1/+2
* Better handling of word splitting. Don't record the same regionTor Egge1998-09-061-2/+2
* Add rcsid. Spelling.Philippe Charnier1998-05-181-3/+5
* Nuke register keyword usage and #if -> #ifdef.Steve Price1997-04-281-5/+5
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-141-5/+5
* Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm1996-09-031-3/+3
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-10/+17
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+292