<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/ncplist, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-03-09T12:45:36Z</updated>
<entry>
<title>Garbage collect NWFS and NCP bits which are now completely disconnected</title>
<updated>2013-03-09T12:45:36Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2013-03-09T12:45:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a92189b37719f9521b682405837a22907c18cf52'/>
<id>urn:sha1:a92189b37719f9521b682405837a22907c18cf52</id>
<content type='text'>
from the tree since few months.

This patch is not targeted for MFC.
</content>
</entry>
<entry>
<title>Bump date missed in r202756</title>
<updated>2012-09-14T17:50:42Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-09-14T17:50:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eae8be706e50f75f7a0a3652bf77a7bc78b57996'/>
<id>urn:sha1:eae8be706e50f75f7a0a3652bf77a7bc78b57996</id>
<content type='text'>
PR:		docs/171624
Submitted by:	bdrewery
Approved by:	gabor
MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix warning when compiling with gcc46:</title>
<updated>2012-01-10T02:58:20Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-01-10T02:58:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc898a0e5c5b81104df5f6f992c1fe527c60a4e2'/>
<id>urn:sha1:cc898a0e5c5b81104df5f6f992c1fe527c60a4e2</id>
<content type='text'>
	error: variable 'wdone' set but not use

Approved by:	dim
MFC after:	3 days
</content>
</entry>
<entry>
<title>Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potential</title>
<updated>2011-12-17T17:04:30Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-17T17:04:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d411ccb3b2d02d45e517a2bc11e9c7a8ebd635d7'/>
<id>urn:sha1:d411ccb3b2d02d45e517a2bc11e9c7a8ebd635d7</id>
<content type='text'>
alignment issues in it.  (Though I doubt anyone still cares about
NetWare support...)

MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix ncplist to build with WARNS=6.</title>
<updated>2011-10-16T10:00:28Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-10-16T10:00:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49e3600b9cf8494ecdaea20a0fb8c7910e103c9a'/>
<id>urn:sha1:49e3600b9cf8494ecdaea20a0fb8c7910e103c9a</id>
<content type='text'>
Add some const and static keywords to get it all to build. Also add
missing #includes.
</content>
</entry>
<entry>
<title>Remove stale references to utmp(5) and its corresponding filenames.</title>
<updated>2010-01-21T17:25:12Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-21T17:25:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0806dd92385d0aec9cc43ef516f8387b1621dd6e'/>
<id>urn:sha1:0806dd92385d0aec9cc43ef516f8387b1621dd6e</id>
<content type='text'>
I removed utmp and its manpage, but not other manpages referring to it.
</content>
</entry>
<entry>
<title>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>urn:sha1:b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
</entry>
<entry>
<title>getopt(3) returns -1, not EOF when out of args.</title>
<updated>2007-02-05T07:35:23Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2007-02-05T07:35:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c6adfcfdf40ae5d78fa19aff6a3451cc816fc0e'/>
<id>urn:sha1:1c6adfcfdf40ae5d78fa19aff6a3451cc816fc0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix one minor inaccuracy.</title>
<updated>2006-12-15T13:40:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-12-15T13:40:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ad8d83a6b5ff09003f760489ad7210c36749357'/>
<id>urn:sha1:8ad8d83a6b5ff09003f760489ad7210c36749357</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve markup and grammar.</title>
<updated>2006-12-15T13:37:49Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-12-15T13:37:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f24d6f508bdbfb4ef439d63867a928609269e410'/>
<id>urn:sha1:f24d6f508bdbfb4ef439d63867a928609269e410</id>
<content type='text'>
</content>
</entry>
</feed>
