index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ksh
/
alloc.c
Age
Commit message (
Expand
)
Author
2018-01-16
Introduce internal_warningf() and mark internal_errorf() as noreturn
Jeremie Courreges-Anglas
2017-11-02
Switch calloc(3) back to malloc(3). The call to calloc was introduced
Theo Buehler
2017-08-15
Remove expensive pointer check in afree()
Jeremie Courreges-Anglas
2017-05-29
Change the mmap(2)-based binary history file with lots of magic and a
Theo Buehler
2016-06-01
put this in the public domain as well. reminded by theo. we discussed
Marc Espie
2015-12-14
Move system headers from sh.h to those files that actually need them.
tb
2015-10-19
Apply style(9) to header includes.
mmcc
2015-10-17
Change allocarray() to areallocarray(), a full reallocarray clone. All
mmcc
2015-10-17
Copy alloc()'s overflow check to aresize().
mmcc
2015-10-16
Move the overflow check to alloc() so that the link struct overhead can
mmcc
2015-10-16
Add allocarray(), an overflow-safe allocation function.
mmcc
2008-07-21
Extra sanity checking for afree(); OK deraadt@ and pvalchev@
Todd C. Miller
2004-02-19
basic knf
Theo de Raadt
2003-08-05
Don't allow alloc() and aresize() to fail. Their return value was
Todd C. Miller
2002-03-01
Kill hand-made memory allocation code, that is definitely buggy.
Marc Espie
1999-07-14
pdksh-5.2.14
Todd C. Miller
1998-06-29
overflow fix; michael@cs.mun.ca
Theo de Raadt
1998-06-25
pdksh-5.2.13 + local changes
Todd C. Miller
1996-08-14
Import pdksh 5.2.7.
Jason Downs