Module Name:src
Committed By: mrg
Date: Fri Feb 1 08:37:21 UTC 2019
Modified Files:
src/usr.bin/midiplay: midiplay.c
Log Message:
make a fallthru comment GCC7 compatible.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/midiplay/midiplay.c
Plea
Module Name:src
Committed By: wiz
Date: Thu May 3 05:14:55 UTC 2018
Modified Files:
src/usr.bin/midiplay: midiplay.c
Log Message:
Sync usage with manpage.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/midiplay/midiplay.c
Please note that dif
Module Name:src
Committed By: wiz
Date: Thu May 3 05:13:20 UTC 2018
Modified Files:
src/usr.bin/midiplay: midiplay.1
Log Message:
Merge options without arguments in synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/midiplay/midiplay.1
Module Name:src
Committed By: mrg
Date: Thu May 3 01:12:57 UTC 2018
Modified Files:
src/usr.bin/midiplay: midiplay.1 midiplay.c
Log Message:
if just parsing don't try to read the uninitialised device name,
or display the unit number.
add a "-s" option that sends an ALL_S
Module Name:src
Committed By: mrg
Date: Sun Mar 22 22:47:43 UTC 2015
Modified Files:
src/usr.bin/midiplay: midiplay.c
Log Message:
if not playing (-q mode), don't call ioctl() or try to use the results.
now -q mode works.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: jmcneill
Date: Fri Nov 25 01:39:48 UTC 2011
Modified Files:
src/usr.bin/midiplay: midiplay.c
Log Message:
- accept "midi0" as an alias for "0" to the -d flag
- verify that the requested unit exists before playing
- if the verbose flag is set,
Module Name:src
Committed By: joerg
Date: Wed Aug 17 22:16:42 UTC 2011
Modified Files:
src/usr.bin/midiplay: Makefile
Log Message:
Fix disable stricter format string messages with clang again.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/midipl
Module Name:src
Committed By: christos
Date: Sun Aug 14 13:26:23 UTC 2011
Modified Files:
src/usr.bin/midiplay: Makefile midiplay.c
Log Message:
- add a SYSEX0 macro that does not override the initializers and use it
- fix whitespace
- make things static and eliminate unus
Module Name:src
Committed By: joerg
Date: Thu May 26 14:20:23 UTC 2011
Modified Files:
src/usr.bin/midiplay: Makefile
Log Message:
Use CWARNFLAGS.clang and not CWARNFLAGS here
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/midiplay/Makefile
Plea