summaryrefslogtreecommitdiff
path: root/ipc.c (follow)
Commit message (Expand)AuthorAge
* Switch back to variadic log macros.HEADpumasterAndre Noll2025-03-23
* Compute ipc key only once.Andre Noll2024-05-23
* Resolve config file path only once.Andre Noll2024-05-23
* Use standard realpath(3).Andre Noll2024-05-23
* ipc.c: Remove a dead store.Andre Noll2017-11-19
* Replace license boilerplate with single line SPDX comments.Andre Noll2017-11-19
* Revert "ipc.c: Use ftok() instead of SuperFastHash."Andre Noll2017-10-06
* ipc: Improve error diagnostics for kill.Andre Noll2017-07-26
* ipc: Combine mutex_lock() and lock_dss().Andre Noll2017-07-13
* ipc: Prefer key_t over int for System V IPC keys.Andre Noll2017-07-13
* ipc.c: Use ftok() instead of SuperFastHash.Andre Noll2017-06-25
* ipc.c: Uninline get_key_or_die().Andre Noll2017-04-16
* ipc.c: Constify parameter of get_key_or_die().Andre Noll2017-04-16
* ipc: Fix error code returned by mutex_lock().Andre Noll2017-04-16
* ipc: Simplify mutex_try_lock().Andre Noll2016-08-21
* ipc: Make pid pointer optional.Andre Noll2016-08-21
* Merge branch 't/rename_system_files'Andre Noll2012-09-16
|\
| * Rename source files which also exist as system headers.Andre Noll2012-08-15
* | Make the dss log facility C89 conform.Daniel Richard G2012-08-15
* | ipc.c: Eliminate per-field struct initializations.Daniel Richard G2012-08-15
* | Have foo.c #include foo.h.Daniel Richard G2012-08-15
|/
* mutex_get(): Change parameter from key_t to int.Andre Noll2012-08-03
* Add the --kill subcommand.Andre Noll2012-06-01
* Use semaphore locking to avoid starting dss multiple times.Andre Noll2012-06-01