aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/solaris_output_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-1/+2
Added the "fd_util" library, which attempts to use the new thread-safe Linux system calls pipe2(), accept4() and the options O_CLOEXEC, SOCK_CLOEXEC. Without these, it falls back to FD_CLOEXEC, which is not thread safe. This is particularly important for the "pipe" output plugin (and others, such as JACK/PulseAudio), because we were heavily leaking file descriptors to child processes.
2009-03-16solaris: new audio output plugin for Solaris /dev/audioMax Kellermann1-0/+175