index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
midiplay
/
midiplay.c
Age
Commit message (
Expand
)
Author
2016-05-05
Fix one of the reads past the end of the buffer. Found
Alexandre Ratchov
2015-02-08
in getopt() blocks, stop incrementing flag variable which are supposed
Theo de Raadt
2013-11-12
simpler prototype repairs
Theo de Raadt
2012-01-26
Typo in comment. ok ratchov@
lum
2011-09-20
Don't include fcntl.h (not needed anymore) and use errx(3) instead of
Alexandre Ratchov
2011-04-28
use ULONG_MAX instead of ~0
Alexandre Ratchov
2010-02-13
convert midiplay to sndio(7) so it can be used with soft synths, for
Alexandre Ratchov
2009-10-14
add a missing flag to usage; while here, slightly improve spacing
Igor Sobrado
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2005-11-06
Instead of always forcing General MIDI 1 mode make it an option
Jonathan Gray
2005-07-28
Fix bug that prevented system exclusive messages longer than 6 bytes
Jonathan Gray
2005-03-11
- synopsis according to style(9)
Jason McIntyre
2004-05-14
little cleanups
Ted Unangst
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2002-03-14
Remove \n from err/errx/warn/warnx().
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1999-01-01
MIDI file player
Niklas Hallqvist