<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit-pink/filters/html-converters/man2html, branch 1.3.0</title>
<subtitle>DON'T USE THIS! --- web frontend for git
</subtitle>
<id>https://git.causal.agency/cgit-pink/atom?h=1.3.0</id>
<link rel='self' href='https://git.causal.agency/cgit-pink/atom?h=1.3.0'/>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/'/>
<updated>2015-10-12T14:47:47+00:00</updated>
<entry>
<title>filters: misc cleanups</title>
<updated>2015-10-12T14:47:47+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-10-12T14:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=c301899112b2a0559e0f65e3b371a907e9e5c097'/>
<id>urn:sha1:c301899112b2a0559e0f65e3b371a907e9e5c097</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>filters: import more modern scripts</title>
<updated>2013-05-27T19:54:16+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2013-05-27T19:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/cgit-pink/commit/?id=8149be213f1c8f52b0dbe6c213f6073af57fa954'/>
<id>urn:sha1:8149be213f1c8f52b0dbe6c213f6073af57fa954</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
</feed>
ut type='hidden' name='h' value='1.2'/><input type='hidden' name='showmsg' value='1'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/catsit/log/?h=1.2&amp;showmsg=1&amp;follow=1'>root</a>/<a href='/catsit/log/daemon.h?h=1.2&amp;showmsg=1&amp;follow=1'>daemon.h</a> (<a href='/catsit/log/daemon.h?h=1.2&amp;showmsg=1'>unfollow</a>)</div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/catsit/log/daemon.h?h=1.2&amp;follow=1'>Collapse</a>)</th><th class='left'>Author</th></tr>
<tr class='logheader'><td><span title='2021-02-01 11:39:25 -0500'>2021-02-01</span></td><td class='logsubject'><a href='/catsit/commit/service.c?h=1.2&amp;id=cc8a88c059fffe5e7834cb2bfc2bb7c932a67c77&amp;follow=1'>Remove use of "%n"</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
https://cvsweb.openbsd.org/src/lib/libc/stdio/vfprintf.c?rev=1.79&amp;content-type=text/x-cvsweb-markup

I think this is silly, as I've said elsewhere, and it's a shame
because that was clearly the best way to write this. Oh well.


</td></tr>
<tr class='logheader'><td><span title='2021-02-01 11:36:31 -0500'>2021-02-01</span></td><td class='logsubject'><a href='/catsit/commit/daemon.c?h=1.2&amp;id=da4ccb18f4c6900c6e5ad39e226cab9699837412&amp;follow=1'>Check signals first in the loop</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Signals need to be checked first in the loop to catch any that were
delivered between setting up the signals handlers and entering the
loop, i.e. in the time it takes to initially start each of the
services.


</td></tr>
<tr class='logheader'><td><span title='2020-12-15 16:47:12 -0500'>2020-12-15</span></td><td class='logsubject'><a href='/catsit/commit/service.c?h=1.2&amp;id=7769a4f6e94452719e09b8f0c3a1ecca09b55355&amp;follow=1'>Log a message when stopping a service waiting to restart</a><span class='decoration'> <a class='tag-annotated-deco' href='/catsit/tag/?h=1.1'>1.1</a></span></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
It's a little annoying to have to special-case this, but otherwise there
is no confirmation in the log that the restart won't still happen.


</td></tr>
<tr class='logheader'><td><span title='2020-11-10 15:15:43 -0500'>2020-11-10</span></td><td class='logsubject'><a href='/catsit/commit/daemon.c?h=1.2&amp;id=b7ebd38698c35c23492857f50cbcc6bf124e2757&amp;follow=1'>Refactor unveil calls so errors can be reported properly</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2020-10-27 08:36:25 -0400'>2020-10-27</span></td><td class='logsubject'><a href='/catsit/commit/daemon.c?h=1.2&amp;id=5b1a5f2876b8c70ee7bf3eab8570a971697f542b&amp;follow=1'>Do not increment signals</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
No need to do a read and a write... and it's declared volatile so maybe
that's even worse? I don't even know, but there's no point.


</td></tr>
<tr class='logheader'><td><span title='2020-10-23 11:37:10 -0400'>2020-10-23</span></td><td class='logsubject'><a href='/catsit/commit/daemon.c?h=1.2&amp;id=363ab9f834a955b4b664e99f176293c30d6ef75b&amp;follow=1'>Only look up group if one is named</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2020-10-23 11:22:17 -0400'>2020-10-23</span></td><td class='logsubject'><a href='/catsit/commit/daemon.c?h=1.2&amp;id=87083ad3811e32c46726a2038b8725e24458858c&amp;follow=1'>Remove default defines of RUNDIR, ETCDIR</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2020-10-23 11:14:02 -0400'>2020-10-23</span></td><td class='logsubject'><a href='/catsit/commit/Makefile?h=1.2&amp;id=8f81318a3f4730aa3589e15a8c44b9d0c1c838f5&amp;follow=1'>Set shell scripts executable in build</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2020-10-20 20:56:06 -0400'>2020-10-20</span></td><td class='logsubject'><a href='/catsit/commit/service.c?h=1.2&amp;id=d90a43d948c3b9ed96f2908a58945939cbc30cf0&amp;follow=1'>Humanize milliseconds if interval is less than 1s</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
The intervals are configurable in milliseconds so humanize should be
able to display at that precision.


</td></tr>
<tr class='logheader'><td><span title='2020-10-20 19:56:56 -0400'>2020-10-20</span></td><td class='logsubject'><a href='/catsit/commit/service.c?h=1.2&amp;id=18323018624001103368257578a5fcbaf9252986&amp;follow=1'>Humanize restart interval</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2020-08-17 23:59:08 -0400'>2020-08-17</span></td><td class='logsubject'><a href='/catsit/commit/catsitd.8?h=1.2&amp;id=324f569ce0e10a1b1e551cae10d103e8f242e809&amp;follow=1'>Document default catsit.conf location on OpenBSD</a><span class='decoration'> <a class='tag-annotated-deco' href='/catsit/tag/?h=1.0'>1.0</a></span></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2020-08-17 23:25:34 -0400'>2020-08-17</span></td><td class='logsubject'><a href='/catsit/commit/catsit.in?h=1.2&amp;id=08783bd1cc769c5d9319c51498022e6cdc06172a&amp;follow=1'>Template catsit script with RUNDIR</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2020-08-17 22:49:29 -0400'>2020-08-17</span></td><td class='logsubject'><a href='/catsit/commit/daemon.h?h=1.2&amp;id=2a7467647ec85fdb5f57565284bc73456b45979c&amp;follow=1'>Clean up includes</a></td><td>June McEnroe</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>
<tr class='logheader'><td><span title='2020-08-17 22:39:54 -0400'>2020-08-17</span></td><td class='logsubject'><a href='/catsit/commit/service.c?h=1.2&amp;id=e548219ebfdc772389bf5dbc9d90440badf12421&amp;follow=1'>Log service uptime in status</a></td><td>June McEnroe