<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d4f6cb75424950ee776833ebc6b57855c094a610 - build: Move all of lp under LPR option</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#d4f6cb75424950ee776833ebc6b57855c094a610</link>
        <description>build: Move all of lp under LPR option* Tag related directories with package=lp* Make the examples/printing directory conditional on MK_LPR* Make the hosts.lpd(5) manual page conditional on MK_LPRMFC after:	3 days

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Fri, 20 Feb 2026 18:20:04 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a569666868b36f5f436eea9d66789b6df191b8a - sound examples: Extend and clean up</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#6a569666868b36f5f436eea9d66789b6df191b8a</link>
        <description>sound examples: Extend and clean up- Simplify directory and file structure.- Clean up and improve code. Add more comments.- Add polling examples.MFC after:	1 weekReviewed by:	christosDifferential Revision:	https://reviews.freebsd.org/D53353

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Wed, 12 Nov 2025 20:15:59 +0000</pubDate>
        <dc:creator>Goran Meki&#263; &lt;meka@tilda.center&gt;</dc:creator>
    </item>
<item>
        <title>8f0a6a9aadb1fe4ce87345c6d2fbb2d2b6f6cedf - share: Delete bitrotted make_*_driver.sh scripts</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#8f0a6a9aadb1fe4ce87345c6d2fbb2d2b6f6cedf</link>
        <description>share: Delete bitrotted make_*_driver.sh scriptsThese scripts have not seen the necessary changes to keep them up todate with current KPIs and coding practices. They use I/O ports directlyrather than any bus abstractions, use i386 (which is on the way out forkernel configs) as the architecture of choice for generated kernelconfigs, use ISA KPIs, use INTR_TYPE_FAST (renamed in 2000 to INTR_FASTand removed in 2011), and likely have other issues too that render themmore harm than good for the uninitiated developer looking for a drivertemplate. If anyone wants to invest time in modernising them they can doso and bring them back, but for now delete them.Reviewed by:	cperciva, imp, emasteMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D50468

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Thu, 10 Jul 2025 19:36:08 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d8664d6904149e0be5dbfa0ee35268de2a83f1e - examples: Add a demo program for inotify</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#1d8664d6904149e0be5dbfa0ee35268de2a83f1e</link>
        <description>examples: Add a demo program for inotifyMFC after:	3 monthsSponsored by:	Klara, Inc.

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Thu, 03 Jul 2025 20:00:55 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d03c82c28da86e0812b98b051d24ae5980804ad7 - release: add optional OCI images</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#d03c82c28da86e0812b98b051d24ae5980804ad7</link>
        <description>release: add optional OCI imagesThis adds three OCI archive format files to the release containingFreeBSD base images suitable for static linked, dynamic linked and shellworkloads. The shell image also contains pkg-bootstrap and can be easilyextended by installing packages (including pkgbase packages).Reviewed by: dch, cpersiva, jlduran, zleiDifferential Revision: https://reviews.freebsd.org/D46759MFC after: 2 days

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Wed, 14 Aug 2024 15:39:24 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6747b1a8218f229c7593cdb02e4b41e2b1186e26 - sound examples: Move MIDI example out of OSS directory</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#6747b1a8218f229c7593cdb02e4b41e2b1186e26</link>
        <description>sound examples: Move MIDI example out of OSS directoryThis example is not related to OSS.Sponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.ch, meka_tilda.centerDifferential Revision:	https://reviews.freebsd.org/D46308

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Sat, 24 Aug 2024 12:07:49 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3decd659a7887e83c2c8af35053301dc7d6f7be2 - sound examples: Simplify audio example</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#3decd659a7887e83c2c8af35053301dc7d6f7be2</link>
        <description>sound examples: Simplify audio example- Merge ossinit.h and basic.c.- Rename basic.c to audio.c.- Use err(3) instead of fprintf(3) + exit(3).- Some style(9) improvements.Sponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.chDifferential Revision:	https://reviews.freebsd.org/D46307

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Sat, 24 Aug 2024 12:07:45 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ca4d5d8209cf4d2d0bb37d7f20d95ac3457026d - sound examples: Simplify MIDI example</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#0ca4d5d8209cf4d2d0bb37d7f20d95ac3457026d</link>
        <description>sound examples: Simplify MIDI exampleSponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.ch, emasteDifferential Revision:	https://reviews.freebsd.org/D46306

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Sat, 24 Aug 2024 12:07:40 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f08ecd24a19ba772701fc35caaad92b9fe91fa9c - sound examples: Add sndstat nvlist example</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#f08ecd24a19ba772701fc35caaad92b9fe91fa9c</link>
        <description>sound examples: Add sndstat nvlist exampleSponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.chDifferential Revision:	https://reviews.freebsd.org/D45969

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Sat, 27 Jul 2024 11:54:40 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb00491fbc51751fe166056cc69e23beeb26fee4 - sound examples: Organize files in directories</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#cb00491fbc51751fe166056cc69e23beeb26fee4</link>
        <description>sound examples: Organize files in directoriesMore examples will be added, so it&apos;s better to be organized.Sponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.ch, markjDifferential Revision:	https://reviews.freebsd.org/D45968

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Sat, 27 Jul 2024 11:54:35 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c100fe0ba36082f77ceedf3ef1e5bd415c167d44 - examples: Install bhyve files on arm64</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#c100fe0ba36082f77ceedf3ef1e5bd415c167d44</link>
        <description>examples: Install bhyve files on arm64Sponsored by:	Innovate UK

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Wed, 01 May 2024 15:24:05 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3dd71ab4c1c1edac99eae505dae1d5628a03ab8 - share/examples: move examples into appropriate packages</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#c3dd71ab4c1c1edac99eae505dae1d5628a03ab8</link>
        <description>share/examples: move examples into appropriate packagesAllow a new variable SE_xxxPACKAGE to be used to place an example groupinto a package.Move the following examples into existing appropriate packages:- bhyve examples into FreeBSD-bhyve- bootforth examples into FreeBSD-bootloader- csh examples into FreeBSD-csh- ipfw examples into FreeBSD-ipfw- jail examples into FreeBSD-jail- pf examples into FreeBSD-pf- ppp examples into FreeBSD-ppp- printing examples into FreeBSD-lp- uefisign examples into FreeBSD-efi-tools- ypldap examples into FreeBSD-yp- hast examples into FreeBSD-hastMove all other examples into the new &apos;FreeBSD-examples&apos; package.This removes a significant number of files from the FreeBSD-utilitiespackage.Reviewed by: imp, manuPull Request: https://github.com/freebsd/freebsd-src/pull/1176

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Mon, 22 Apr 2024 22:08:22 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>4339f1e667ffb6e0ed8626cc1ae1cd92c910bde2 - share/examples/IPv6/USAGE: remove</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#4339f1e667ffb6e0ed8626cc1ae1cd92c910bde2</link>
        <description>share/examples/IPv6/USAGE: removeThis document dates from the KAME days and, among other things,references the &apos;prefix&apos; command which has not existed for a long time.Since IPv6 configuration is now documented in the Handbook, remove thisobsolete file.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1094

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Fri, 02 Feb 2024 15:29:01 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>7736786b08e8c9edb07088db3229695d0afed600 - Retire old diskless setup scripts</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#7736786b08e8c9edb07088db3229695d0afed600</link>
        <description>Retire old diskless setup scriptsThese scripts predate /etc/rc.diskless* and use a different scheme.  Acomment was added to them back in 2002 noting they were 3 years old atthat point.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D41951

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Mon, 25 Sep 2023 14:46:21 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>901efd8bb9b9efe34085abc2d5ab36d21378b1dd - Avoid staging conflict for examples/pf</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#901efd8bb9b9efe34085abc2d5ab36d21378b1dd</link>
        <description>Avoid staging conflict for examples/pfIf we are staging, let examples/pf stage its bits.

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 03:23:23 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f092c21bf630543dc899a444fa7885d0bbbaedfd - snd_uaudio(4): Add some examples accessing USB MIDI devices.</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#f092c21bf630543dc899a444fa7885d0bbbaedfd</link>
        <description>snd_uaudio(4): Add some examples accessing USB MIDI devices.Differential Revision:	https://reviews.freebsd.org/D36195MFC after:	1 weekSponsored by:	NVIDIA Networking

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Tue, 27 Sep 2022 17:28:27 +0000</pubDate>
        <dc:creator>Goran Mekic &lt;meka@tilda.center&gt;</dc:creator>
    </item>
<item>
        <title>21d854658801f6ddb91de3a3c3384e90f5d920f2 - sound: Add an example of basic sound application</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#21d854658801f6ddb91de3a3c3384e90f5d920f2</link>
        <description>sound: Add an example of basic sound applicationThis is an example demonstrating the usage of the OSS-compatible APIsprovided by the sound(4) subsystem. It reads frames from a dsp node andwrites them to the same dsp node.MFC after:	2 weeksReviewed by:	hselasky, bcrDifferential revision:	https://reviews.freebsd.org/D30149

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Wed, 04 Aug 2021 10:04:54 +0000</pubDate>
        <dc:creator>Goran Meki&#263; &lt;meka@tilda.center&gt;</dc:creator>
    </item>
<item>
        <title>73577bf01de5c4677dc54d97f93310286c254780 - flua: Add a libjail module</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#73577bf01de5c4677dc54d97f93310286c254780</link>
        <description>flua: Add a libjail modulelibjail is pretty small, so it makes for a good proof of concept demonstratinghow a system library can be wrapped to create a loadable Lua module for flua.* Introduce 3lua section for man pages* Add libjail moduleReviewed by:	kevans, manpagesRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D26080

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Sat, 24 Oct 2020 17:08:59 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/share/examples/Makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/share/examples/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
