<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/sys/dev/hil, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/hil?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/hil?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2019-12-31T10:05:32Z</updated>
<entry>
<title>Convert infinite sleeps to {m,t}sleep_nsec(9).</title>
<updated>2019-12-31T10:05:32Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2019-12-31T10:05:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=036047429f90acc8dedffad80d5a312829236d4d'/>
<id>urn:sha1:036047429f90acc8dedffad80d5a312829236d4d</id>
<content type='text'>
ok kn@
</content>
</entry>
<entry>
<title>Delete unnecessary &lt;sys/file.h&gt; includes</title>
<updated>2017-12-30T20:46:59Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2017-12-30T20:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=98edb555c60b4518edc9c87d00ef86c5a6af2342'/>
<id>urn:sha1:98edb555c60b4518edc9c87d00ef86c5a6af2342</id>
<content type='text'>
ok millert@ krw@
</content>
</entry>
<entry>
<title>Introduce a new knob to force the first USB keyboard as console input.</title>
<updated>2017-03-11T11:55:03Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2017-03-11T11:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a1b81bf162cddcd68f8a6c0b825784f69ed781d1'/>
<id>urn:sha1:a1b81bf162cddcd68f8a6c0b825784f69ed781d1</id>
<content type='text'>
By setting "machdep.forceukbd=1" you can now use your USB keyboard in
ddb(4) even if your BIOS emulates a pckbd(4).

ok tom@, kettenis@, deraadt@
</content>
</entry>
<entry>
<title>Use the new input functions of wsmouse in mouse and touchscreen drivers.</title>
<updated>2016-06-05T20:15:54Z</updated>
<author>
<name>bru</name>
<email>bru@openbsd.org</email>
</author>
<published>2016-06-05T20:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=84b8bfafcf081b372c707cc631fb554761be5550'/>
<id>urn:sha1:84b8bfafcf081b372c707cc631fb554761be5550</id>
<content type='text'>
ok stsp@ kettenis@
</content>
</entry>
<entry>
<title>add some missing splx() calls</title>
<updated>2015-05-15T13:32:08Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2015-05-15T13:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a8b2c029b889f2d77ce04c349c9616448463b834'/>
<id>urn:sha1:a8b2c029b889f2d77ce04c349c9616448463b834</id>
<content type='text'>
ok deraadt@ kettenis@ krw@
</content>
</entry>
<entry>
<title>Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux</title>
<updated>2014-01-26T17:48:07Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2014-01-26T17:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c8b0a2fb851e142bda8f251ec04b2757bf5075da'/>
<id>urn:sha1:c8b0a2fb851e142bda8f251ec04b2757bf5075da</id>
<content type='text'>
kernels:
- keyboard drivers will now tell wskbd if the keyboard layout they ask
  for is a default value, or a value they are 100% sure of (either
  because your kernel has a XXXKBD_LAYOUT option, or because the
  driver can tell the keyboard layout, e.g. by the country code on USB
  keyboards which provide it, such as Sun's)
- when attaching a keyboard with a non-default layout, the layout will
  become the default layout of the mux for new keyboard attachments if
  the mux doesn't have a layout set already.
- when changing the keyboard layout of a particular keyboard with an
  ioctl (i.e. using kbd(8) or wsconsctl(8)), the layout will become the
  default layout of the mux for new keyboard attachments.

ok mpi@
</content>
</entry>
<entry>
<title>simplify kthread_create(). no more stdarg</title>
<updated>2013-11-18T20:21:50Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2013-11-18T20:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2d25794915b1a72ef7ffbd4e4ff3fd6fe3543962'/>
<id>urn:sha1:2d25794915b1a72ef7ffbd4e4ff3fd6fe3543962</id>
<content type='text'>
ok matthew guenther mikeb
</content>
</entry>
<entry>
<title>Auto-repeat keys in WSKBD_RAW mode is not needed.</title>
<updated>2011-11-09T14:22:37Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@openbsd.org</email>
</author>
<published>2011-11-09T14:22:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7ce15ad760df40b3a91dae5839e0e37076b7db40'/>
<id>urn:sha1:7ce15ad760df40b3a91dae5839e0e37076b7db40</id>
<content type='text'>
WSKBD_RAW mode used in X, but X independently implements auto-repeat keys.

ok miod@
</content>
</entry>
<entry>
<title>Missing splx() in hil_thread(). This turned out to be harmless due to the</title>
<updated>2010-11-20T16:45:46Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2010-11-20T16:45:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ecd77159a318e523f83858ea8119031a98d54b6e'/>
<id>urn:sha1:ecd77159a318e523f83858ea8119031a98d54b6e</id>
<content type='text'>
way this code works (always ends up in tsleep eventually), but it never hurts
to be correct.
</content>
</entry>
<entry>
<title>Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).</title>
<updated>2009-01-21T21:53:59Z</updated>
<author>
<name>grange</name>
<email>grange@openbsd.org</email>
</author>
<published>2009-01-21T21:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=668304ad6be7e645e5dea8abfd51305a92cce8c4'/>
<id>urn:sha1:668304ad6be7e645e5dea8abfd51305a92cce8c4</id>
<content type='text'>
No functional changes.

ok krw@ miod@
</content>
</entry>
</feed>
