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