<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/string.h, branch release/7.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-12-31T22:57:14Z</updated>
<entry>
<title>Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.</title>
<updated>2008-12-31T22:57:14Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-31T22:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d4eb975d2e49f56d057a19aac09bcb92b3e71f7'/>
<id>urn:sha1:8d4eb975d2e49f56d057a19aac09bcb92b3e71f7</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.1-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: Add memrchr(3).</title>
<updated>2008-05-27T20:04:27Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2008-05-27T20:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a42061812f70428fb1285f6756dfd08ab7013f29'/>
<id>urn:sha1:a42061812f70428fb1285f6756dfd08ab7013f29</id>
<content type='text'>
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>Revert last revision, strmode() should be moved to &lt;unistd.h&gt; to be</title>
<updated>2005-11-24T08:30:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-24T08:30:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=52fbcc15a084a97c643b0be554fbd46a08d511d6'/>
<id>urn:sha1:52fbcc15a084a97c643b0be554fbd46a08d511d6</id>
<content type='text'>
properly fixed.
</content>
</entry>
<entry>
<title>Fix prototype of strmode() to match the code and documentation.</title>
<updated>2005-11-24T06:59:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-24T06:59:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fee45c0c3896fe8cc7dd1b4d53c850d0f5ab62ef'/>
<id>urn:sha1:fee45c0c3896fe8cc7dd1b4d53c850d0f5ab62ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Appropriate namespace protection for memmem(3).</title>
<updated>2005-08-25T19:46:38Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2005-08-25T19:46:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=da506dcad2d9761d53570d61e17f2befe6a73e08'/>
<id>urn:sha1:da506dcad2d9761d53570d61e17f2befe6a73e08</id>
<content type='text'>
Submitted by:	wollman
MFC after:	3 days
</content>
</entry>
<entry>
<title>Add the function memmem(3) as found in glibc and others.</title>
<updated>2005-08-25T18:26:58Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2005-08-25T18:26:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6050c8fe05cff5f6b5d0191db51223f86b7c04f0'/>
<id>urn:sha1:6050c8fe05cff5f6b5d0191db51223f86b7c04f0</id>
<content type='text'>
It is the binary equivalent to strstr(3).

 void *memmem(const void *big, size_t big_len,
	const void *little, size_t little_len);

Submitted by:	Pascal Gloor &lt;pascal.gloor at spale.com&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>According to the information on:</title>
<updated>2004-12-10T15:24:40Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2004-12-10T15:24:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f5cde3c64228de95d392e408f3198df9ba414a1'/>
<id>urn:sha1:2f5cde3c64228de95d392e408f3198df9ba414a1</id>
<content type='text'>
http://www.opengroup.org/onlinepubs/009695399/functions/swab.html
the prototype for swab() should be in &lt;unistd.h&gt; and not in &lt;string.h&gt;.
Move it, and update to match SUS.  Leave the prototype in string.h for
now, for backwards compat.

PR:		74751
Submitted by:	Craig Rodrigues &lt;rodrigc@crodrigues.org&gt;
Discussed with:	das
</content>
</entry>
<entry>
<title>Mark functions pure where applicable. A notable exclusion is strcoll(),</title>
<updated>2004-07-23T02:20:05Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-23T02:20:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=779f8b0d2a3b6cafecd3837c354b8620f904ab15'/>
<id>urn:sha1:779f8b0d2a3b6cafecd3837c354b8620f904ab15</id>
<content type='text'>
which is not strictly pure because it calls malloc()/free() in some cases.
</content>
</entry>
<entry>
<title>Change the definition of NULL on ia64 (for LP64 compilations) from</title>
<updated>2003-12-07T21:10:06Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-12-07T21:10:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=12eb46c8bb2bf8a79a8151f4bd96aa7ce5bfe63d'/>
<id>urn:sha1:12eb46c8bb2bf8a79a8151f4bd96aa7ce5bfe63d</id>
<content type='text'>
an int constant to a long constant. This change improves consistency
in the following two ways:
1. The first 8 arguments are always passed in registers on ia64, which
   by virtue of the generated code implicitly widens ints to longs and
   allows the use of an 32-bit integral type for 64-bit arguments.
   Subsequent arguments are passed onto the memory stack, which does
   not exhibit the same behaviour and consequently do not allow this.
   In practice this means that variadic functions taking pointers
   and given NULL (without cast) work as long as the NULL is passed
   in one of the first 8 arguments. A SIGSEGV is more likely the
   result if such would be done for stack-based arguments. This is
   due to the fact that the upper 4 bytes remain undefined.
2. All 64-bit platforms that FreeBSD supports, with the obvious
   exception of ia64, allow 32-bit integral types (specifically NULL)
   when 64-bit pointers are expected in variadic functions by way of
   how the compiler generates code. As such, code that works correctly
   (whether rightfully so or not) on any platform other than ia64, may
   fail on ia64.

To more easily allow tweaking of the definition of NULL, this commit
removes the 12 definitions in the various headers and puts it in a
new header that can be included whenever NULL is to be made visible.

This commit fixes GNOME, emacs, xemacs and a whole bunch of ports
that I don't particularly care about at this time...
</content>
</entry>
<entry>
<title>Correct visibility conditionals for memccpy(), strdup(), and</title>
<updated>2002-10-14T20:38:40Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-10-14T20:38:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=32484af1c42ce18acd88c7e8b7c54f5e312029cc'/>
<id>urn:sha1:32484af1c42ce18acd88c7e8b7c54f5e312029cc</id>
<content type='text'>
strtok_r().  Merge conditional prototypes into the regular block.
</content>
</entry>
</feed>
