summaryrefslogtreecommitdiffstats
path: root/usr.bin/midiplay (follow)
Commit message (Expand)AuthorAgeFilesLines
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-4/+4
* simpler prototype repairsderaadt2013-11-121-1/+2
* Typo in comment. ok ratchov@lum2012-01-261-2/+2
* some minor tweaks concerning midicat removal; ok ratchovjmc2011-10-181-3/+3
* Don't include fcntl.h (not needed anymore) and use errx(3) instead ofratchov2011-09-201-6/+3
* use ULONG_MAX instead of ~0ratchov2011-04-281-4/+4
* convert midiplay to sndio(7) so it can be used with soft synths, forratchov2010-02-133-193/+95
* add a missing flag to usage; while here, slightly improve spacingsobrado2009-10-141-3/+4
* replace ".Ar file ..." with ".Ar" whenever possible.sobrado2009-08-161-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* add a little markup;jmc2005-11-061-2/+4
* Instead of always forcing General MIDI 1 mode make it an optionjsg2005-11-062-5/+12
* Fix bug that prevented system exclusive messages longer than 6 bytesjsg2005-07-281-1/+2
* - synopsis according to style(9)jmc2005-03-112-13/+10
* little cleanupstedu2004-05-141-19/+28
* mostly ansi cleanup; pval okderaadt2003-06-101-24/+10
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-11/+11
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-10/+10
* o) {Open,Net,Free}BSD -> .{O,N,F}x;mpech2001-08-171-2/+3
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Insert more missing .El directives. Our troff really should identify these andaaron2000-07-061-1/+2
* Various cleanups and standardization.aaron2000-03-101-5/+9
* consistent .Dd usage; proper format is: .Dd Month DD, YYYYaaron1999-07-021-2/+2
* - remove trailing white spaceaaron1999-06-051-3/+3
* all .Nm macros should have an argument in SYNOPSIS; also misc cleanupaaron1999-04-021-10/+10
* MIDI file playerniklas1999-01-013-0/+676