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