<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch OPENBSD_3_0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2002-07-31T09:25:20+00:00</updated>
<entry>
<title>MFC (deraadt):</title>
<updated>2002-07-31T09:25:20+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2002-07-31T09:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c9d85f8d35714ca2c84032992daa9f54a2811531'/>
<id>urn:sha1:c9d85f8d35714ca2c84032992daa9f54a2811531</id>
<content type='text'>
permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing
</content>
</entry>
<entry>
<title>MFC (deraadt):</title>
<updated>2002-07-30T07:31:20+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2002-07-30T07:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b71da00fbd6b792933203df71a2d63c20c8e9d98'/>
<id>urn:sha1:b71da00fbd6b792933203df71a2d63c20c8e9d98</id>
<content type='text'>
return failure if integer overflow happens.  sigh; too people had to
help get this right.
</content>
</entry>
<entry>
<title>Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should</title>
<updated>2001-09-06T15:04:34+00:00</updated>
<author>
<name>mpech</name>
<email></email>
</author>
<published>2001-09-06T15:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=45a8dfe1d6eee7cc00a44036d857fd1cc76d2989'/>
<id>urn:sha1:45a8dfe1d6eee7cc00a44036d857fd1cc76d2989</id>
<content type='text'>
be a single digit. Powered by mantoya@.

millert@ ok.
</content>
</entry>
<entry>
<title>Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.</title>
<updated>2001-09-04T23:35:58+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2001-09-04T23:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e24150fd2b66c78de49cbce05efef82adcf4d7d'/>
<id>urn:sha1:5e24150fd2b66c78de49cbce05efef82adcf4d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#(endif|else) foo is incorrect, make it #endif /* foo */</title>
<updated>2001-08-12T12:03:01+00:00</updated>
<author>
<name>heko</name>
<email></email>
</author>
<published>2001-08-12T12:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17b2b4ae4a5f18948d5042343abdf044fe91a105'/>
<id>urn:sha1:17b2b4ae4a5f18948d5042343abdf044fe91a105</id>
<content type='text'>
deraadt@ ok
</content>
</entry>
<entry>
<title>o) We always close .Bl and .Bd tags;</title>
<updated>2001-08-06T10:42:26+00:00</updated>
<author>
<name>mpech</name>
<email></email>
</author>
<published>2001-08-06T10:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1161496b1fe96bd200abb99eecc93d8594aa8306'/>
<id>urn:sha1:1161496b1fe96bd200abb99eecc93d8594aa8306</id>
<content type='text'>
o) .Sh AUTHOR -&gt; .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -&gt; .Nx;
o) OpenBSD -&gt; .Ox;

millert@ ok
</content>
</entry>
<entry>
<title>clean up.</title>
<updated>2001-07-27T23:48:12+00:00</updated>
<author>
<name>mpech</name>
<email></email>
</author>
<published>2001-07-27T23:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=815ffb17b4390d87524b96e6b66ea0e0b6050d8c'/>
<id>urn:sha1:815ffb17b4390d87524b96e6b66ea0e0b6050d8c</id>
<content type='text'>
millert@ ok
</content>
</entry>
<entry>
<title>a first pass at -Wall</title>
<updated>2001-07-09T06:57:45+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2001-07-09T06:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5ca33118ee381fe2484a9244aab71efe5cfdd924'/>
<id>urn:sha1:5ca33118ee381fe2484a9244aab71efe5cfdd924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use strlcpy vs strncpy+a[len-1]='\0'.  millert@ ok.</title>
<updated>2001-06-27T00:58:56+00:00</updated>
<author>
<name>lebel</name>
<email></email>
</author>
<published>2001-06-27T00:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ba6f70d7550cc513151c4bb719659d4775a9efff'/>
<id>urn:sha1:ba6f70d7550cc513151c4bb719659d4775a9efff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove confusing comparison with srand (it does not return the old seed)</title>
<updated>2001-06-09T01:41:59+00:00</updated>
<author>
<name>assar</name>
<email></email>
</author>
<published>2001-06-09T01:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e48fbbe799cf5b7ff38a184af2aa7f3ce90f7f65'/>
<id>urn:sha1:e48fbbe799cf5b7ff38a184af2aa7f3ce90f7f65</id>
<content type='text'>
use .Sh AUTHORS and .An for author
</content>
</entry>
</feed>
