Commit Briefs

Omar Polo

dup line


Omar Polo

improve compat/getprogname on GNU libc

but why'd they called it program_invocation_short_name? They couldn't find a longer name?



Omar Polo

add -levent in the example


Omar Polo

use fatal instead of err/fprintf+exit

fatal logs to the correct place, err only on stderr.




Omar Polo

link to compat/ even in regress

this unlocks the full regress tests on arch, for instance, or every OS where we don't have strl*


Omar Polo

[seccomp] allow newfstatat and gettimeofday

these are required to run on arch linux (at least)



Omar Polo

add newline after usage


Omar Polo

fix "first location" bug

reported by devel at datenbrei dot de. The first location would overwrite the default value for a server, triggering the "`foo' rule specified more than once" error. This also needed a small tweak on how we match locations to avoid breaking other tests.


Omar Polo

fix ca generation


Omar Polo

don't allocate BIGNUM on the stack

on fedora 33 the BIGNUM type is opaque. Allocate always to avoid headaches.


Omar Polo

allow epoll_wait

fedora 33 issue an epoll_wait instead of pwait.