FreeBSD/src 1166cfdusr.bin/beep beep.c

beep(1): Use AFMT_FLOAT

AFMT_FLOAT is supported by sound(4) as of FILLME, so use it here, since
the whole program works with floats already.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D47639
DeltaFile
+4-4usr.bin/beep/beep.c
+4-41 files

FreeBSD/src e7b4f6eusr.bin/beep beep.c

beep: show error upon failure to open sound device

If beep cannot open /dev/dsp provide more information to aid the user
in diagnosing a problem.

Reviewed by:    christos
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit 83325e7b738ce87d88553585b135b0e7d15997a6)
(cherry picked from commit 7da246dc4ffeba38ad723a1cb72a19511292c840)
DeltaFile
+1-1usr.bin/beep/beep.c
+1-11 files

FreeBSD/src 7da246dusr.bin/beep beep.c

beep: show error upon failure to open sound device

If beep cannot open /dev/dsp provide more information to aid the user
in diagnosing a problem.

Reviewed by:    christos
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit 83325e7b738ce87d88553585b135b0e7d15997a6)
DeltaFile
+1-1usr.bin/beep/beep.c
+1-11 files

FreeBSD/src 83325e7usr.bin/beep beep.c

beep: show error upon failure to open sound device

If beep cannot open /dev/dsp provide more information to aid the user
in diagnosing a problem.

Reviewed by:    christos
Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1usr.bin/beep/beep.c
+1-11 files

FreeBSD/src af21e00usr.bin Makefile, usr.bin/beep beep.c beep.1

beep(1): Initial version of utility to create terminal beep via soundcard.

Reviewed by:    imp@, emaste@ and pstef@
Differential Revision:  https://reviews.freebsd.org/D32672
Sponsored by:   NVIDIA Networking

(cherry picked from commit 8abfbe5a79b19bb95430f574d970843607f5809c)
DeltaFile
+275-0usr.bin/beep/beep.c
+84-0usr.bin/beep/beep.1
+8-0usr.bin/beep/Makefile
+1-0usr.bin/Makefile
+368-04 files

FreeBSD/src 8abfbe5usr.bin Makefile, usr.bin/beep beep.c beep.1

beep(1): Initial version of utility to create terminal beep via soundcard.

Reviewed by:    imp@, emaste@ and pstef@
Differential Revision:  https://reviews.freebsd.org/D32672
MFC after:      1 week
Sponsored by:   NVIDIA Networking
DeltaFile
+275-0usr.bin/beep/beep.c
+84-0usr.bin/beep/beep.1
+8-0usr.bin/beep/Makefile
+1-0usr.bin/Makefile
+368-04 files