<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/usr.bin, 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>MFC r197259</title>
<updated>2009-09-24T20:43:08Z</updated>
<author>
<name>Stephane E. Potvin</name>
<email>sepotvin@FreeBSD.org</email>
</author>
<published>2009-09-24T20:43:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0c6c8b3e8f6654d41fb5f7206ab3590ccf5a8069'/>
<id>urn:sha1:0c6c8b3e8f6654d41fb5f7206ab3590ccf5a8069</id>
<content type='text'>
The buffer returned by fgetln is not a "C" string and might not be NUL
terminated. Make sure that it is before using it.

Reviewed by:    marck@
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Back out previous revision until better tested fix is ready.</title>
<updated>2009-06-29T01:33:59Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2009-06-29T01:33:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d48890cfb8cf92f9f2d49763781b20fd01e1e9d4'/>
<id>urn:sha1:d48890cfb8cf92f9f2d49763781b20fd01e1e9d4</id>
<content type='text'>
Approved by: re (impliciti, by approving previos check-in)
</content>
</entry>
<entry>
<title>Eliminate .text relocations in shared libraries compiled with stack protector.</title>
<updated>2009-06-28T23:51:39Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2009-06-28T23:51:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a162c9ae9c55a9593b15ef618f4df0a045e39dbd'/>
<id>urn:sha1:a162c9ae9c55a9593b15ef618f4df0a045e39dbd</id>
<content type='text'>
Use libssp_nonshared library to pull __stack_chk_fail_local symbol into
each library that needs it instead of pulling it from libc. GCC generates
local calls to this function which result in absolute relocations put into
position-independent code segment, making dynamic loader do extra work everys
time given shared library is being relocated and making affected text pages
non-shareable.

Reviewed by:        kib
Approved by:        re (kensmith)
</content>
</entry>
<entry>
<title>Add libjail, a (somewhat) simpler interface to the jail_set and jail_get</title>
<updated>2009-06-24T18:18:35Z</updated>
<author>
<name>Jamie Gritton</name>
<email>jamie@FreeBSD.org</email>
</author>
<published>2009-06-24T18:18:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de6f37045c093865da6d233be60dbc3db241f383'/>
<id>urn:sha1:de6f37045c093865da6d233be60dbc3db241f383</id>
<content type='text'>
system calls and the security.jail.param sysctls.

Approved by:	bz (mentor)
</content>
</entry>
<entry>
<title>Don't set $PATH - if the caller doesn't have /bin and /usr/bin in their</title>
<updated>2009-06-14T06:09:33Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2009-06-14T06:09:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c33b82645a8a87d1a0d660e129602ce96ea9c678'/>
<id>urn:sha1:c33b82645a8a87d1a0d660e129602ce96ea9c678</id>
<content type='text'>
PATH then they can expect things to break.

PR:		135417
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Change the internal buffer used to store input lines from a static buffer</title>
<updated>2009-05-08T02:18:46Z</updated>
<author>
<name>Stephane E. Potvin</name>
<email>sepotvin@FreeBSD.org</email>
</author>
<published>2009-05-08T02:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9ab20e104c725eb316253051ac826d1b5a8d8423'/>
<id>urn:sha1:9ab20e104c725eb316253051ac826d1b5a8d8423</id>
<content type='text'>
to a dynamically allocated one in order to support input lines of
arbitrary length.

Approved by:	kan (mentor)
MFC after:	1 month
</content>
</entry>
<entry>
<title>Fix build breakage due to the interplay between r189801 and r189824.</title>
<updated>2009-03-14T22:50:03Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-03-14T22:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14b55f2f95324d2260d96320a15e0832f0a23a00'/>
<id>urn:sha1:14b55f2f95324d2260d96320a15e0832f0a23a00</id>
<content type='text'>
In particular, vendor sources that aren't ready for gnu99 should
still be compiled with gnu89. (Before r189824, these would have
generated warnings if you tried to compile them in gnu99 mode,
but the warnings went unheeded due to -Wno-error.)
</content>
</entry>
<entry>
<title>Define a macro for POSIX.1-2008 here until a future groff import</title>
<updated>2009-02-28T05:47:41Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-02-28T05:47:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8bc369a3e122d4e2dd14be8d96eeaf3f4d8573e2'/>
<id>urn:sha1:8bc369a3e122d4e2dd14be8d96eeaf3f4d8573e2</id>
<content type='text'>
includes one.
</content>
</entry>
<entry>
<title>Initial gdbserver support for PowerPC.</title>
<updated>2009-02-23T18:22:49Z</updated>
<author>
<name>Rafal Jaworowski</name>
<email>raj@FreeBSD.org</email>
</author>
<published>2009-02-23T18:22:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ab8b490a63599c4b0a045c989c1a7162b161d2a5'/>
<id>urn:sha1:ab8b490a63599c4b0a045c989c1a7162b161d2a5</id>
<content type='text'>
Obtained from:	Juniper Networks, Semihalf
</content>
</entry>
</feed>
