summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/spkr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Trivial conversion to uiomove()miod2015-02-101-6/+6
|
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-2/+2
| | | | | | | - rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
| | | | after discussions with beck deraadt kettenis.
* remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgderaadt2014-07-101-15/+11
|
* use boolean_t not bool for a local boolean type so this won'tjsg2012-11-101-4/+4
| | | | | | clash with a c99 style bool type. ok millert@ deraadt@
* a bit more ansi; ok teduderaadt2011-06-231-2/+2
|
* ansify.jasper2009-12-041-34/+9
| | | | ok md5@
* Make sure the descriptor is writable for some operations.fgsch2009-10-311-1/+11
| | | | Pointed out and ok by miod@.
* Unimplemented ioctl commands should return ENOTTY, not EINVAL.miod2006-03-091-14/+16
|
* KNF, deregister, no functional change.miod2006-03-091-295/+285
|
* remove last traces of __BROKEN_INDIRECT_CONFIG.brad2006-01-021-10/+1
| | | | | Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile.
* First round of __P removal in sysmillert2002-03-141-9/+9
|
* License clarification from Eric S. Raymond.pvalchev2001-07-311-1/+34
| | | | | In an email sent to us, he authorized us to change it. It is now BSD-licensed.
* Implement cnbell(), an optional entrypoint that rings the console bell; fromaaron2001-04-171-2/+2
| | | | NetBSD. deraadt@ ok
* Oops, time to learn how to countmiod2000-09-291-2/+2
|
* Check N command operand value to prevent a panic with large values.miod2000-09-291-2/+2
| | | | Problem found by Thomas Coffy <karma@bsdfr.org>
* OpenBSDifyniklas1999-01-021-1/+14
|
* Midi & sequencer support from NetBSD, mostly by Lennart Augustssonniklas1999-01-021-0/+502