summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/xmalloc.c
AgeCommit message (Expand)Author
2013-01-24don't free cp before we copy it!christos
2011-05-25Don't use division since we are only dealing with powers of 2.christos
2010-12-03ANSIfyjoerg
2009-05-19warns=4christos
2008-06-03__progname isn't const.ad
2007-10-05- Don't use the names malloc/free/etc, since we can end up pulling in libc'sad
2007-09-27provide xrealloc, and don't cast and use malloc and realloc directly.christos
2004-10-22Add __RCSIDs.skrll
2003-07-24ANSIfy and de-__P().skrll
2003-06-05KNF- blank lines before code at start of functions.simonb
1999-03-01KNFchristos
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd