The following changes since commit eba4f374fe49e3369e58acedaaed3e4581b1ce80: Merge branch 'column-handle-osc8-links' of https://github.com/juarezr/util-linux (2025-01-22 11:47:04 +0100) are available in the Git repository at: https://github.com/PrasannaPaithankar/util-linux.git ipc for you to fetch changes up to 7a16f0535469dbf94d631cf40ddc539322b6d291: added POSIX IPC paathnames; modified sys-utils/Makemodule.am (2025-01-23 03:18:31 +0530) ---------------------------------------------------------------- Prasanna Paithankar (2): added POSIX IPC support to lsipc, ipcrm, ipcmk added POSIX IPC paathnames; modified sys-utils/Makemodule.am include/pathnames.h | 11 +- sys-utils/Makemodule.am | 16 +- sys-utils/ipcmk.1.adoc | 15 +- sys-utils/ipcmk.c | 93 ++++++++- sys-utils/ipcrm.1.adoc | 21 +- sys-utils/ipcrm.c | 137 +++++++++++- sys-utils/ipcutils.c | 285 +++++++++++++++++++++++++ sys-utils/ipcutils.h | 52 +++++ sys-utils/lsipc.1.adoc | 22 +- sys-utils/lsipc.c | 448 +++++++++++++++++++++++++++++++++++++--- 10 files changed, 1040 insertions(+), 60 deletions(-) -- 2.43.0 ----------------------------------------------------------------