<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/sys/dev/pci/fms.c, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/pci/fms.c?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/pci/fms.c?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2016-12-20T15:31:00Z</updated>
<entry>
<title>Set free(9) size argument. From Michael W. Bombardieri &lt;mb at ii.net&gt;.</title>
<updated>2016-12-20T15:31:00Z</updated>
<author>
<name>ratchov</name>
<email>ratchov@openbsd.org</email>
</author>
<published>2016-12-20T15:31:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7c2e7a707f8a22fde0b490671e31518b1d39e856'/>
<id>urn:sha1:7c2e7a707f8a22fde0b490671e31518b1d39e856</id>
<content type='text'>
Thanks.
</content>
</entry>
<entry>
<title>Remove unused getdev() audio driver functions.</title>
<updated>2016-09-19T06:46:43Z</updated>
<author>
<name>ratchov</name>
<email>ratchov@openbsd.org</email>
</author>
<published>2016-09-19T06:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=56fd3f56d1a8f522a9ced8a036f88142069e12b8'/>
<id>urn:sha1:56fd3f56d1a8f522a9ced8a036f88142069e12b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove drain(), query_encoding(), mappage() and get_default_params()</title>
<updated>2016-09-14T06:12:19Z</updated>
<author>
<name>ratchov</name>
<email>ratchov@openbsd.org</email>
</author>
<published>2016-09-14T06:12:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7cb42e31c81b1e003815ca6e6cbf9182b1f7e7fe'/>
<id>urn:sha1:7cb42e31c81b1e003815ca6e6cbf9182b1f7e7fe</id>
<content type='text'>
methods from all audio drivers and from the audio_if structure as they
are never called.
</content>
</entry>
<entry>
<title>Remove all audio format conversion code from the kernel (btw holding</title>
<updated>2015-05-11T06:46:21Z</updated>
<author>
<name>ratchov</name>
<email>ratchov@openbsd.org</email>
</author>
<published>2015-05-11T06:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ac2bb4f35e5a57326fc135134dc640899d0b5bd0'/>
<id>urn:sha1:ac2bb4f35e5a57326fc135134dc640899d0b5bd0</id>
<content type='text'>
the kernel_lock), as we already do better conversions in
user-mode. Yet, no need for every single driver to fiddle with the
conversion code as they are done transparently by common MI code. With
help from armani and miod, support from mpi

ok armani@
</content>
</entry>
<entry>
<title>add a size argument to free. will be used soon, but for now default to 0.</title>
<updated>2014-07-12T18:48:51Z</updated>
<author>
<name>tedu</name>
<email>tedu@openbsd.org</email>
</author>
<published>2014-07-12T18:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=df2ac69f82ae44a202c3df500ca0878a86fb544f'/>
<id>urn:sha1:df2ac69f82ae44a202c3df500ca0878a86fb544f</id>
<content type='text'>
after discussions with beck deraadt kettenis.
</content>
</entry>
<entry>
<title>ansify some function definitions.</title>
<updated>2013-11-15T16:46:27Z</updated>
<author>
<name>brad</name>
<email>brad@openbsd.org</email>
</author>
<published>2013-11-15T16:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ab2e89348ab50f255b493f49df159b731b7310b6'/>
<id>urn:sha1:ab2e89348ab50f255b493f49df159b731b7310b6</id>
<content type='text'>
no functional change.

ok sthen@
</content>
</entry>
<entry>
<title>Since audio code is mp safe, establish isa and pci audio interrupts</title>
<updated>2013-05-24T07:58:46Z</updated>
<author>
<name>ratchov</name>
<email>ratchov@openbsd.org</email>
</author>
<published>2013-05-24T07:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=61932e1479f3fc4a2ff1ed885ff398a5947d89e2'/>
<id>urn:sha1:61932e1479f3fc4a2ff1ed885ff398a5947d89e2</id>
<content type='text'>
with the IPL_MPSAFE flag. In certain circumstances, this prevents
interrupt handlers from waiting the global kernel_lock possibly (hold
by slower code) to be released.

ok kettenis
</content>
</entry>
<entry>
<title>Introduce a global interrupt-aware mutex protecting data</title>
<updated>2013-05-15T08:29:23Z</updated>
<author>
<name>ratchov</name>
<email>ratchov@openbsd.org</email>
</author>
<published>2013-05-15T08:29:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=886882aa351014ee6327856abc38783ed424cc33'/>
<id>urn:sha1:886882aa351014ee6327856abc38783ed424cc33</id>
<content type='text'>
structures (including sound-card registers) from concurent
access by syscall and interrupt code-paths. Since critical
sections remain the same, calls to splraise/spllower can be
safely replaced by calls to mtx_enter/mtx_leave with two
exceptions: (1) mutexes are not reentrant (the inner splraise
is thus removed), and (2) we're not allowed to sleep with a
mutex (either msleep is used or the mutex is released before
sleeping).

ok and help from kettenis, a lot of work from armani
</content>
</entry>
<entry>
<title>add two new members to structs audio_encoding and audio_prinfo.</title>
<updated>2010-07-15T03:43:11Z</updated>
<author>
<name>jakemsr</name>
<email>jakemsr@openbsd.org</email>
</author>
<published>2010-07-15T03:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1657931791df6f774accbb48ba9d42eac31d77d9'/>
<id>urn:sha1:1657931791df6f774accbb48ba9d42eac31d77d9</id>
<content type='text'>
for both structs, the new members are 'bps' and 'msb', which
describe the number of bytes per sample and data alignment in the
sample, respectively.  drivers must properly set these fields in
the 'query_encoding', 'set_parameters' and 'get_default_params'
hardware interface methods.

discussed with ratchov, deraadt
</content>
</entry>
<entry>
<title>configure conversion for the correct direction.  I guess no one has</title>
<updated>2010-04-04T00:50:36Z</updated>
<author>
<name>jakemsr</name>
<email>jakemsr@openbsd.org</email>
</author>
<published>2010-04-04T00:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=85e27fad6e14ac0d4b6b956cc9dd37d28955dbda'/>
<id>urn:sha1:85e27fad6e14ac0d4b6b956cc9dd37d28955dbda</id>
<content type='text'>
ever tried recording big endian samples with fms.
</content>
</entry>
</feed>
