index
:
mscp.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform.c
Age
Commit message (
Expand
)
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
2024-02-06
refactor error message-related functions
Ryo Nakamura
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
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