index
:
dss
maint
master
next
pu
DSS - dyadic snapshot scheduler
Andre Noll
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ipc.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Switch back to variadic log macros.
HEAD
pu
master
Andre Noll
2025-03-23
*
Compute ipc key only once.
Andre Noll
2024-05-23
*
Resolve config file path only once.
Andre Noll
2024-05-23
*
Use standard realpath(3).
Andre Noll
2024-05-23
*
ipc.c: Remove a dead store.
Andre Noll
2017-11-19
*
Replace license boilerplate with single line SPDX comments.
Andre Noll
2017-11-19
*
Revert "ipc.c: Use ftok() instead of SuperFastHash."
Andre Noll
2017-10-06
*
ipc: Improve error diagnostics for kill.
Andre Noll
2017-07-26
*
ipc: Combine mutex_lock() and lock_dss().
Andre Noll
2017-07-13
*
ipc: Prefer key_t over int for System V IPC keys.
Andre Noll
2017-07-13
*
ipc.c: Use ftok() instead of SuperFastHash.
Andre Noll
2017-06-25
*
ipc.c: Uninline get_key_or_die().
Andre Noll
2017-04-16
*
ipc.c: Constify parameter of get_key_or_die().
Andre Noll
2017-04-16
*
ipc: Fix error code returned by mutex_lock().
Andre Noll
2017-04-16
*
ipc: Simplify mutex_try_lock().
Andre Noll
2016-08-21
*
ipc: Make pid pointer optional.
Andre Noll
2016-08-21
*
Merge branch 't/rename_system_files'
Andre Noll
2012-09-16
|
\
|
*
Rename source files which also exist as system headers.
Andre Noll
2012-08-15
*
|
Make the dss log facility C89 conform.
Daniel Richard G
2012-08-15
*
|
ipc.c: Eliminate per-field struct initializations.
Daniel Richard G
2012-08-15
*
|
Have foo.c #include foo.h.
Daniel Richard G
2012-08-15
|
/
*
mutex_get(): Change parameter from key_t to int.
Andre Noll
2012-08-03
*
Add the --kill subcommand.
Andre Noll
2012-06-01
*
Use semaphore locking to avoid starting dss multiple times.
Andre Noll
2012-06-01