summaryrefslogtreecommitdiff
path: root/usr.bin/midiplay/midiplay.c
AgeCommit message (Expand)Author
2016-05-05Fix one of the reads past the end of the buffer. FoundAlexandre Ratchov
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2013-11-12simpler prototype repairsTheo de Raadt
2012-01-26Typo in comment. ok ratchov@lum
2011-09-20Don't include fcntl.h (not needed anymore) and use errx(3) instead ofAlexandre Ratchov
2011-04-28use ULONG_MAX instead of ~0Alexandre Ratchov
2010-02-13convert midiplay to sndio(7) so it can be used with soft synths, forAlexandre Ratchov
2009-10-14add a missing flag to usage; while here, slightly improve spacingIgor Sobrado
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2005-11-06Instead of always forcing General MIDI 1 mode make it an optionJonathan Gray
2005-07-28Fix bug that prevented system exclusive messages longer than 6 bytesJonathan Gray
2005-03-11- synopsis according to style(9)Jason McIntyre
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
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1999-01-01MIDI file playerNiklas Hallqvist