<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/usr.sbin/usbdevs, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/usr.sbin/usbdevs?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/usr.sbin/usbdevs?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2019-12-22T14:02:38Z</updated>
<entry>
<title>code cleanup and rearranging. no intentionnal behaviour change (except a printf(3) changed to warn(3))</title>
<updated>2019-12-22T14:02:38Z</updated>
<author>
<name>semarie</name>
<email>semarie@openbsd.org</email>
</author>
<published>2019-12-22T14:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5de804ec8c2fea2197dcb06704aa7531362939f7'/>
<id>urn:sha1:5de804ec8c2fea2197dcb06704aa7531362939f7</id>
<content type='text'>
fine deraadt@
</content>
</entry>
<entry>
<title>unveil(2) /dev with read permissions since it's the only directory usbdevs(8)</title>
<updated>2019-11-30T14:02:47Z</updated>
<author>
<name>mestre</name>
<email>mestre@openbsd.org</email>
</author>
<published>2019-11-30T14:02:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=544844c40a72c1f86fe93051fe3a5cd1968f689d'/>
<id>urn:sha1:544844c40a72c1f86fe93051fe3a5cd1968f689d</id>
<content type='text'>
will read from

OK kn@
</content>
</entry>
<entry>
<title>use strvis on strings from the device; ok sthen mortimer</title>
<updated>2019-04-14T18:16:19Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-04-14T18:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=44d2074c85dd870d699ccafdc0d50191ac231786'/>
<id>urn:sha1:44d2074c85dd870d699ccafdc0d50191ac231786</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the output fit in 80 chars when a serial number is printed.</title>
<updated>2019-01-07T14:22:40Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2019-01-07T14:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=95c55c5be522b27829ec8981600fc4999e36c8a8'/>
<id>urn:sha1:95c55c5be522b27829ec8981600fc4999e36c8a8</id>
<content type='text'>
ok sthen@, millert@, denis@, kn@
</content>
</entry>
<entry>
<title>Instead of having a button for printing the driver(s) attached to a USB</title>
<updated>2018-07-12T07:58:23Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2018-07-12T07:58:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=48ef77341fedbbef958f32957eef2efbf11434e8'/>
<id>urn:sha1:48ef77341fedbbef958f32957eef2efbf11434e8</id>
<content type='text'>
device, do it when invoked with '-v'.

While here recycle '-d' to specify a specific device node, like pcidump(8)
does.

ok jca@, sthen@
</content>
</entry>
<entry>
<title>Print USB port status/changes in verbose++ mode.</title>
<updated>2018-07-10T09:18:36Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2018-07-10T09:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5cd7bad0a1a389cd37677949e56949ce739be85d'/>
<id>urn:sha1:5cd7bad0a1a389cd37677949e56949ce739be85d</id>
<content type='text'>
While here align the driver name with the new output.
</content>
</entry>
<entry>
<title>add missing .Fl macro</title>
<updated>2018-07-08T20:04:44Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2018-07-08T20:04:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bf1e2c673e4db9a28d744fe1e124e0a15dffd376'/>
<id>urn:sha1:bf1e2c673e4db9a28d744fe1e124e0a15dffd376</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve output.</title>
<updated>2018-07-03T13:21:31Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2018-07-03T13:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d412bb608ace9441451c28fdbeb680133ebf9aee'/>
<id>urn:sha1:d412bb608ace9441451c28fdbeb680133ebf9aee</id>
<content type='text'>
- Display Vendor:Device IDs by default
- Put extended informations on a second line
- Separate Hub port and subdevices

ok kettenis@, sthen@
</content>
</entry>
<entry>
<title>Tweak output to behave more like pcidump(8):</title>
<updated>2018-07-01T08:51:50Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2018-07-01T08:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=4524912105570b5ad0bee5601ab0357381c7b931'/>
<id>urn:sha1:4524912105570b5ad0bee5601ab0357381c7b931</id>
<content type='text'>
- Display port info with -vv or more
- Always print the corresponding USB controller

ok sthen@, deraadt@
</content>
</entry>
<entry>
<title>Initialize a char* to NULL rather than 0.</title>
<updated>2015-12-22T08:36:40Z</updated>
<author>
<name>mmcc</name>
<email>mmcc@openbsd.org</email>
</author>
<published>2015-12-22T08:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e6abd7b1f9b0e9ffa95ff49b713732e95756dba7'/>
<id>urn:sha1:e6abd7b1f9b0e9ffa95ff49b713732e95756dba7</id>
<content type='text'>
</content>
</entry>
</feed>
