<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdtime/localtime.c, branch upstream/2.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1997-02-02T18:12:29Z</updated>
<entry>
<title>YAMFC (rev 1.12)</title>
<updated>1997-02-02T18:12:29Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-02-02T18:12:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=200f35848913dd68f2e128f06d759f46b469c2ef'/>
<id>urn:sha1:200f35848913dd68f2e128f06d759f46b469c2ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Part 2 of backing out the botched localtime merge from -current.</title>
<updated>1996-12-22T15:36:08Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-12-22T15:36:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e818beb7bd6a79324e6807bf925007ba75c49ae'/>
<id>urn:sha1:1e818beb7bd6a79324e6807bf925007ba75c49ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-12-10T21:08:53Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-12-10T21:08:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=abab9471bdf045268312afa77cbccb87a3a123f5'/>
<id>urn:sha1:abab9471bdf045268312afa77cbccb87a3a123f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require that a timezone specified via the TZ envariable be a regular</title>
<updated>1996-10-09T17:39:37Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1996-10-09T17:39:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=318a4f9fc375c9018acbf187685d279337ee0dae'/>
<id>urn:sha1:318a4f9fc375c9018acbf187685d279337ee0dae</id>
<content type='text'>
file (and not a directory or a device which might also be readable).
Closes PR#1740.
</content>
</entry>
<entry>
<title>Submitted by: John Birrell &lt;cimaxp1!jb@werple.net.au&gt;</title>
<updated>1996-08-20T08:22:01Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1996-08-20T08:22:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f7d684755aefbcfd70b45d24efc2d39bc505c4c'/>
<id>urn:sha1:0f7d684755aefbcfd70b45d24efc2d39bc505c4c</id>
<content type='text'>
Here are the diffs for libc_r to get it one step closer to P1003.1c
These make most of the thread/mutex/condvar structures opaque to the
user. There are three functions which have been renamed with _np
suffixes because they are extensions to P1003.1c (I did them for JAVA,
which needs to suspend/resume threads and also start threads suspended).

I've created a new header (pthread_np.h) for the non-POSIX stuff.

The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented
doesn't work. I think its best to delete it. I don't think libc_r needs
tags anyway, 'cause most of the source is in libc which does have tags.

also:

Here's the first batch of man pages for the thread functions.
The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was
inherited from /usr/src/lib/libc/Makefile that should only be done with
libc.

also:

I should have sent this diff with the pthread(3) man page.
It allows people to type

make -DWANT_LIBC_R world

to get libc_r built with the rest of the world. I put this in the
pthread(3) man page.  The default is still not to build libc_r.


also:
The diff attached adds a pthread(3) man page to /usr/src/share/man/man3.
The idea is that without libc_r installed, this man page will give people
enough info to know that they have to build libc_r.
</content>
</entry>
<entry>
<title>Merge the recently-imported tzcode96h distribution (libc portion).  The</title>
<updated>1996-07-18T18:53:15Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1996-07-18T18:53:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1ecaa8a894a883d724247cbe133117ae09202fb0'/>
<id>urn:sha1:1ecaa8a894a883d724247cbe133117ae09202fb0</id>
<content type='text'>
part that does zic(8)/zdump(8) is still yet to be imported (but the old
zic and zdump will work just fine with these header files and the
data format has not changed).
</content>
</entry>
<entry>
<title>Removed false copyrights...</title>
<updated>1996-05-27T06:54:03Z</updated>
<author>
<name>Marc G. Fournier</name>
<email>scrappy@FreeBSD.org</email>
</author>
<published>1996-05-27T06:54:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6859875c81d48e9a8ff8d7e1ecead6a0ef0853e3'/>
<id>urn:sha1:6859875c81d48e9a8ff8d7e1ecead6a0ef0853e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added in appropriate Berkeley copyright and RCS Id: string</title>
<updated>1996-05-27T04:10:28Z</updated>
<author>
<name>Marc G. Fournier</name>
<email>scrappy@FreeBSD.org</email>
</author>
<published>1996-05-27T04:10:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0d57629f6f732340b6ab5b2e7090c21e58e1d67'/>
<id>urn:sha1:b0d57629f6f732340b6ab5b2e7090c21e58e1d67</id>
<content type='text'>
Closes PR#doc/536
</content>
</entry>
<entry>
<title>Reviewed by:	julian and (hsu?)</title>
<updated>1996-01-22T00:02:33Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1996-01-22T00:02:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f70177e76e605ec6e6cd5b938fa77ade5d380e87'/>
<id>urn:sha1:f70177e76e605ec6e6cd5b938fa77ade5d380e87</id>
<content type='text'>
Submitted by:	 John Birrel(L?)

changes for threadsafe operations
</content>
</entry>
<entry>
<title>The European Commission went out and invented a new sort of summer-time</title>
<updated>1995-08-05T20:28:08Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-08-05T20:28:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=35482326b20069bced46b27cb520b0a8c0747b46'/>
<id>urn:sha1:35482326b20069bced46b27cb520b0a8c0747b46</id>
<content type='text'>
changeover, so we have to extend the format of timezone files (in a backward-
compatible way, of course).  This probably means that libc needs a minor
version number bump before 2.2 is released (or maybe not).
</content>
</entry>
</feed>
