Age | Commit message (Expand) | Author |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-01-26 | compute record high water mark from record parameters not play parameters; fr... | Jason Wright |
2002-08-26 | space cleanup; some from grendel@zeitbombe.org | Michael Shalayeff |
2002-06-16 | implement kqueue for audio; tested on wiggy and niels@ ok | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-06 | correct monitor port matching. | Federico G. Schwindt |
2002-02-04 | if we have a monitor port, don't get it, set it. | Federico G. Schwindt |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson |
2002-01-10 | return ENOTTY not EINVAL in default: in *ioctl() | Michael Shalayeff |
2002-01-09 | make sure mixer was opened for write for AUDIO_MIXER_WRITE | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-08-11 | no need to include vm_prot.h here. | Artur Grabowski |
2001-07-27 | Correct return values from audiommap. | Artur Grabowski |
2001-07-03 | Make the audio device play nice with revoke(2) by having it reset | Hugh Graham |
2001-01-28 | Add a field to mixer_devinto_t that indicates the minimum delta to change | Aaron Campbell |
2000-11-09 | cast pointer to a long for alpha's sake; pointed out by ericj@ | Michael Shalayeff |
2000-07-19 | As in NetBSD, added direction to allocm/round_buffer_size APIs. | Constantine Sapuntzakis |
2000-05-24 | Permit detach of audio devices, such as uaudio. Selected code | Hakan Olsson |
2000-04-10 | make .mpg playing more usefull, i.e. supply entropy | Michael Shalayeff |
2000-01-03 | Remove dependencies between midi & audio. midi now will compile on | Federico G. Schwindt |
1999-12-05 | Pass device mode to query_encoding in the structure to fill, so | Marc Espie |
1999-11-20 | ioctl arguments are u_long. | Marc Espie |
1999-06-19 | From NetBSD: | Jason Wright |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist |
1998-11-20 | careful off handling in mmap routines | Theo de Raadt |
1998-11-03 | Partial sync with NetBSD, adds new trigger methods. | Jason Downs |
1998-07-24 | Kill the god damned COMPAT_12. Thanks, guys. | Jason Downs |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos |
1998-04-25 | Change a '< sc->sc_lowat' to '<= sc->sc_lowat' for consistency with rest of | Todd C. Miller |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos |
1997-04-09 | change space to "_" in tsleep() string | kstailey |
1996-05-26 | sync 0521 | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist |
1996-03-02 | From NetBSD: sync with 960217 sources | Niklas Hallqvist |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist |
1996-01-08 | from netbsd; Make the block size always a whole number of samples | Theo de Raadt |
1995-11-20 | provide floor for sampling rate; from khym@bga.com; netbsd pr#1770 | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |