all repos — slstatus @ fd14804d6ffb212bb88bb5560508e38b6cf432fd

my build of slstatus (tools.suckless.org/slstatus/)

entropy: Port to OpenBSD

OpenBSD's entropy design is superior to Linux.
Aaron Marcher me@drkhsh.at
Sun, 06 May 2018 22:54:32 +0200
commit

fd14804d6ffb212bb88bb5560508e38b6cf432fd

parent

62563a5a0d133fac43d81f85b50d6da01eb93283

2 files changed, 5 insertions(+), 2 deletions(-)

jump to
M READMEREADME

@@ -61,4 +61,3 @@ Porting to OpenBSD is the current goal before thinking about a release.

The following functions are not portable at the moment: - wifi_{perc,essid} -- entropy
M components/entropy.ccomponents/entropy.c

@@ -14,5 +14,9 @@ "%d", &num) == 1) ?

bprintf("%d", num) : NULL; } #elif defined(__OpenBSD__) - /* unimplemented */ + const char * + entropy(void) + { + return "∞"; + } #endif