<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/ngctl, branch releng/9.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F9.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F9.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-12-20T09:36:54Z</updated>
<entry>
<title>Add __unused. Ansi prototypes.</title>
<updated>2010-12-20T09:36:54Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2010-12-20T09:36:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d31ff7a8fb385fedeb91b26118840ca75a0da0b9'/>
<id>urn:sha1:d31ff7a8fb385fedeb91b26118840ca75a0da0b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add volatile to sig_atomic_t where it was missing.</title>
<updated>2009-06-14T21:39:52Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2009-06-14T21:39:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c540146463deb57cb60f00f80d3c254beacc06ae'/>
<id>urn:sha1:c540146463deb57cb60f00f80d3c254beacc06ae</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Modify the DoParseCommand() to work on (const char *) instead of just</title>
<updated>2008-06-28T12:31:30Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2008-06-28T12:31:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=48b5fd636e41114076de341dc6b9b4dc48fa1c97'/>
<id>urn:sha1:48b5fd636e41114076de341dc6b9b4dc48fa1c97</id>
<content type='text'>
(char *). This is a slightly simplified version of the patch in the PR. It
fixes compilitation issues with -O3.

PR: misc/124385
</content>
</entry>
<entry>
<title>Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer</title>
<updated>2008-03-29T17:44:40Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-03-29T17:44:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dbdb679c6ffb9b289cb4489246d0a30635657e00'/>
<id>urn:sha1:dbdb679c6ffb9b289cb4489246d0a30635657e00</id>
<content type='text'>
build libkse.  This should fix WITHOUT_LIBTHR builds as a side effect.
</content>
</entry>
<entry>
<title>Tweak the handling of "WITHOUT_LIBPTHREAD".  Also remove the accidental</title>
<updated>2007-10-09T23:31:11Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2007-10-09T23:31:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=946367b8e29f567f4d24c3553de8cbe925a0ade3'/>
<id>urn:sha1:946367b8e29f567f4d24c3553de8cbe925a0ade3</id>
<content type='text'>
treatment of 'LIBKSE' as an "old style" knob.

Submitted by:	ru
Approved by:	re(kensmith)
</content>
</entry>
<entry>
<title>Repo copy libpthreads to libkse.</title>
<updated>2007-10-09T13:42:34Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2007-10-09T13:42:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=65c045e96459361250134c2264b8d72c34266641'/>
<id>urn:sha1:65c045e96459361250134c2264b8d72c34266641</id>
<content type='text'>
This introduces the WITHOUT_LIBKSE nob,
and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.
Approved by:	re(kensmith)
</content>
</entry>
<entry>
<title>Always install libpthread.* symlinks if at least one of</title>
<updated>2007-10-01T18:22:32Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2007-10-01T18:22:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=152f2a4a96fd82ea013f6602e97ce3c2f0f46d08'/>
<id>urn:sha1:152f2a4a96fd82ea013f6602e97ce3c2f0f46d08</id>
<content type='text'>
the threading libraries is built.  This simplifies the
logic in makefiles that need to check if the pthreads
support is present.  It also fixes a bug where we would
build a threading library that we shouldn't have built:
for example, building with WITHOUT_LIBTHR and the default
value of DEFAULT_THREADING_LIB (libthr) would mistakenly
build the libthr library, but not install it.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>The last change is not needed for HEAD.</title>
<updated>2007-03-30T08:23:59Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2007-03-30T08:23:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=611619b3382da305758b92e5ca4b4327e2025e21'/>
<id>urn:sha1:611619b3382da305758b92e5ca4b4327e2025e21</id>
<content type='text'>
Explained by:	ru
</content>
</entry>
<entry>
<title>Do not build the libedit support if NO_LIBPTHREAD is defined.</title>
<updated>2007-03-28T14:04:35Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2007-03-28T14:04:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3cb88013baf504e0296064e72572e7da9832a21f'/>
<id>urn:sha1:3cb88013baf504e0296064e72572e7da9832a21f</id>
<content type='text'>
PR:		bin/104478
Submitted by:	Mike Durian &lt;durian shadetreesoftware.com&gt;
</content>
</entry>
<entry>
<title>getopt(3) returns -1, not EOF.</title>
<updated>2007-02-06T08:48:28Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2007-02-06T08:48:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c20ad30e025942adf28ce0291fcf5bfa92e2301'/>
<id>urn:sha1:9c20ad30e025942adf28ce0291fcf5bfa92e2301</id>
<content type='text'>
</content>
</entry>
</feed>
