|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0 |
|
| #
e899971b |
| 04-Aug-2021 |
Goran Mekić <[email protected]> |
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.
Reviewed by: hselasky, bcr Differential revision: https://reviews.freebsd.org/D30149
(cherry picked from commit 21d854658801f6ddb91de3a3c3384e90f5d920f2)
show more ...
|
|
Revision tags: release/13.0.0 |
|
| #
73577bf0 |
| 24-Oct-2020 |
Ryan Moeller <[email protected]> |
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 ...
|
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
a8b94f3d |
| 22-May-2019 |
Emmanuel Vadot <[email protected]> |
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 <[email protected]> |
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 ...
|
|
Revision tags: release/12.0.0, release/11.2.0 |
|
| #
01cebb69 |
| 19-Jun-2018 |
Sean Bruno <[email protected]> |
MK_EFI - Add uefisign and friends to this knob and ensure that we don't try to build them if MK_OPENSSL is unset.
Reviewed by: emaste imp kevans Sponsored by: Limelight Networks Differential Revisio
MK_EFI - Add uefisign and friends to this knob and ensure that we don't try to build them if MK_OPENSSL is unset.
Reviewed by: emaste imp kevans Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D15211
show more ...
|
| #
5e37f7b3 |
| 09-May-2018 |
Brad Davis <[email protected]> |
Convert share/examples/Makefile over to using FILES and FILESDIR.
The goal is to avoid using install directly so we can make changes the affect how the entire system is installed, without having to
Convert share/examples/Makefile over to using FILES and FILESDIR.
The goal is to avoid using install directly so we can make changes the affect how the entire system is installed, without having to touch many places.
This is part of the packaging base work.
Reviewed by: will Approved by: bapt (mentor), allanjude (mentor) Differential Revision: https://reviews.freebsd.org/D1513
show more ...
|
| #
576157b3 |
| 13-Mar-2018 |
Devin Teske <[email protected]> |
Install files added in SVN's r295373, r295457, r295542
Reported by: woodsb02 MFC after: 3 days X-MFC to: stable/11
|
| #
8fb93a0c |
| 30-Oct-2017 |
Eitan Adler <[email protected]> |
Unbreak install
Reported by: cy
|
|
Revision tags: release/10.4.0 |
|
| #
d511b20a |
| 02-Aug-2017 |
Enji Cooper <[email protected]> |
Add HAS_TESTS to all Makefiles that are currently using the `SUBDIR.${MK_TESTS}+= tests` idiom.
This is a follow up to r321912.
|
| #
4b330699 |
| 02-Aug-2017 |
Enji Cooper <[email protected]> |
Convert traditional ${MK_TESTS} conditional idiom for including test directories to SUBDIR.${MK_TESTS} idiom
This is being done to pave the way for future work (and homogenity) in ^/projects/make-ch
Convert traditional ${MK_TESTS} conditional idiom for including test directories to SUBDIR.${MK_TESTS} idiom
This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox .
No functional change intended.
MFC after: 1 weeks
show more ...
|
|
Revision tags: release/11.1.0 |
|
| #
edd4d705 |
| 23-May-2017 |
Edward Tomasz Napierala <[email protected]> |
Remove unneccessary call to mtree, which, when building as an unprivileged user (with -DNO_ROOT), resulted in warnings looking like these:
share/man/cat8: user (9, 3819, not modified: Operat
Remove unneccessary call to mtree, which, when building as an unprivileged user (with -DNO_ROOT), resulted in warnings looking like these:
share/man/cat8: user (9, 3819, not modified: Operation not permitted) permissions (0755, 0700, modified)
The BSD.usr.mk is already taken care of in etc/Makefile.
Submitted by: Alex Richardson <[email protected]> Reviewed by: bdrewery MFC after: 1 month Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9212
show more ...
|
| #
e44885ac |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
share: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
2d5386cc |
| 31-Oct-2016 |
Glen Barber <[email protected]> |
Fix packaging /usr/share/examples/etc.
Reported by: woodsb02 MFC after: 3 days X-MFC-With: r308148 Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
3191e571 |
| 06-Jun-2016 |
Marcelo Araujo <[email protected]> |
Install/Connect ypldap.conf(5) on examples.
|
| #
a5921bc3 |
| 10-May-2016 |
Glen Barber <[email protected]> |
Update share/examples/* to properly install /usr/share/examples.
As result of this, a new examples package is now created.
Note, this is only effective with 'SHARED=copies' (the default), as the 'S
Update share/examples/* to properly install /usr/share/examples.
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
show more ...
|
| #
94086cea |
| 14-Apr-2016 |
Bryan Drewery <[email protected]> |
Rework META_TARGETS so that it automatically adds META_DEPS to the targets.
This will only be done if the target is defined, so if the target is defined after bsd.sys.mk is included then it needs to
Rework META_TARGETS so that it automatically adds META_DEPS to the targets.
This will only be done if the target is defined, so if the target is defined after bsd.sys.mk is included then it needs to manually add ${META_DEPS} still.
Sponsored by: EMC / Isilon Storage Division
show more ...
|
|
Revision tags: release/10.3.0 |
|
| #
b7d28aff |
| 11-Mar-2016 |
Bryan Drewery <[email protected]> |
META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.
Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to reb
META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.
Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to rebuild and fails.
Sponsored by: EMC / Isilon Storage Division
show more ...
|
| #
d5cc0579 |
| 11-Mar-2016 |
Bryan Drewery <[email protected]> |
DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.
Sponsored by: EMC / Isilon Storage Division
|
| #
93e779a2 |
| 26-Nov-2015 |
Bryan Drewery <[email protected]> |
META MODE: These need object directories to handle staging.
Sponsored by: EMC / Isilon Storage Division
|
| #
aa92269e |
| 15-Oct-2015 |
Bryan Drewery <[email protected]> |
Add more SUBDIR_PARALLEL.
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
|
| #
855ff27c |
| 09-Oct-2015 |
Baptiste Daroussin <[email protected]> |
Move all the dma(8) components into one single directory
Simplifying maintainance and options (only one place to deal with MK_DMAGENT)
This also makes packaging base less intrusive by getting a sin
Move all the dma(8) components into one single directory
Simplifying maintainance and options (only one place to deal with MK_DMAGENT)
This also makes packaging base less intrusive by getting a single point where to add tags.
show more ...
|
|
Revision tags: release/10.2.0 |
|
| #
72392b20 |
| 05-Mar-2015 |
Baptiste Daroussin <[email protected]> |
Tag examples with targetted packages
|
| #
12fe6c35 |
| 26-Feb-2015 |
Edward Tomasz Napierala <[email protected]> |
Add key/cert generation script for uefisign(8).
(Forgot about Relnotes in the commit that added uefisign(8), so set it here.)
MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
|
| #
02629e46 |
| 26-Jan-2015 |
Enji Cooper <[email protected]> |
Add MK_BHYVE knob for building and installing bhyve(4), et al
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
|
| #
4e395054 |
| 26-Jan-2015 |
Enji Cooper <[email protected]> |
Add MK_HAST knob for building and installing hastd(8), et al
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
|