<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdtime, branch release/8.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-11-21T06:13:29Z</updated>
<entry>
<title>Create release/8.0.0 for the 8.0-RELEASE.</title>
<updated>2009-11-21T06:13:29Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-11-21T06:13:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4d3b78df842614c46b116fc5a6f470be637dccd'/>
<id>urn:sha1:a4d3b78df842614c46b116fc5a6f470be637dccd</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.0-RELEASE image.
</content>
</entry>
<entry>
<title>Implement %z for strptime.</title>
<updated>2009-06-25T23:59:23Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-06-25T23:59:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=40523da708160e95ad45cefe19aa2bb668903c46'/>
<id>urn:sha1:40523da708160e95ad45cefe19aa2bb668903c46</id>
<content type='text'>
PR:		kern/63064
Submitted by:	Stefan `Sec` Zehl &lt;sec 42 org&gt; (with some small changes)
MFC after:	1 month
</content>
</entry>
<entry>
<title>Remove duplicate if-statement on gmt_is_set in gmtsub().</title>
<updated>2009-06-23T22:28:44Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-06-23T22:28:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9cf330555af80a6578384b84bcc2c0fa6d11a641'/>
<id>urn:sha1:9cf330555af80a6578384b84bcc2c0fa6d11a641</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Spacing fixes.  No actual change.</title>
<updated>2009-06-09T09:02:58Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-06-09T09:02:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dbfbdd0474d6dd7ffaba5446080c375eceb0940c'/>
<id>urn:sha1:dbfbdd0474d6dd7ffaba5446080c375eceb0940c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFV of tzcode2009h revision r192887</title>
<updated>2009-05-27T12:18:39Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-05-27T12:18:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84b2ce0d42cb611b44efd1ff180360b404927dc7'/>
<id>urn:sha1:84b2ce0d42cb611b44efd1ff180360b404927dc7</id>
<content type='text'>
- Clarify the license for the tzcode: public domain

MFC after:	1 month
</content>
</entry>
<entry>
<title>MFV of tzcode2009e:</title>
<updated>2009-05-23T06:31:50Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2009-05-23T06:31:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dfc79e892f85abf6795318009680a31a8813109c'/>
<id>urn:sha1:dfc79e892f85abf6795318009680a31a8813109c</id>
<content type='text'>
Upgrade of the tzcode from 2004a to 2009e.

Changes are numerous, but include...

- New format of the output of zic, which supports both 32 and 64
  bit time_t formats.

- zdump on 64 bit platforms will actually produce some output instead
  of doing nothing for a looooooooong time.

- linux_base-fX, with X &gt;= at least 8, will work without problems related
  to the local time again.

The original patch, based on the 2008e, has been running for a long
time on both my laptop and desktop machine and have been tested by
other people.

After the installation of this code and the running of zic(8), you
need to run tzsetup(8) again to install the new datafile.

Approved by:	wollman@ for usr.sbin/zic
MFC after:	1 month
</content>
</entry>
<entry>
<title>Pass a pointer to warn2 so the warn2 == IN_ALL would not be an</title>
<updated>2008-10-30T00:19:19Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2008-10-30T00:19:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=65443d59535af365c8cabda400c5912af124a823'/>
<id>urn:sha1:65443d59535af365c8cabda400c5912af124a823</id>
<content type='text'>
always-false condition.
</content>
</entry>
<entry>
<title>Clarify that "ante meridiem" and "post meridiem" mean the same thing</title>
<updated>2008-05-16T04:33:04Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2008-05-16T04:33:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b98d401185e17236b4e68ff2ce58413c7865bc18'/>
<id>urn:sha1:b98d401185e17236b4e68ff2ce58413c7865bc18</id>
<content type='text'>
as the more commonly used "a.m." and "p.m.".

Tripped over by:  Callum Gibson.

MFC after:  2 weeks
</content>
</entry>
<entry>
<title>Normally, we are often reading local time rather than setting time zone,</title>
<updated>2008-04-01T06:56:11Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-04-01T06:56:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ad4a96ba1372dfc2ebe55792528e9136212a6c95'/>
<id>urn:sha1:ad4a96ba1372dfc2ebe55792528e9136212a6c95</id>
<content type='text'>
replace mutex with rwlock, this should eliminate lock contention in
most cases.
</content>
</entry>
<entry>
<title>Reduce lock contention for simple cases.</title>
<updated>2007-12-19T04:30:10Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-12-19T04:30:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9227047ec5d0ee611c6c0a41f85474a00fd83266'/>
<id>urn:sha1:9227047ec5d0ee611c6c0a41f85474a00fd83266</id>
<content type='text'>
# this really should be done with pthread_once, but I've debugged this code.

Reviewed by: arch@
</content>
</entry>
</feed>
