summaryrefslogtreecommitdiff
path: root/sys/dev/isa/spkr.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2021-03-07ansiJonathan Gray
2020-04-06pcppi(4), spkr(4): ticks -> millisecondscheloha
2020-03-16spkr(4): fix compilation under SPKRDEBUGcheloha
2019-02-20Reject negative input from userland in spkrioctl(). One of the argumentsanton
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2015-11-25add size to freeTed Unangst
2015-02-10Trivial conversion to uiomove()Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2012-11-10use boolean_t not bool for a local boolean type so this won'tJonathan Gray
2011-06-23a bit more ansi; ok teduTheo de Raadt
2009-12-04ansify.Jasper Lievisse Adriaanse
2009-10-31Make sure the descriptor is writable for some operations.Federico G. Schwindt
2006-03-09Unimplemented ioctl commands should return ENOTTY, not EINVAL.Miod Vallat
2006-03-09KNF, deregister, no functional change.Miod Vallat
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2002-03-14First round of __P removal in sysTodd C. Miller
2001-07-31License clarification from Eric S. Raymond.Peter Valchev
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2000-09-29Oops, time to learn how to countMiod Vallat
2000-09-29Check N command operand value to prevent a panic with large values.Miod Vallat
1999-01-02OpenBSDifyNiklas Hallqvist
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist