Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-19 | const-ify some tables | Omar Polo | |
matches found with % grep -R '=[ ]*{' . | fgrep -v const | |||
2021-10-07 | add compat for sys/tree.h | Omar Polo | |
2021-10-02 | improve libevent2 handling | Omar Polo | |
* add configure check * change the way the headers are required (copied from tmux) | |||
2021-09-19 | add configure check and shim for landlock | Omar Polo | |
First move towards landlock support (#3). The shim is needed until libc provides the proper wrappers for the landlock APIs; I hope it doesn't take too long, but landlock was merged back in May and are still missing. | |||
2021-04-25 | add compat for reallocarray | Omar Polo | |
2021-03-31 | check if sys/queue.h provides TAILQ_FOREACH_SAFE | Omar Polo | |
2021-02-23 | tests and compat for imsg | Omar Polo | |
2021-02-11 | add check for program_invocation_short_name | Omar Polo | |
2021-02-10 | fix setproctitle detection on FreeBSD | Omar Polo | |
2021-02-08 | add check for libevent | Omar Polo | |
2021-02-04 | add compat for setproctitle | Omar Polo | |
This adds a check for setproctitle and for the (linux) prctl PR_SET_NAME. If setproctitle is not available, on linux we provide an implementation that use prctl (taken from tmux compat layer.) | |||
2021-01-25 | adding openssl test | Omar Polo | |
2021-01-21 | more OpenBSD goodies | Omar Polo | |
2021-01-21 | add a configure script and some compat | Omar Polo | |
tested on openbsd, alpine and void |