<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/Makefile, 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>1996-12-23T05:54:57Z</updated>
<entry>
<title>Add compat to SUBDIR so Jordan can use it.</title>
<updated>1996-12-23T05:54:57Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-12-23T05:54:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff89164460e9537309ae614931e070c40aabfc9f'/>
<id>urn:sha1:ff89164460e9537309ae614931e070c40aabfc9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-12-14T11:59:07Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-12-14T11:59:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03ae2d20fdba9b0810c5e99b0ae90ad31143b061'/>
<id>urn:sha1:03ae2d20fdba9b0810c5e99b0ae90ad31143b061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-11-13T20:30:16Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-11-13T20:30:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ba0f8ead950f64d34e8f7bca98cea2789b9a0246'/>
<id>urn:sha1:ba0f8ead950f64d34e8f7bca98cea2789b9a0246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libfakegnumalloc -&gt; libgnumalloc</title>
<updated>1996-09-27T07:12:11Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-27T07:12:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=92f8a732072e3d0e2600e5c13c2e60b6c483cbd2'/>
<id>urn:sha1:92f8a732072e3d0e2600e5c13c2e60b6c483cbd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add back stub libresolv</title>
<updated>1996-09-03T13:24:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-03T13:24:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=583c43dfe0ae843d6420122a04f3472d64ca0512'/>
<id>urn:sha1:583c43dfe0ae843d6420122a04f3472d64ca0512</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Knock libresolv out of the SUBDIR for the moment while it doesn't build.</title>
<updated>1996-08-29T20:17:12Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-29T20:17:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f10dec0a68fa61b71c3f502d456a26f3956f62d'/>
<id>urn:sha1:0f10dec0a68fa61b71c3f502d456a26f3956f62d</id>
<content type='text'>
</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>insert libipx and libdisk into correct order, add libz</title>
<updated>1996-08-18T18:57:00Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-18T18:57:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d3065f15ebeea1aa2c75a408af880f30ea972615'/>
<id>urn:sha1:d3065f15ebeea1aa2c75a408af880f30ea972615</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add back missing backslash in SUBDIR list, it got lost when libtcl was</title>
<updated>1996-06-28T12:07:01Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-06-28T12:07:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=450c478593b3f59cad052e24e39574ec9b083ed8'/>
<id>urn:sha1:450c478593b3f59cad052e24e39574ec9b083ed8</id>
<content type='text'>
added.  (also align the text block, it looked odd with variable indent)
</content>
</entry>
<entry>
<title>Add libtcl to makefile</title>
<updated>1996-06-28T05:35:44Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-06-28T05:35:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3510f44474d777d8fe029522a0017e0315c10c70'/>
<id>urn:sha1:3510f44474d777d8fe029522a0017e0315c10c70</id>
<content type='text'>
</content>
</entry>
</feed>
