summaryrefslogtreecommitdiffstats
path: root/tools/omusrmsg.c
Commit message (Collapse)AuthorAgeFilesLines
* re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-1/+1
| | | | | | | ... by moving code to stream.c. Thanks to the new design, new cases are not really needed, resulting in cleaner code. I also did a cleanup of header file usage as a side-activity.
* 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