Age | Commit message (Collapse) | Author |
|
|
|
|
|
Move the get_uname() changes from src/common/compat.c to
src/lib/osinfo/uname.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Check for failure to install backtrace handler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To get it, use: #include "lib/cc/ctassert.h"
|
|
|
|
|
|
This fixes compilation on OpenBSD.
Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
|
|
This one only needs a shutdown right now.
|
|
|
|
|
|
So far, crypto is the only module that uses them, but others are
likely to do so in the future.
|
|
|
|
|
|
|
|
(This may be slightly gratuitous.)
|
|
|
|
|
|
Also, move it from "main" into lib/process
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That way, string_is_valid_ipv6_address() can benefit from it
|
|
|
|
|
|
We can't use htons()/ntohs() -- those are no-ops on exactly the
wrong platforms.
|