<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libc/sys/stat.2, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libc/sys/stat.2?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libc/sys/stat.2?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2017-10-28T15:28:53Z</updated>
<entry>
<title>consistently use .Vt for variable types and use ".Fa path" where appropriate;</title>
<updated>2017-10-28T15:28:53Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2017-10-28T15:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=0ac9e1ee8a5489a6129cf37721a2eec09b83d36a'/>
<id>urn:sha1:0ac9e1ee8a5489a6129cf37721a2eec09b83d36a</id>
<content type='text'>
one of the bugs reported by &lt;ilya dot kaliman at gmail dot com&gt; via jmc@
</content>
</entry>
<entry>
<title>add missing NAME entries;</title>
<updated>2015-11-07T22:57:52Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2015-11-07T22:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=cce0a7d20ca250ac1e96e88aaa0906b385b63223'/>
<id>urn:sha1:cce0a7d20ca250ac1e96e88aaa0906b385b63223</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use .In rather than .Fd #include</title>
<updated>2015-09-10T17:55:21Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2015-09-10T17:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ec5cd23ef093063387ec1273d0c19047daa9c801'/>
<id>urn:sha1:ec5cd23ef093063387ec1273d0c19047daa9c801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG</title>
<updated>2015-01-19T15:54:11Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2015-01-19T15:54:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2acd0c01e7b85267a08b3bdb65a4c56afcd1d831'/>
<id>urn:sha1:2acd0c01e7b85267a08b3bdb65a4c56afcd1d831</id>
<content type='text'>
description.
</content>
</entry>
<entry>
<title>use .Rv; no change of meaning; from Kaspars at Bankovskis dot net</title>
<updated>2014-12-10T19:19:00Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2014-12-10T19:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=33fc4b466c7166c282a8b38ebd324afe46647519'/>
<id>urn:sha1:33fc4b466c7166c282a8b38ebd324afe46647519</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than the current uint32_t.</title>
<updated>2014-11-20T18:44:10Z</updated>
<author>
<name>krw</name>
<email>krw@openbsd.org</email>
</author>
<published>2014-11-20T18:44:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=4b9a7a17dc8721315e4356256ab32b7438678d48'/>
<id>urn:sha1:4b9a7a17dc8721315e4356256ab32b7438678d48</id>
<content type='text'>
ok guenther@ deraadt@
</content>
</entry>
<entry>
<title>POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.</title>
<updated>2014-08-22T23:05:15Z</updated>
<author>
<name>krw</name>
<email>krw@openbsd.org</email>
</author>
<published>2014-08-22T23:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=be14597995499c5e3908927ef30778158955be40'/>
<id>urn:sha1:be14597995499c5e3908927ef30778158955be40</id>
<content type='text'>
So add the types blksize_t (a.k.a. int32_t) and blkcnt_t (a.k.a.
int64_t). Use blkcnt_t in stat.h since the base type (int64_t) does
not change. blksize_t in stat.h will follow after the tree is audited
for signed issues, since the base type will change from u_int32_t
to a POSIX compliant int32_t.

Guidance and feedback from guenther@

ok millert@
</content>
</entry>
<entry>
<title>Don't use use .Tn with AND/OR/NOT</title>
<updated>2014-02-13T07:30:39Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2014-02-13T07:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=3fe753f8ad80d65104a976295facaeb57ca3d49f'/>
<id>urn:sha1:3fe753f8ad80d65104a976295facaeb57ca3d49f</id>
<content type='text'>
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate

ok millert@ jmc@ schwarze@
</content>
</entry>
<entry>
<title>Oops, utime() is section 3, not 2</title>
<updated>2013-11-02T21:36:50Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2013-11-02T21:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=6ada4df435fbff4d369b6f97b58d4342fb6bfa98'/>
<id>urn:sha1:6ada4df435fbff4d369b6f97b58d4342fb6bfa98</id>
<content type='text'>
noted by jmc@
</content>
</entry>
<entry>
<title>Fix lie that predated NetBSD: the struct stat time padding affected</title>
<updated>2013-11-02T20:06:59Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2013-11-02T20:06:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f3ef1308a37534937148ee2b24f80f66654c4f5e'/>
<id>urn:sha1:f3ef1308a37534937148ee2b24f80f66654c4f5e</id>
<content type='text'>
utime() usage, not utimes()

ok deraadt@
</content>
</entry>
</feed>
