summaryrefslogtreecommitdiff
path: root/usr.bin/midiplay
AgeCommit message (Collapse)Author
2012-01-26Typo in comment. ok ratchov@lum
2011-10-18some minor tweaks concerning midicat removal; ok ratchovJason McIntyre
2011-09-20Don't include fcntl.h (not needed anymore) and use errx(3) instead ofAlexandre Ratchov
fprintf(3) and exit(3). from Michael W. Bombardieri <mwb at bom.nom.co>, thanks!
2011-04-28use ULONG_MAX instead of ~0Alexandre Ratchov
from Michael W. Bombardieri <mb at ii.net>, thanks
2010-02-13convert midiplay to sndio(7) so it can be used with soft synths, forAlexandre Ratchov
instance. Now, the -f option sets the MIDI device (instead of the sequencer(4) device). The -d and -l options were removed.
2009-10-14add a missing flag to usage; while here, slightly improve spacingIgor Sobrado
in source code (being consistent with the style used in the rest of this file) and write "usage:" using lower case letters only, as usual in the BSD operating systems. ok ratchov@
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
ok jmc@
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2005-11-06add a little markup;Jason McIntyre
2005-11-06Instead of always forcing General MIDI 1 mode make it an optionJonathan Gray
so other modes can be used. From Alexandre Ratchov, alex-contact at caoua.org.
2005-07-28Fix bug that prevented system exclusive messages longer than 6 bytesJonathan Gray
from working properly. From Alexandre Ratchov alex-contact at caoua.org
2005-03-11- synopsis according to style(9)Jason McIntyre
- add missing -q option - sync usage() - minor tweaks while here
2004-05-14little cleanupsTed Unangst
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-03-10Various cleanups and standardization.Aaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-01-01MIDI file playerNiklas Hallqvist