|
|
Message-ID: <20260403092911.4336-1-contact@hacktivis.me> Date: Fri, 3 Apr 2026 11:29:08 +0200 From: contact@...ktivis.me To: musl@...ts.openwall.com Cc: "Haelwenn (lanodan) Monnier" <contact@...ktivis.me> Subject: [PATCH v4 0/3] add sig2str(3) + str2sig(3) from POSIX.1-2024 From: "Haelwenn (lanodan) Monnier" <contact@...ktivis.me> Sorry it's been a while, hopefully didn't miss anything from the previous emails. Last message-id seems to be 20240811025424.GJ10433@...ghtrain.aerifal.cx which can found archived at https://www.openwall.com/lists/musl/2024/08/11/2 By the way, tests I have for it: https://hacktivis.me/tmp/test_sig2str_str2sig.c Haelwenn (lanodan) Monnier (3): src/signal/sys_signame.c: create hidden value-name table of signals signal: add sig2str(3) from POSIX.1-2024 signal: add str2sig(3) from POSIX.1-2024 include/signal.h | 6 ++++ src/include/signal.h | 2 ++ src/signal/sig2str.c | 34 ++++++++++++++++++++++ src/signal/str2sig.c | 63 ++++++++++++++++++++++++++++++++++++++++ src/signal/sys_signame.c | 44 ++++++++++++++++++++++++++++ 5 files changed, 149 insertions(+) create mode 100644 src/signal/sig2str.c create mode 100644 src/signal/str2sig.c create mode 100644 src/signal/sys_signame.c -- 2.52.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.