index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
ess.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ansi
jsg
2021-03-07
1
-5
/
+2
*
Remove unused getdev() audio driver functions.
ratchov
2016-09-19
1
-24
/
+1
*
Remove drain(), query_encoding(), mappage() and get_default_params()
ratchov
2016-09-14
1
-71
/
+3
*
Reimplement the audio driver in a simpler way, removing unused/unusable
ratchov
2015-06-25
1
-3
/
+6
*
Remove all audio format conversion code from the kernel (btw holding
ratchov
2015-05-11
1
-50
/
+8
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
ansify some function definitions.
brad
2013-11-15
1
-176
/
+64
*
Since audio code is mp safe, establish isa and pci audio interrupts
ratchov
2013-05-24
1
-3
/
+5
*
Introduce a global interrupt-aware mutex protecting data
ratchov
2013-05-15
1
-23
/
+37
*
add two new members to structs audio_encoding and audio_prinfo.
jakemsr
2010-07-15
1
-9
/
+14
*
timeout_add -> timeout_add_msec
blambert
2010-06-30
1
-6
/
+6
*
audio(9) says low level drivers are allowed to change the requested
jakemsr
2008-10-25
1
-6
/
+9
*
allow low level audio drivers to specify a default sample format,
jakemsr
2008-04-21
1
-1
/
+3
*
audio encoding conversion cleanup
jakemsr
2007-11-05
1
-3
/
+3
*
Fix size in snprintf() call; previous value turned out to be correct by luck.
miod
2006-02-22
1
-2
/
+2
*
make sure aligment does not return zero block size
mickey
2005-04-15
1
-2
/
+2
*
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
ho
2003-04-27
1
-62
/
+100
*
Final __P removal plus some cosmetic fixups
millert
2002-03-14
1
-7
/
+7
*
First round of __P removal in sys
millert
2002-03-14
1
-69
/
+69
*
make all audio drivers use the new allocm and round_buffersize decl's.
ericj
2002-01-20
1
-8
/
+10
*
Change the audio_hm_if->mappage interface to return paddr_t and take off_t
art
2001-10-31
1
-4
/
+4
*
do not reset the volume after playback; landy@alumni.caltech.edu
deraadt
2001-07-18
1
-7
/
+5
*
new timeouts; spaces
mickey
2001-01-29
1
-56
/
+60
*
Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting control fix
kstailey
1999-09-30
1
-28
/
+79
*
ESS audio driver ported from NetBSD, some mixer problems with X-based mixers
niklas
1999-06-22
1
-0
/
+2642