Commit Briefs

Omar Polo

move to a different server


Omar Polo

break out if check_reply fails

it's not a problem when we have only one check_reply at then end, since $? is kept across function boundaries, but when we have multiple checks we need to quit on the first error.


Omar Polo

sync imsg-buffer.c

original commit from eric@: change the barrier so that fd's are always passed and received with the first byte of the imsg they belong to. idea, tweaks and ok claudio@


Omar Polo

sync recallocarary.c

original commit from claudio@: Type-cast getpagesize() from int to size_t for the comparison with d. getpagesize() will only return positive numbers (there is no negative page size system) and it can not fail. Should fix some compiler warnings seen in -portable projects. OK otto@


Omar Polo

const-ify some tables

matches found with % grep -R '=[ ]*{' . | fgrep -v const


Omar Polo

get rid of `which` in the configure too

should have been done already in 12fcba2; reminded by Allen Sobot, thanks!


Omar Polo

configure: allow to set MANDIR from args

diff by Allen Sobot (chilledfrogs at disroot dot org), thanks!


Omar Polo

mention gmid.sysusers in contrib together with gmid.service

related to github issue #14


Omar Polo

add missing newline



omar-polo

add systemd-sysusers' config file


Omar Polo

use shell built-in `command' instead of which(1)

it's specified by POSIX AFAIK and requires less redirections.


Omar Polo

fix email


Omar Polo

sync changelog


Omar Polo

document the type { ... } block