History log of /src/share/examples/Makefile (Results 1 – 25 of 604)
Revision Date Author Comments
# d4f6cb75 20-Feb-2026 Dag-Erling Smørgrav <des@FreeBSD.org>

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_

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_LPR

MFC after: 3 days

show more ...


# 6a569666 12-Nov-2025 Goran Mekić <meka@tilda.center>

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 week
Reviewed by: christos
Differen

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 week
Reviewed by: christos
Differential Revision: https://reviews.freebsd.org/D53353

show more ...


# 8f0a6a9a 10-Jul-2025 Jessica Clarke <jrtc27@FreeBSD.org>

share: Delete bitrotted make_*_driver.sh scripts

These scripts have not seen the necessary changes to keep them up to
date with current KPIs and coding practices. They use I/O ports directly
rather

share: Delete bitrotted make_*_driver.sh scripts

These scripts have not seen the necessary changes to keep them up to
date with current KPIs and coding practices. They use I/O ports directly
rather than any bus abstractions, use i386 (which is on the way out for
kernel configs) as the architecture of choice for generated kernel
configs, use ISA KPIs, use INTR_TYPE_FAST (renamed in 2000 to INTR_FAST
and removed in 2011), and likely have other issues too that render them
more harm than good for the uninitiated developer looking for a driver
template. If anyone wants to invest time in modernising them they can do
so and bring them back, but for now delete them.

Reviewed by: cperciva, imp, emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D50468

show more ...


# 1d8664d6 03-Jul-2025 Mark Johnston <markj@FreeBSD.org>

examples: Add a demo program for inotify

MFC after: 3 months
Sponsored by: Klara, Inc.


# d03c82c2 14-Aug-2024 Doug Rabson <dfr@FreeBSD.org>

release: add optional OCI images

This adds three OCI archive format files to the release containing
FreeBSD base images suitable for static linked, dynamic linked and shell
workloads. The shell imag

release: add optional OCI images

This adds three OCI archive format files to the release containing
FreeBSD base images suitable for static linked, dynamic linked and shell
workloads. The shell image also contains pkg-bootstrap and can be easily
extended by installing packages (including pkgbase packages).

Reviewed by: dch, cpersiva, jlduran, zlei
Differential Revision: https://reviews.freebsd.org/D46759
MFC after: 2 days

show more ...


# 6747b1a8 24-Aug-2024 Christos Margiolis <christos@FreeBSD.org>

sound examples: Move MIDI example out of OSS directory

This example is not related to OSS.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch, meka_tilda.center
Dif

sound examples: Move MIDI example out of OSS directory

This example is not related to OSS.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch, meka_tilda.center
Differential Revision: https://reviews.freebsd.org/D46308

show more ...


# 3decd659 24-Aug-2024 Christos Margiolis <christos@FreeBSD.org>

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 Free

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 Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch
Differential Revision: https://reviews.freebsd.org/D46307

show more ...


# 0ca4d5d8 24-Aug-2024 Christos Margiolis <christos@FreeBSD.org>

sound examples: Simplify MIDI example

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch, emaste
Differential Revision: https://reviews.freebsd.org/D46306


# f08ecd24 27-Jul-2024 Christos Margiolis <christos@FreeBSD.org>

sound examples: Add sndstat nvlist example

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch
Differential Revision: https://reviews.freebsd.org/D45969


# cb00491f 27-Jul-2024 Christos Margiolis <christos@FreeBSD.org>

sound examples: Organize files in directories

More examples will be added, so it's better to be organized.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch, markj

sound examples: Organize files in directories

More examples will be added, so it's better to be organized.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch, markj
Differential Revision: https://reviews.freebsd.org/D45968

show more ...


# c100fe0b 01-May-2024 Mark Johnston <markj@FreeBSD.org>

examples: Install bhyve files on arm64

Sponsored by: Innovate UK


# c3dd71ab 22-Apr-2024 Lexi Winter <lexi@le-Fay.ORG>

share/examples: move examples into appropriate packages

Allow a new variable SE_xxxPACKAGE to be used to place an example group
into a package.

Move the following examples into existing appropriate

share/examples: move examples into appropriate packages

Allow a new variable SE_xxxPACKAGE to be used to place an example group
into 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-hast

Move all other examples into the new 'FreeBSD-examples' package.

This removes a significant number of files from the FreeBSD-utilities
package.

Reviewed by: imp, manu
Pull Request: https://github.com/freebsd/freebsd-src/pull/1176

show more ...


# 4339f1e6 02-Feb-2024 Lexi Winter <lexi@le-Fay.ORG>

share/examples/IPv6/USAGE: remove

This document dates from the KAME days and, among other things,
references the 'prefix' command which has not existed for a long time.
Since IPv6 configuration is n

share/examples/IPv6/USAGE: remove

This document dates from the KAME days and, among other things,
references the 'prefix' command which has not existed for a long time.
Since IPv6 configuration is now documented in the Handbook, remove this
obsolete file.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1094

show more ...


# 7736786b 25-Sep-2023 John Baldwin <jhb@FreeBSD.org>

Retire old diskless setup scripts

These scripts predate /etc/rc.diskless* and use a different scheme. A
comment was added to them back in 2002 noting they were 3 years old at
that point.

Reviewed

Retire old diskless setup scripts

These scripts predate /etc/rc.diskless* and use a different scheme. A
comment was added to them back in 2002 noting they were 3 years old at
that point.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D41951

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 901efd8b 19-Apr-2023 Simon J. Gerraty <sjg@FreeBSD.org>

Avoid staging conflict for examples/pf

If we are staging, let examples/pf stage its bits.


# f092c21b 27-Sep-2022 Goran Mekic <meka@tilda.center>

snd_uaudio(4): Add some examples accessing USB MIDI devices.

Differential Revision: https://reviews.freebsd.org/D36195
MFC after: 1 week
Sponsored by: NVIDIA Networking


# 21d85465 04-Aug-2021 Goran Mekić <meka@tilda.center>

sound: Add an example of basic sound application

This is an example demonstrating the usage of the OSS-compatible APIs
provided by the sound(4) subsystem. It reads frames from a dsp node and
writes

sound: Add an example of basic sound application

This is an example demonstrating the usage of the OSS-compatible APIs
provided by the sound(4) subsystem. It reads frames from a dsp node and
writes them to the same dsp node.

MFC after: 2 weeks
Reviewed by: hselasky, bcr
Differential revision: https://reviews.freebsd.org/D30149

show more ...


# 73577bf0 24-Oct-2020 Ryan Moeller <freqlabs@FreeBSD.org>

flua: Add a libjail module

libjail is pretty small, so it makes for a good proof of concept demonstrating
how a system library can be wrapped to create a loadable Lua module for flua.

* Introduce 3

flua: Add a libjail module

libjail is pretty small, so it makes for a good proof of concept demonstrating
how a system library can be wrapped to create a loadable Lua module for flua.

* Introduce 3lua section for man pages
* Add libjail module

Reviewed by: kevans, manpages
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D26080

show more ...


# 0269ae4c 06-Jun-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @348740

Sponsored by: The FreeBSD Foundation


# a8b94f3d 22-May-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Move login.access to usb.bin/login

Also remove the etc-examples target as we don't have any files
to handle here.

Reviewed by: bapt


# 405c3050 19-Dec-2018 Mateusz Guzik <mjg@FreeBSD.org>

Remove iBCS2, part1: userspace

iBCS2 was disconnected from the build in 2015 (see r291419)

bsdconfig parts submitted by dteske.

Reviewed by: kib (previous version)
Sponsored by: The FreeBSD Founda

Remove iBCS2, part1: userspace

iBCS2 was disconnected from the build in 2015 (see r291419)

bsdconfig parts submitted by dteske.

Reviewed by: kib (previous version)
Sponsored by: The FreeBSD Foundation

show more ...


# 6a569666 12-Nov-2025 Goran Mekić <meka@tilda.center>

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 week
Reviewed by: christos
Differen

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 week
Reviewed by: christos
Differential Revision: https://reviews.freebsd.org/D53353

show more ...


# 8f0a6a9a 10-Jul-2025 Jessica Clarke <jrtc27@FreeBSD.org>

share: Delete bitrotted make_*_driver.sh scripts

These scripts have not seen the necessary changes to keep them up to
date with current KPIs and coding practices. They use I/O ports directly
rather

share: Delete bitrotted make_*_driver.sh scripts

These scripts have not seen the necessary changes to keep them up to
date with current KPIs and coding practices. They use I/O ports directly
rather than any bus abstractions, use i386 (which is on the way out for
kernel configs) as the architecture of choice for generated kernel
configs, use ISA KPIs, use INTR_TYPE_FAST (renamed in 2000 to INTR_FAST
and removed in 2011), and likely have other issues too that render them
more harm than good for the uninitiated developer looking for a driver
template. If anyone wants to invest time in modernising them they can do
so and bring them back, but for now delete them.

Reviewed by: cperciva, imp, emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D50468

show more ...


# 1d8664d6 03-Jul-2025 Mark Johnston <markj@FreeBSD.org>

examples: Add a demo program for inotify

MFC after: 3 months
Sponsored by: Klara, Inc.


12345678910>>...25