beep: Add SPDX-License-Identifier tagReviewed by: emasteSponsored by: The FreeBSD Foundation
beep: Sort usage and man page optionsSort usage and man page options, mention possible minimum and maximumvalues, fix punctuation marks, and cleanup the man page.PR: 291092Reviewed by: pauamma
beep: Sort usage and man page optionsSort usage and man page options, mention possible minimum and maximumvalues, fix punctuation marks, and cleanup the man page.PR: 291092Reviewed by: pauamma_gundo.com, christosMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D53827
show more ...
packages: Add a sound packagePut virtual_oss, /etc/devd/snd.conf and the other audio-related toolsinto a new "sound" package. Don't create a separate -lib package,since it's unlikely someone wil
packages: Add a sound packagePut virtual_oss, /etc/devd/snd.conf and the other audio-related toolsinto a new "sound" package. Don't create a separate -lib package,since it's unlikely someone will want mixer(3) without mixer(8).Put the sound package in the optional set rather than minimal, sinceit's not actually required for audio hardware support, and many systems(including nearly all servers) won't want it installed.MFC after: 3 secondsReviewed by: christosSponsored by: https://www.patreon.com/bsdivyDifferential Revision: https://reviews.freebsd.org/D52823
beep: CapsicumizeWhile it's unlikely that beep(1) will be used in a context where asandbox is particularly valuable, it does offer a simple demonstrationof entering a capability sandbox after ope
beep: CapsicumizeWhile it's unlikely that beep(1) will be used in a context where asandbox is particularly valuable, it does offer a simple demonstrationof entering a capability sandbox after opening required fds, and istrivial to do.Reviewed by: christosEvent: Kitchener-Waterloo Hackathon 202506Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D50709
beep(1): Use AFMT_FLOATAFMT_FLOAT is supported by sound(4) as of FILLME, so use it here, sincethe whole program works with floats already.Sponsored by: The FreeBSD FoundationMFC after: 1 weekD
beep(1): Use AFMT_FLOATAFMT_FLOAT is supported by sound(4) as of FILLME, so use it here, sincethe whole program works with floats already.Sponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D47639
beep: Remove unnecessary include of src.opts.mkReviewed by: chsFixes: 623be660fcc9 ("beep: add missing include of src.opts.mk, use LIBADD instead of LDFLAGS")Differential Revision: https://review
beep: Remove unnecessary include of src.opts.mkReviewed by: chsFixes: 623be660fcc9 ("beep: add missing include of src.opts.mk, use LIBADD instead of LDFLAGS")Differential Revision: https://reviews.freebsd.org/D49485
beep: add missing include of src.opts.mk, use LIBADD instead of LDFLAGSSponsored by: Netflix
manuals: Fix "unusual .Xr" warnings with a scriptThese were reported by `mandoc -T lint ...` as warnings:- unusual Xr order- unusual Xr punctuationFixes made by script in https://github.com/Tar
manuals: Fix "unusual .Xr" warnings with a scriptThese were reported by `mandoc -T lint ...` as warnings:- unusual Xr order- unusual Xr punctuationFixes made by script in https://github.com/Tarsnap/freebsd-doc-scriptsSigned-off-by: Graham Percival <gperciva@tarsnap.com>Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>Sponsored by: Tarsnap Backup Inc.Pull Request: https://github.com/freebsd/freebsd-src/pull/1464
beep: show error upon failure to open sound deviceIf beep cannot open /dev/dsp provide more information to aid the userin diagnosing a problem.Reviewed by: christosSponsored by: The FreeBSD Fou
beep: show error upon failure to open sound deviceIf beep cannot open /dev/dsp provide more information to aid the userin diagnosing a problem.Reviewed by: christosSponsored by: The FreeBSD Foundation
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
beep(1): Initial version of utility to create terminal beep via soundcard.Reviewed by: imp@, emaste@ and pstef@Differential Revision: https://reviews.freebsd.org/D32672MFC after: 1 weekSponsored
beep(1): Initial version of utility to create terminal beep via soundcard.Reviewed by: imp@, emaste@ and pstef@Differential Revision: https://reviews.freebsd.org/D32672MFC after: 1 weekSponsored by: NVIDIA Networking