summaryrefslogtreecommitdiffstats
path: root/sys/dev/sequencer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete the sequencer(4) driver, since its not used any longer. Diffratchov2013-03-151-1282/+0
* kqueue attach functions should return an errno or 0, not a plain 1. Fixnicm2011-07-021-2/+2
* ansify a few files. ok deraadt dlg krw matthewtedu2011-06-231-2/+2
* Don'tmiod2010-11-181-7/+1
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-3/+1
* kqueue support for midi(4).nicm2009-11-011-1/+7
* KNOTE() after selwakeup()deraadt2009-10-301-1/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,krw2007-10-061-3/+2
* fix DPRINTFN() abusejakemsr2007-09-051-7/+7
* Ansify. No binary change.mk2007-06-061-140/+44
* fall into -> FALLTHROUGH to appease lintjsg2007-02-131-3/+3
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* Use the correct API for /dev/sequencer. From Alexandre Ratchov.jsg2004-10-101-2/+2
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-16/+17
* Variable name typo in debugging code. tick -> ticks.nordin2002-07-271-3/+3
* First round of __P removal in sysmillert2002-03-141-33/+33
* return ENOTTY not EINVAL in default: in *ioctl()mickey2002-01-101-2/+2
* trailing spacesmickey2001-05-011-16/+16
* Convert to new timeouts.art2000-06-261-3/+4
* Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgpjanzen2000-04-111-2/+2
* From NetBSD; let i386 run audio at a high IPLniklas1999-07-231-1/+3
* Midi & sequencer support from NetBSD, mostly by Lennart Augustssonniklas1999-01-021-0/+1382