<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/calloc.c, branch OPENBSD_4_2_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_2_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_2_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2006-04-02T18:22:14+00:00</updated>
<entry>
<title>Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX and</title>
<updated>2006-04-02T18:22:14+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2006-04-02T18:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b191a1bc418ee9a7b5c00effd8c2a765697490e8'/>
<id>urn:sha1:b191a1bc418ee9a7b5c00effd8c2a765697490e8</id>
<content type='text'>
remove redundant check on size. ok millert@ deraadt@
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>ansi + de-register</title>
<updated>2005-03-30T18:51:49+00:00</updated>
<author>
<name>pat</name>
<email></email>
</author>
<published>2005-03-30T18:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=894b6ab0099e7d9ca2ad9acb75246cd0a4542167'/>
<id>urn:sha1:894b6ab0099e7d9ca2ad9acb75246cd0a4542167</id>
<content type='text'>
ok otto deraadt
</content>
</entry>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T20:18:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-02T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=021d32a253720a2fcdb07690f59c7e08d1d661e6'/>
<id>urn:sha1:021d32a253720a2fcdb07690f59c7e08d1d661e6</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</content>
</entry>
<entry>
<title>permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; markus miod ok</title>
<updated>2002-07-31T09:19:04+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-07-31T09:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a61a213f9ae18d6b4d22d37d67709147cf7506f6'/>
<id>urn:sha1:a61a213f9ae18d6b4d22d37d67709147cf7506f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>return failure if integer overflow happens.  sigh; too people had to</title>
<updated>2002-07-30T00:11:07+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-07-30T00:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4eb350f99f2e7e654669cca4a9c1cce8e0d77e9e'/>
<id>urn:sha1:4eb350f99f2e7e654669cca4a9c1cce8e0d77e9e</id>
<content type='text'>
help get this right.
</content>
</entry>
<entry>
<title>calloc() needs to be separate from malloc in case a user wants to have</title>
<updated>1999-11-10T20:12:31+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1999-11-10T20:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97d0d1b9cdde83cad131a8958b37c806ca2ae6c8'/>
<id>urn:sha1:97d0d1b9cdde83cad131a8958b37c806ca2ae6c8</id>
<content type='text'>
their own malloc() implementation.
</content>
</entry>
<entry>
<title>Move calloc() into malloc.c and only zero out the area if malloc()</title>
<updated>1999-11-09T19:25:33+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>1999-11-09T19:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d55745080b705a4223d109d1dbbd95cf1072a73'/>
<id>urn:sha1:5d55745080b705a4223d109d1dbbd95cf1072a73</id>
<content type='text'>
didn't do so for us.  By default, malloc() zeros out the space it
allocates but the programmer cannot rely on this as it is implementation-
specific (and configurable via /etc/malloc.conf)
</content>
</entry>
<entry>
<title>Cleaner.</title>
<updated>1996-08-20T17:42:33+00:00</updated>
<author>
<name>downsj</name>
<email></email>
</author>
<published>1996-08-20T17:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6d57feb64518c8b92acf0af0709c07ce9dd76035'/>
<id>urn:sha1:6d57feb64518c8b92acf0af0709c07ce9dd76035</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix RCS ids</title>
<updated>1996-08-19T08:34:30+00:00</updated>
<author>
<name>tholo</name>
<email></email>
</author>
<published>1996-08-19T08:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e05d77aaf17452bebe333901f1acfad893fa05a7'/>
<id>urn:sha1:e05d77aaf17452bebe333901f1acfad893fa05a7</id>
<content type='text'>
Make sure everything uses {SYS,}LIBC_SCCS properly
</content>
</entry>
</feed>
