Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the sequencer(4) driver, since its not used any longer. Diff | 2013-03-15 | 1 | -1282/+0 | |
| | | | | | mostly from armani. ok miod, mpi, jsg and help from sthen | ||||
* | kqueue attach functions should return an errno or 0, not a plain 1. Fix | 2011-07-02 | 1 | -2/+2 | |
| | | | | | | the obvious cases to return EINVAL and ENXIO. ok tedu deraadt | ||||
* | ansify a few files. ok deraadt dlg krw matthew | 2011-06-23 | 1 | -2/+2 | |
| | |||||
* | Don't | 2010-11-18 | 1 | -7/+1 | |
| | | | | | | | | | #include "foo.h" #if NFOO > 0 (whole file) #endif since config(8) file inclusion rules already do it for you. ok deraadt@ | ||||
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | 2009-11-09 | 1 | -3/+1 | |
| | | | | | | | | | | supported it doesn't do any harm), so put the KNOTE() in selwakeup() itself and remove it from any occurences where both are used, except one for kqueue itself and one in sys_pipe.c (where the selwakeup is under a PIPE_SEL flag). Based on a diff from tedu. ok deraadt | ||||
* | kqueue support for midi(4). | 2009-11-01 | 1 | -1/+7 | |
| | | | | ok ratchov | ||||
* | KNOTE() after selwakeup() | 2009-10-30 | 1 | -1/+3 | |
| | | | | ok ratchov | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | 2007-10-06 | 1 | -3/+2 | |
| | | | | | otherwise just adding M_ZERO to malloc() and removing the immediately adjacent memset(,0,). | ||||
* | fix DPRINTFN() abuse | 2007-09-05 | 1 | -7/+7 | |
| | | | | ok ratchov@ | ||||
* | Ansify. No binary change. | 2007-06-06 | 1 | -140/+44 | |
| | | | | Looked over by jasper. | ||||
* | fall into -> FALLTHROUGH to appease lint | 2007-02-13 | 1 | -3/+3 | |
| | |||||
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a | 2005-11-21 | 1 | -2/+2 | |
| | | | | | userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | ||||
* | Use the correct API for /dev/sequencer. From Alexandre Ratchov. | 2004-10-10 | 1 | -2/+2 | |
| | | | | 'looks correct' henning@ djm@ | ||||
* | Replace select backends with poll backends. selscan() and pollscan() | 2003-09-23 | 1 | -16/+17 | |
| | | | | | | | now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | ||||
* | Variable name typo in debugging code. tick -> ticks. | 2002-07-27 | 1 | -3/+3 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -33/+33 | |
| | |||||
* | return ENOTTY not EINVAL in default: in *ioctl() | 2002-01-10 | 1 | -2/+2 | |
| | |||||
* | trailing spaces | 2001-05-01 | 1 | -16/+16 | |
| | |||||
* | Convert to new timeouts. | 2000-06-26 | 1 | -3/+4 | |
| | |||||
* | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | 2000-04-11 | 1 | -2/+2 | |
| | |||||
* | From NetBSD; let i386 run audio at a high IPL | 1999-07-23 | 1 | -1/+3 | |
| | |||||
* | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | 1999-01-02 | 1 | -0/+1382 | |