summaryrefslogtreecommitdiff
path: root/libexec/getNAME
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-08-16 13:55:01 +0000
committerjoerg <joerg@NetBSD.org>2011-08-16 13:55:01 +0000
commit0537e598eba537816c6486bde3d57504b0032051 (patch)
treea246b5fa02b41e5e75dafd2b87f1c0a36500280e /libexec/getNAME
parent0b9467010b26738c504fba3b1244c10ea9055ff9 (diff)
Do proper input validation without penalizing performance.
Diffstat (limited to 'libexec/getNAME')
0 files changed, 0 insertions, 0 deletions
86694f2865c'>Audio now uses fdclone, there is no longer a limitation of one audionat 2016-12-13back to passing devicechristos 2016-12-09restore audiobell apichristos 2016-12-09minor cleanups (no functional change)christos 2016-12-08Add a synthesized pc beeper and keyboard bell for platforms with an audionat 2009-05-12undo my previous changes.cegger 2009-05-07struct device * -> device_tcegger 2008-12-17kill MALLOC and FREE macros.cegger 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-03-28Use device_unit().thorpej 2006-03-01merge yamt-uio_vmspace branch.yamt 2005-12-11merge ktrace-lwp.christos 2004-01-17Simple code to provide a console bell through a generic audio device, forbjh21