<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/sys/dev/sun, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/sun?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/sys/dev/sun?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2020-04-06T19:03:09Z</updated>
<entry>
<title>sunkbd(4): timeout_add(9) -&gt; timeout_add_msec(9); ok kettenis@</title>
<updated>2020-04-06T19:03:09Z</updated>
<author>
<name>cheloha</name>
<email>cheloha@openbsd.org</email>
</author>
<published>2020-04-06T19:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f0cdf84b2ddcee98f5a05c229aef4efc8fb72fd6'/>
<id>urn:sha1:f0cdf84b2ddcee98f5a05c229aef4efc8fb72fd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adapt to recent wsmouse changes by bru (oct23)</title>
<updated>2016-10-24T06:13:52Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2016-10-24T06:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ff7533e828cf80694e54977e2bd3a0d28568e687'/>
<id>urn:sha1:ff7533e828cf80694e54977e2bd3a0d28568e687</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the new input functions of wsmouse in mouse and touchscreen drivers.</title>
<updated>2016-06-05T20:02:36Z</updated>
<author>
<name>bru</name>
<email>bru@openbsd.org</email>
</author>
<published>2016-06-05T20:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=94712de55c5b4bdbaec3eebf1d8a959bab2c2fe7'/>
<id>urn:sha1:94712de55c5b4bdbaec3eebf1d8a959bab2c2fe7</id>
<content type='text'>
ok stsp@ kettenis@
</content>
</entry>
<entry>
<title>Reduces the noise around the global ``ticks''  variable by renaming all</title>
<updated>2016-03-19T11:41:56Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2016-03-19T11:41:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=446594ce243cbc3904f81625a2c84886de44111c'/>
<id>urn:sha1:446594ce243cbc3904f81625a2c84886de44111c</id>
<content type='text'>
local ones to ``nticks''.

(missed in previous)

ok stefan@, deraadt@
</content>
</entry>
<entry>
<title>Remove stray splx(9) call.  Found by Maxime Villard's Brainy Code Scanner.</title>
<updated>2015-09-18T20:22:22Z</updated>
<author>
<name>kettenis</name>
<email>kettenis@openbsd.org</email>
</author>
<published>2015-09-18T20:22:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=31e5804d1c60318badf016b4bf9d9f1014443180'/>
<id>urn:sha1:31e5804d1c60318badf016b4bf9d9f1014443180</id>
<content type='text'>
From miod@.
</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>Unify the zs tty driver.</title>
<updated>2013-04-21T14:44:16Z</updated>
<author>
<name>sebastia</name>
<email>sebastia@openbsd.org</email>
</author>
<published>2013-04-21T14:44:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e7f1721476a69e6e2f52a416b1e33b85a925117d'/>
<id>urn:sha1:e7f1721476a69e6e2f52a416b1e33b85a925117d</id>
<content type='text'>
Most of the hard work by mpi@, who provided the initial diff.
Fixes for sparc from myself. Tested on sgi and sparc myself.
Compiles and detects zstty on my powerbook, compile tested on
sparc64 by me. Real testing with zs device on sparc64 by miod@
who also gave a lot of help and feedback.

ok miod@, mpi@
</content>
</entry>
<entry>
<title>Fix asterisk symbol in de layout.</title>
<updated>2012-11-29T14:51:27Z</updated>
<author>
<name>shadchin</name>
<email>shadchin@openbsd.org</email>
</author>
<published>2012-11-29T14:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=57e094dbaac09c2b898245e396adcf0e37ded32a'/>
<id>urn:sha1:57e094dbaac09c2b898245e396adcf0e37ded32a</id>
<content type='text'>
ok miod@, pointed Stefan Koerner &lt;stefan dot koerner at pilum-tech dot de&gt;
</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>Report the compose key on sun keyboards in raw mode as a different keycode</title>
<updated>2011-01-30T16:21:04Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2011-01-30T16:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=87722ce98ac1d04d891cad8bc69fac5230ebcb74'/>
<id>urn:sha1:87722ce98ac1d04d891cad8bc69fac5230ebcb74</id>
<content type='text'>
from right alt. ok krw@ shadchin@ deraadt@
</content>
</entry>
</feed>
