<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libtacplus, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-05-12T22:22:12Z</updated>
<entry>
<title>mdoc sweep.</title>
<updated>2013-05-12T22:22:12Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2013-05-12T22:22:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2710751bc309af25c6dea1171781678258e83840'/>
<id>urn:sha1:2710751bc309af25c6dea1171781678258e83840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>General mdoc(7) and typo fixes.</title>
<updated>2012-05-11T20:06:46Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2012-05-11T20:06:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3fb6da9ba05cbeeab1d5bec46075916256d2fb0'/>
<id>urn:sha1:a3fb6da9ba05cbeeab1d5bec46075916256d2fb0</id>
<content type='text'>
PR:		167734
Submitted by:	Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove trailing whitespace per mdoc lint warning</title>
<updated>2012-03-29T05:02:12Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-03-29T05:02:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e'/>
<id>urn:sha1:50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e</id>
<content type='text'>
Disussed with:	gavin
No objection from:	doc
Approved by:	joel
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove superfluous paragraph macro.</title>
<updated>2012-03-25T12:13:24Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-03-25T12:13:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41949a1ed5d188c9e80c53fa5c0cff0900ab956b'/>
<id>urn:sha1:41949a1ed5d188c9e80c53fa5c0cff0900ab956b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump shared libraries version numbers in preparation for 9.0.</title>
<updated>2011-08-28T09:26:48Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2011-08-28T09:26:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7596eb487200a0954c34060ce81369fe1fb4ad72'/>
<id>urn:sha1:7596eb487200a0954c34060ce81369fe1fb4ad72</id>
<content type='text'>
This time, only libraries which ABI has been changed compared to
stable/8, are bumped.

ABI analysis done by:	Gleb Kurtsou
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>mdoc: drop redundant .Pp and .LP calls</title>
<updated>2010-10-08T12:40:16Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-10-08T12:40:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96'/>
<id>urn:sha1:0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96</id>
<content type='text'>
They have no effect when coming in pairs, or before .Bl/.Bd
</content>
</entry>
<entry>
<title>Correct comment typo.</title>
<updated>2010-01-21T15:01:09Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2010-01-21T15:01:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bc7622b74669d9114cc78aa8a87b265a71565b8c'/>
<id>urn:sha1:bc7622b74669d9114cc78aa8a87b265a71565b8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build lib/ with WARNS=6 by default.</title>
<updated>2010-01-02T09:58:07Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T09:58:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=daaf5759104f210a9315f49f80f1e0f01a8b3bff'/>
<id>urn:sha1:daaf5759104f210a9315f49f80f1e0f01a8b3bff</id>
<content type='text'>
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
</content>
</entry>
<entry>
<title>Bump the man page date to the date of the last update.</title>
<updated>2009-12-11T13:05:09Z</updated>
<author>
<name>Shteryana Shopova</name>
<email>syrinx@FreeBSD.org</email>
</author>
<published>2009-12-11T13:05:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9cd8bb54fad509d6ae3827e1c6c7de2e29b9e559'/>
<id>urn:sha1:9cd8bb54fad509d6ae3827e1c6c7de2e29b9e559</id>
<content type='text'>
Noticed by:	bz
</content>
</entry>
<entry>
<title>Add support for TACACS+ accounting to libtacplus(3).</title>
<updated>2009-12-11T07:53:44Z</updated>
<author>
<name>Shteryana Shopova</name>
<email>syrinx@FreeBSD.org</email>
</author>
<published>2009-12-11T07:53:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db3a20a5183954a016ea8dd379c2fce2aaa2f9d1'/>
<id>urn:sha1:db3a20a5183954a016ea8dd379c2fce2aaa2f9d1</id>
<content type='text'>
Submitted by:	Michael Pounov misho@aitbg.com
OKed by:	emaste
</content>
</entry>
</feed>
