<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/exit.3, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-06-03T14:15:53+00:00</updated>
<entry>
<title>Again.  Make exit(), fclose(), fflush(), and freopen() comply with</title>
<updated>2025-06-03T14:15:53+00:00</updated>
<author>
<name>yasuoka</name>
<email></email>
</author>
<published>2025-06-03T14:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ed3a1ddc5d30f8d2745857ce2b60d3f6756aa82'/>
<id>urn:sha1:6ed3a1ddc5d30f8d2745857ce2b60d3f6756aa82</id>
<content type='text'>
POSIX-2008 requirements for setting the underlying file position when
flushing read-mode streams, and make an fseek()-after-fflush() not
change the underlying file position.  This commit fixes some minor
problems of the previous.

previous diff from guenther
Much testing, review, assistence form tb@
ok tb@ millert@ for the previous

ok asou
</content>
</entry>
<entry>
<title>Revert commitid KcCtsA53F9UQzc0t:</title>
<updated>2024-08-30T03:44:48+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2024-08-30T03:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d4db5a71ba518c310aea0879dbc6d5838ebe088'/>
<id>urn:sha1:5d4db5a71ba518c310aea0879dbc6d5838ebe088</id>
<content type='text'>
"Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008
 requirements for setting the underlying file position when flushing
 read-mode streams, and make an fseek()-after-fflush() not change the
 underlying file position."

Something isn't correct about it and it breaks at least initdb from
the postgresql-server package.

discussed with tb@, semarie@, and deraadt@
</content>
</entry>
<entry>
<title>Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008</title>
<updated>2024-08-12T20:53:09+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2024-08-12T20:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f7005808e10f9952d53be75e414a7944967d1cc0'/>
<id>urn:sha1:f7005808e10f9952d53be75e414a7944967d1cc0</id>
<content type='text'>
requirements for setting the underlying file position when flushing
read-mode streams, and make an fseek()-after-fflush() not change the
underlying file position.

Much testing, review, and assistance from tb@
ok tb@ millert@
</content>
</entry>
<entry>
<title>Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.</title>
<updated>2014-11-30T21:21:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-11-30T21:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f8f81cd7d51edc2c22f90355222b5dafedab140'/>
<id>urn:sha1:2f8f81cd7d51edc2c22f90355222b5dafedab140</id>
<content type='text'>
The former is not used anywhere in NetBSD, FreeBSD, or DragonFly
and not supported by groff, so i'm going to delete it from mandoc(1).
We don't need two macros for the same thing.
</content>
</entry>
<entry>
<title>more library history</title>
<updated>2013-07-17T05:42:11+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2013-07-17T05:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2b01409a3178be63f919b142223a30226b03e6f'/>
<id>urn:sha1:d2b01409a3178be63f919b142223a30226b03e6f</id>
<content type='text'>
facts checked by sobrado@
style tweaks and ok jmc@
</content>
</entry>
<entry>
<title>Move _Exit() from the exit() manpage to the _exit() manpage, as it's</title>
<updated>2013-06-05T04:06:08+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2013-06-05T04:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=409aba3b9e9305a55782e4d81ecbeec1d03a71ea'/>
<id>urn:sha1:409aba3b9e9305a55782e4d81ecbeec1d03a71ea</id>
<content type='text'>
just an alias of the latter.

ok matthew@ tedu@
</content>
</entry>
<entry>
<title>Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze</title>
<updated>2013-06-05T03:39:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2013-06-05T03:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4'/>
<id>urn:sha1:2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complete the HISTORY of all syscalls that exist since Version 1 AT&amp;T UNIX.</title>
<updated>2011-11-17T14:26:14+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2011-11-17T14:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=54d779777baf7fc71a648142f21dc9ec1bbd6d53'/>
<id>urn:sha1:54d779777baf7fc71a648142f21dc9ec1bbd6d53</id>
<content type='text'>
All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@.
Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice).
</content>
</entry>
<entry>
<title>convert to new .Dd format;</title>
<updated>2007-05-31T19:20:26+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-05-31T19:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e021d0a0d5401ab3c1c88e4570ee8c832a47033b'/>
<id>urn:sha1:e021d0a0d5401ab3c1c88e4570ee8c832a47033b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add _Exit(3) as per C99.  Discussed with espie@ some time ago.</title>
<updated>2004-05-03T17:21:13+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2004-05-03T17:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ec47889776b306f56c691ad8120367908f17299e'/>
<id>urn:sha1:ec47889776b306f56c691ad8120367908f17299e</id>
<content type='text'>
</content>
</entry>
</feed>
