summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/chroot.c
Commit message (Collapse)AuthorAgeFilesLines
* chroot: suppress error messages if the chroot pipe is closedLennart Poettering2011-03-081-2/+4
|
* dbus: move interfaces into standard D-Bus interfaces directoryLennart Poettering2010-06-261-9/+9
| | | | http://avahi.org/ticket/268
* daemons: drop unnecessary setsid() callsLennart Poettering2010-06-251-2/+0
|
* build-sys: set MONO_SHARED_DIR= to avoid build env troubles on redhat ↵Lennart Poettering2010-06-251-4/+4
| | | | (stolen from our rpms)
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
|
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-251-34/+34
|
* * change process title of chroot() helper process to "chroot helper" droppingLennart Poettering2006-08-311-1/+3
| | | | | | | | | the term "process" since everyone knows that this thing is a process anyway. * close the libdaemon retval pipes in the chroot helper process git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1302 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* avahi_set_proc_title(): change the process name with prctl() if availableLennart Poettering2006-08-311-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1300 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Implement client API for arbitrary record browsingLennart Poettering2005-11-161-0/+4
| | | | | | | * Fix memory leak in avahi-client git-svn-id: file:///home/lennart/svn/public/avahi/trunk@984 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* use a normal fork() instead of a daemon_fork() when forking of chroot() ↵Lennart Poettering2005-11-011-2/+4
| | | | | | helper daemon git-svn-id: file:///home/lennart/svn/public/avahi/trunk@914 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* make use of setproctitle() to change the process title of the daemon ↵Lennart Poettering2005-10-301-1/+4
| | | | | | processes. This is especially useful to distuingish the main daemon and the chroot() helper process. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@908 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add chroot() support on LinuxLennart Poettering2005-10-301-0/+406
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@907 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe