<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/share/examples/kld/dyn_sysctl, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2019-03-16T04:24:02Z</updated>
<entry>
<title>Fix build for KLD dyn_sysctl example</title>
<updated>2019-03-16T04:24:02Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2019-03-16T04:24:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0004c28dda77205bfbc39d63b5ce3c76330aaf8e'/>
<id>urn:sha1:0004c28dda77205bfbc39d63b5ce3c76330aaf8e</id>
<content type='text'>
Looks like the example was broken by change of SYSCTL_STATIC_CHILDREN
definition in r267992. Fix build by switching to using SYSCTL_ADD_ROOT_NODE

PR:		236139
Submitted by:	Andrew Reiter &lt;arr@watson.org&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>share and pc-sysinstall: adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:28:26Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:28:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f0cfa1b168014f56c02b83e5f28412cc5f78d117'/>
<id>urn:sha1:f0cfa1b168014f56c02b83e5f28412cc5f78d117</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Commit these apart because compile testing doesn't guarantee I didn't made
some nasty mistake. No functional change intended.
</content>
</entry>
<entry>
<title>Update share/examples/* to properly install /usr/share/examples.</title>
<updated>2016-05-10T00:51:50Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-05-10T00:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a5921bc3653e2e286715e6fe8d473ec0d02da38c'/>
<id>urn:sha1:a5921bc3653e2e286715e6fe8d473ec0d02da38c</id>
<content type='text'>
As result of this, a new examples package is now created.

Note, this is only effective with 'SHARED=copies' (the default),
as the 'SHARED=symlinks' mechanism will create a symlink to the
source tree version of the file(s).

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Revert previous commit...</title>
<updated>2012-10-10T08:36:38Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-10-10T08:36:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9823d52705ad71f19ef2205aa729547ac396e3eb'/>
<id>urn:sha1:9823d52705ad71f19ef2205aa729547ac396e3eb</id>
<content type='text'>
Pointyhat to:	kevlo (myself)
</content>
</entry>
<entry>
<title>Prefer NULL over 0 for pointers</title>
<updated>2012-10-09T08:27:40Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-10-09T08:27:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a10cee30c94cf5944826d2a495e9cdf339dfbcc8'/>
<id>urn:sha1:a10cee30c94cf5944826d2a495e9cdf339dfbcc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor style(9) improvement</title>
<updated>2012-08-07T13:11:47Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2012-08-07T13:11:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6337d8201445aa2249d1c974d21eb50a5ba8c0d7'/>
<id>urn:sha1:6337d8201445aa2249d1c974d21eb50a5ba8c0d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.</title>
<updated>2011-01-19T00:57:58Z</updated>
<author>
<name>Matthew D Fleming</name>
<email>mdf@FreeBSD.org</email>
</author>
<published>2011-01-19T00:57:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f4f04709acd0fc01125ab7a3cdd790aa50f3f403'/>
<id>urn:sha1:f4f04709acd0fc01125ab7a3cdd790aa50f3f403</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Where if not in examples we should follow style(9)?</title>
<updated>2009-06-03T09:28:58Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2009-06-03T09:28:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=195ebc7e9e4b129de810833791a19dfb4349d6a9'/>
<id>urn:sha1:195ebc7e9e4b129de810833791a19dfb4349d6a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>According to module(9), when command is unrecognized, the module should</title>
<updated>2004-08-30T09:49:59Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-08-30T09:49:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=74bf4e164ba5851606a27d4feff27717452583e5'/>
<id>urn:sha1:74bf4e164ba5851606a27d4feff27717452583e5</id>
<content type='text'>
return EOPNOTSUPP.
</content>
</entry>
<entry>
<title>Removed unneeded stuff.</title>
<updated>2001-05-18T13:56:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-05-18T13:56:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=59ca51df49e271589eb123588e9f743702c84b8e'/>
<id>urn:sha1:59ca51df49e271589eb123588e9f743702c84b8e</id>
<content type='text'>
</content>
</entry>
</feed>
