<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/etc/weekly, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/etc/weekly?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/etc/weekly?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2020-02-12T20:51:49Z</updated>
<entry>
<title>do not propagate TMPDIR and override value from /etc/locate.rc in weekly</title>
<updated>2020-02-12T20:51:49Z</updated>
<author>
<name>jung</name>
<email>jung@openbsd.org</email>
</author>
<published>2020-02-12T20:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=dd6e8aa178f2cf53999f83c88c0698766acef98c'/>
<id>urn:sha1:dd6e8aa178f2cf53999f83c88c0698766acef98c</id>
<content type='text'>
effectively reverting r1.9 to follow principal of least surprise

"this is fine" millert
"i agree with direction" schwarze
</content>
</entry>
<entry>
<title>don't suppress error output from running updatelocatedb</title>
<updated>2019-12-30T16:49:51Z</updated>
<author>
<name>espie</name>
<email>espie@openbsd.org</email>
</author>
<published>2019-12-30T16:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=cedd04accc720fede31873624cbbebeea11c93e0'/>
<id>urn:sha1:cedd04accc720fede31873624cbbebeea11c93e0</id>
<content type='text'>
check that the resulting db works instead of some more specific test

okay schwarze@
</content>
</entry>
<entry>
<title>Build full mandoc.db(5) databases by default using makewhatis(8)</title>
<updated>2017-04-15T13:12:08Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2017-04-15T13:12:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=78be3774fe644a631f73b69741209a34d43285ea'/>
<id>urn:sha1:78be3774fe644a631f73b69741209a34d43285ea</id>
<content type='text'>
without -Q during the build and in weekly(8).  According to tests
by many developers, makewhatis(8) takes a few minutes at most even
on slower hardware like octeon, loongson, ALIX, RPI3, Soekris,
cubox, softiron etc., and security(8) is often worse than makewhatis(8).

In case this causes excessive weekly(8) run times on even slower
(~50 MHz-class) CPUs, consider adding "MAKEWHATISARGS=-Q" to
/etc/weekly.local on machines that feel unhappy.

OK sthen@ kettenis@ millert@ deraadt@
</content>
</entry>
<entry>
<title>Move locate(1) database build directory back to /tmp and kill non-existent</title>
<updated>2015-08-14T03:02:07Z</updated>
<author>
<name>rzalamena</name>
<email>rzalamena@openbsd.org</email>
</author>
<published>2015-08-14T03:02:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=00e75ae79edc36f781f524db3da2e56ecc57ebc0'/>
<id>urn:sha1:00e75ae79edc36f781f524db3da2e56ecc57ebc0</id>
<content type='text'>
/usr/tmp references.

Diff from Craig Skinner via tech@ plus a /usr/tmp removal from me in the
updatedb script.

ok millert@.
</content>
</entry>
<entry>
<title>Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.</title>
<updated>2014-04-18T10:00:48Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2014-04-18T10:00:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=b58effd07c82139725eb68590a1fc4032424c1d9'/>
<id>urn:sha1:b58effd07c82139725eb68590a1fc4032424c1d9</id>
<content type='text'>
"commit the switch now" espie@  "go for it" deraadt@

See the apropos(1) manual for a description of what's new.
On machines where you want the full functionality,
run "sudo makewhatis" and put "MAKEWHATISARGS=' '" into weekly.local(8).
Otherwise, when upgrading via source, run "sudo makewhatis -Q".
</content>
</entry>
<entry>
<title>Eliminate some $? tests by rolling the command into the condition</title>
<updated>2011-07-07T23:09:46Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2011-07-07T23:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=22baa516e78ddad47b9cd5ef7b7559a4c4b5bed4'/>
<id>urn:sha1:22baa516e78ddad47b9cd5ef7b7559a4c4b5bed4</id>
<content type='text'>
ok halex@
</content>
</entry>
<entry>
<title>remove EOL whitespace</title>
<updated>2011-01-19T06:18:05Z</updated>
<author>
<name>david</name>
<email>david@openbsd.org</email>
</author>
<published>2011-01-19T06:18:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e893094853207c89b2172e454345921389c3c4b9'/>
<id>urn:sha1:e893094853207c89b2172e454345921389c3c4b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>polish comments, no functional change:</title>
<updated>2009-05-25T21:31:24Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2009-05-25T21:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=58a1e7f86e8a72cb1a166a87a324c76a69ac1569'/>
<id>urn:sha1:58a1e7f86e8a72cb1a166a87a324c76a69ac1569</id>
<content type='text'>
1) advertise *.local and next_part near the top of the three scripts
2) daily: mention smtpd(8) mailq behaviour (like for sendmail, postfix, exim)
3) weekly: drop a comment trivially rehashing the next two lines of code
documenting next_part in the scripts was suggested by jmc@
ok sthen@ okan@ halex@; "i won't object" ajacoutot@
</content>
</entry>
<entry>
<title>/usr/libexec should not be put into the PATH</title>
<updated>2009-05-18T19:57:56Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2009-05-18T19:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=722b80566f56ccef3ca3cd041c95f5d56a94ef0b'/>
<id>urn:sha1:722b80566f56ccef3ca3cd041c95f5d56a94ef0b</id>
<content type='text'>
rely on the PATH set up in the root crontab(5), just like in monthly(8)
suggested by ajacoutot@; "i like this" okan@; feedback jmc@ sthen@;
"absolutely" deraadt@
</content>
</entry>
<entry>
<title>avoid unnecessary changes of the output</title>
<updated>2009-05-10T19:27:25Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2009-05-10T19:27:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=04bf50796b4320e8f2b4671fe0385669906517bd'/>
<id>urn:sha1:04bf50796b4320e8f2b4671fe0385669906517bd</id>
<content type='text'>
in order not to annoy parser scripts and their owners (like henning@)
</content>
</entry>
</feed>
