<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio, branch release/9.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-03-06T19:47:46Z</updated>
<entry>
<title>Because we call __printf_out() with a on-stack buffer, also call</title>
<updated>2011-03-06T19:47:46Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2011-03-06T19:47:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9cf49ab39a0906ecfb1e964190da1964805fac9'/>
<id>urn:sha1:a9cf49ab39a0906ecfb1e964190da1964805fac9</id>
<content type='text'>
__printf_flush() so we are sure it won't be referenced after we return.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Fix various issues in how %#T is handled:</title>
<updated>2011-03-06T17:43:32Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2011-03-06T17:43:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f03ca7241bf41d7edbbc49a8686c0309a5573362'/>
<id>urn:sha1:f03ca7241bf41d7edbbc49a8686c0309a5573362</id>
<content type='text'>
- If precision is 0, don't print period followed by no digits.
- If precision is 0 stop printing units as soon as possible
  (eg. if we have three years and five days and precision is 0
   print only 3y5d).
- If precision is not 0, print all units (eg. 3y0d0h0m0s.00).

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>When reopening a stream backed by an open file descriptor, do not close</title>
<updated>2010-12-09T20:28:30Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-12-09T20:28:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc3d85727dff868e59352aef7cff20b2aaa1a063'/>
<id>urn:sha1:cc3d85727dff868e59352aef7cff20b2aaa1a063</id>
<content type='text'>
the existing file descriptor.  Instead, let dup2() atomically close the
old file descriptor when assigning the newly opened file to the same
descriptor.  This closes a race in a multithreaded application where a
concurrent open() could allocate the existing file descriptor in between
the calls to close() and dup2().

PR:		threads/79887
Submitted by:	Dmitrij Tejblum  tejblum of yandex-team.ru
Reviewed by:	davidxu
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove two unused variables, left over from the refactoring in r180104.</title>
<updated>2010-12-02T13:40:21Z</updated>
<author>
<name>Gavin Atkinson</name>
<email>gavin@FreeBSD.org</email>
</author>
<published>2010-12-02T13:40:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da1e775d124532e5908bddf1498d572f4a25a808'/>
<id>urn:sha1:da1e775d124532e5908bddf1498d572f4a25a808</id>
<content type='text'>
PR:		bin/152551
Submitted by:	Henning Petersen &lt;henning.petersen t-online.de&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Update the documentation to reflect changes to the implementation in</title>
<updated>2010-11-30T21:26:21Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2010-11-30T21:26:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06127c9c2a066179d2f8172b06ae1a20b3604508'/>
<id>urn:sha1:06127c9c2a066179d2f8172b06ae1a20b3604508</id>
<content type='text'>
r197752, which is related to handling of null buffer pointers.  Also
make a few minor wording changes.

Reported by:	jh@
</content>
</entry>
<entry>
<title>Revert changes of 'assure' to 'ensure' made in r211936.</title>
<updated>2010-09-11T10:49:56Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2010-09-11T10:49:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5512804bb8fe7606fcc50062327c11622c79b6ca'/>
<id>urn:sha1:5512804bb8fe7606fcc50062327c11622c79b6ca</id>
<content type='text'>
Approved by: rrs (mentor)
</content>
</entry>
<entry>
<title>Fix incorrect usage of 'assure' and 'insure'.</title>
<updated>2010-08-28T16:32:01Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2010-08-28T16:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e7f8dd75b3c11bd606a3a4fa82a3bd7834f65421'/>
<id>urn:sha1:e7f8dd75b3c11bd606a3a4fa82a3bd7834f65421</id>
<content type='text'>
Approved by: rrs (mentor)
</content>
</entry>
<entry>
<title>mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the</title>
<updated>2010-05-13T12:07:55Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-05-13T12:07:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0afc94c17a8772df34294778904e816258542498'/>
<id>urn:sha1:0afc94c17a8772df34294778904e816258542498</id>
<content type='text'>
bottom of the manpages and order them consistently.

GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.

Found by:	mdocml lint run
Reviewed by:	ru
</content>
</entry>
<entry>
<title>mdoc: fix parenthesis</title>
<updated>2010-05-11T23:08:31Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-05-11T23:08:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a10d6d199a26685818450d21975a0f7f7067085'/>
<id>urn:sha1:2a10d6d199a26685818450d21975a0f7f7067085</id>
<content type='text'>
Reviewed by:	brueffer
</content>
</entry>
<entry>
<title>mdoc: use macro for +- that is understood by mdocml</title>
<updated>2010-05-11T23:08:15Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-05-11T23:08:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=488704b28a88e9756c82ddc084cefe4aa46e1826'/>
<id>urn:sha1:488704b28a88e9756c82ddc084cefe4aa46e1826</id>
<content type='text'>
Reviewed by:	brueffer
</content>
</entry>
</feed>
