Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-17 | add checkpoint.c and .h | Ryo Nakamura | |
2024-02-12 | add htonll and ntohll | Ryo Nakamura | |
2024-02-06 | add .clang-format from Linux kernel and format sources | Ryo Nakamura | |
The exception is that ColumnLimit is 90. | |||
2024-02-06 | refactor error message-related functions | Ryo Nakamura | |
split message print fuctions (mpr_*), strerrno, and mscp_get/set_error into print.c/h and strerrno.c/h. ToDo: revise usages of priv_set_errv and pr_* functions. | |||
2024-02-06 | add -p option, preserving file timestamps | Ryo Nakamura | |
2024-01-21 | make it buildable at FreeBSD | Ryo Nakamura | |
2024-01-18 | add SPDX-License-Identifier to source files | Ryo Nakamura | |
2023-03-22 | fix invalid return sem | Ryo Nakamura | |
2023-03-16 | do not sem_close() for unnamed semaphore | Ryo Nakamura | |
2023-03-16 | fix semaphore handling for macOS | Ryo Nakamura | |
2023-03-15 | add sem_create(), wrappign sem_init() for linux and sem_open() for macOS | Ryo Nakamura | |
2023-03-15 | linux also needs stdlib.h for random() | Ryo Nakamura | |
2023-03-15 | macOS does not support sem_init. use sem_open instead | Ryo Nakamura | |
2023-03-03 | add message.h and message.c, mscp_set|get_error() | Ryo Nakamura | |
Instead of pr_err(), libmscp uses mscp_set_error() and applications use mscp_get_errror() to get error message. | |||
2022-11-18 | don't stop on macos whem -m coremask is set | Ryo Nakamura | |
2022-11-15 | add -m coremask option | Ryo Nakamura | |
2022-10-29 | change indent from space to tab | Ryo Nakamura | |
2022-10-23 | compilable in linux | Ryo Nakamura | |
2022-10-15 | initial commit | Ryo Nakamura | |