summaryrefslogtreecommitdiff
path: root/sys/dev/sequencer.c
AgeCommit message (Expand)Author
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-06-23ansify a few files. ok deraadt dlg krw matthewTed Unangst
2010-11-18Don'tMiod Vallat
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-01kqueue support for midi(4).Nicholas Marriott
2009-10-30KNOTE() after selwakeup()Theo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-09-05fix DPRINTFN() abuseJacob Meuser
2007-06-06Ansify. No binary change.Michael Knudsen
2007-02-13fall into -> FALLTHROUGH to appease lintJonathan Gray
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2004-10-10Use the correct API for /dev/sequencer. From Alexandre Ratchov.Jonathan Gray
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2002-07-27Variable name typo in debugging code. tick -> ticks.Thomas Nordin
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-10return ENOTTY not EINVAL in default: in *ioctl()Michael Shalayeff
2001-05-01trailing spacesMichael Shalayeff
2000-06-26Convert to new timeouts.Artur Grabowski
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
1999-07-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist