baseutils icon indicating copy to clipboard operation
baseutils copied to clipboard

Portable OpenBSD userland utilities

Results 6 baseutils issues
Sort by recently updated
recently updated
newest added

As title, I was able to build this by removing the uneeded sys/cdefs.h reference. This header is not included in Gentoo musl. ``` diff --git a/libopenbsd/vis.h b/libopenbsd/vis.h index abec9c6..c9c89b2 100644...

This is the only util I found by now that is used by every other one but somehow is not presented here

enhancement

Might be a bit offtopic here, but why does OpenBSD not upgrade to a newer zlib. 1.2.3 is really ancient (from 2005), and it causes e.g. a problem with R...

libopenbsd/pwd.c, ls/ls.c: fix segfault on name lookup when uid/gid not present in /etc/passwd or /etc/group Noticed a segfault on a name lookup for uid/gid not found; numeric IDs work as...

Please add suport for macOS Thanks.

Some utilities require `-fcommon` to compile on my system.