summaryrefslogtreecommitdiffstats
path: root/tools/omusrmsg.c
Commit message (Collapse)AuthorAgeFilesLines
* rewriten omusrmsg to no longer fork() a new process for sending messagesRainer Gerhards2008-07-041-107/+81
| | | | | this caused some problems with the threading model, e.g. zombies. Also, it was far less optimal than it is now.
* some more cleanupRainer Gerhards2008-04-161-0/+352
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear