<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libcompat/Makefile, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-07-01T15:07:01Z</updated>
<entry>
<title>Axe AINC.</title>
<updated>2003-07-01T15:07:01Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-07-01T15:07:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b3cbc5c38fc72aba85e98bca992a25880cd1ad9'/>
<id>urn:sha1:0b3cbc5c38fc72aba85e98bca992a25880cd1ad9</id>
<content type='text'>
Submitted by:	bde
</content>
</entry>
<entry>
<title> - Remove the lsearch() and lfind() functions and their manpage from</title>
<updated>2002-10-16T14:29:23Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-10-16T14:29:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c84d0b1a5f243e4aa87fe02c82627b7d11d053e'/>
<id>urn:sha1:6c84d0b1a5f243e4aa87fe02c82627b7d11d053e</id>
<content type='text'>
   the compatibility library libcompat.
 - Add new implementations of lsearch() and lfind() which conform to
   IEEE Std 1003.1-2001 to libc.  Add a new manual page for them and
   add them to the makefile.
 - Add function prototypes for lsearch() and lfind() to the search.h
   header.
</content>
</entry>
<entry>
<title> - Remove the old insque() and remque() functions and their manual</title>
<updated>2002-10-16T14:00:46Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-10-16T14:00:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e768c1be41aefcb7cf8fb19b12cf21d523dc4cdf'/>
<id>urn:sha1:e768c1be41aefcb7cf8fb19b12cf21d523dc4cdf</id>
<content type='text'>
   page from the compatibility library.
 - Add new implementations of insque() and remque() which conform to
   IEEE Std 1003.1-2001 to libc.  Add a new manual page for them and
   connect them to the build.
 - Add the prototypes of insque() and remque() to the search.h
   header.
</content>
</entry>
<entry>
<title>MAN[1-9] -&gt; MAN.</title>
<updated>2001-03-27T17:27:19Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-27T17:27:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a558355e5f3b4521cef56a6b705fa84be41dfa0'/>
<id>urn:sha1:4a558355e5f3b4521cef56a6b705fa84be41dfa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Aargh, the $FreeBSD$ check caused an inconsistent commit by rejecting</title>
<updated>1999-12-22T13:49:14Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-12-22T13:49:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f4620bc426be7750b6d72d9e1245a7764035028'/>
<id>urn:sha1:8f4620bc426be7750b6d72d9e1245a7764035028</id>
<content type='text'>
this makefile update which should have been together with the file
removal.

Removed vlimit.3 and vtimes.3.  Removed vlimit.c and vtimes.c from
the "MISSING" list.  These were old variants of get/setrlimit() and
getrusage(), respectively, and were never implemented in FreeBSD.
vlimit.3 referred to &lt;sys/vlimit.h&gt; which was removed recently.
vtimes.3 referred to &lt;sys/vtimes.h&gt; which never existed in FreeBSD.
</content>
</entry>
<entry>
<title>Cleanup. Make it compile on alpha.</title>
<updated>1998-11-10T06:35:24Z</updated>
<author>
<name>Dima Ruban</name>
<email>dima@FreeBSD.org</email>
</author>
<published>1998-11-10T06:35:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac1b417f7ca059d725d4b9f28167a51db692594c'/>
<id>urn:sha1:ac1b417f7ca059d725d4b9f28167a51db692594c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.</title>
<updated>1998-09-09T11:27:33Z</updated>
<author>
<name>KATO Takenori</name>
<email>kato@FreeBSD.org</email>
</author>
<published>1998-09-09T11:27:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d7feb25bdfd82f42e844cb836a2d7a865194a63a'/>
<id>urn:sha1:d7feb25bdfd82f42e844cb836a2d7a865194a63a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move ftok() from libcompat to libc, so that it can be closer to its</title>
<updated>1998-06-10T16:20:21Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-06-10T16:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=63b7c21cc31653355316dc5960437437fbfc583a'/>
<id>urn:sha1:63b7c21cc31653355316dc5960437437fbfc583a</id>
<content type='text'>
friend shmget().

PR:		closes misc/6763
</content>
</entry>
<entry>
<title>Speedup in case locale not used</title>
<updated>1997-04-04T20:10:53Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-04-04T20:10:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b15443ba83936fa4e0bc4e843c9bd783c5e19b3b'/>
<id>urn:sha1:b15443ba83936fa4e0bc4e843c9bd783c5e19b3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unneded define from CFLAGS (from orand* compatibility)</title>
<updated>1997-03-29T19:45:07Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-03-29T19:45:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=79d07a3202ff6c9543aa1fea64376a7176476eee'/>
<id>urn:sha1:79d07a3202ff6c9543aa1fea64376a7176476eee</id>
<content type='text'>
</content>
</entry>
</feed>
