aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/spkrtest
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* spkrtest.8: Add module infoAlfonso S. Siciliano2023-10-111-1/+11
| | | | | | | Add the module and driver info as usual. Approved by: bcr, wosch Differential Revision: https://reviews.freebsd.org/D37710
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
| | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
* spkrtest(8): Replace dialog with bsddialogAlfonso S. Siciliano2022-03-162-12/+16
| | | | | | | Replace (LGPL) dialog with (BSD-2-Clause) bsddialog and update manual. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34459
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* Update spkrtest(8) to use new dialog auto-sizing syntax.Nathan Whitehorn2011-01-131-1/+1
| | | | Notes: svn path=/head/; revision=217364
* The .Nm utilityPhilippe Charnier2002-07-141-3/+4
| | | | Notes: svn path=/head/; revision=99968
* Replace the perl script version of this with a sh(1) script.Mark Murray2002-05-164-142/+114
| | | | | | | Submitted by: Riccardo "VIC" Torrini <riccardo@torrini.org> Notes: svn path=/head/; revision=96748
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+1
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-6/+0
| | | | Notes: svn path=/head/; revision=70403
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Added myself as maintainer.Wolfram Schneider1999-02-091-0/+4
| | | | Notes: svn path=/head/; revision=43805
* /usr/sbin/spkrtest and /usr/sbin/vidfont (aka kbdmap) use veryPoul-Henning Kamp1998-08-141-2/+3
| | | | | | | | | | | | | | predictable /tmp files (static prefix + process number) which are overwritten blindly, and follow links. These workarounds change it from a process number to a very random (9999 with tons of decimal places) number. PR: 7565 Submitted by: Thomas Stromberg <tstrombe@rtci.com> Notes: svn path=/head/; revision=38311
* Typo.Philippe Charnier1997-10-201-3/+4
| | | | Notes: svn path=/head/; revision=30597
* Fix a minor nit in the .Dd macro invocation so thatSteve Price1997-06-231-2/+2
| | | | | | | the revision date is displayed correctly. Notes: svn path=/head/; revision=26827
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-272-7/+52
| | | | Notes: svn path=/head/; revision=17849
* Print a warning before starting dialog(1) if the userWolfram Schneider1996-07-021-34/+51
| | | | | | | | | | has no write access to /dev/speaker or the speaker device is not enabled in kernel. Code cleanup. Notes: svn path=/head/; revision=16925
* recording cvs-1.6 file deathPeter Wemm1995-12-301-38/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Delete the recently introduced NOOBJ. The obj directory will soon beBruce Evans1995-07-241-1/+0
| | | | | | | used to hold gzipped man pages. Notes: svn path=/head/; revision=9695
* Better version of spkrtest using perl and dialogAndrey A. Chernov1995-07-233-3/+132
| | | | | | | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> Notes: svn path=/head/; revision=9649
* Change ${COPY} to -c, always needed hereAndrey A. Chernov1994-12-311-1/+1
| | | | Notes: svn path=/head/; revision=5307
* Cleanup.Andrey A. Chernov1994-12-301-4/+2
| | | | Notes: svn path=/head/; revision=5295
* Speaker driver test scriptAndrey A. Chernov1994-10-222-0/+47
Obtained from: FreeBSD 1.1.5.1 Notes: svn path=/cvs2svn/branches/ache/; revision=3762