1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 18:27:04 +03:00
The systemd System and Service Manager
Go to file
Lennart Poettering 1a37c9756f bus-proxy: don't close local bus fds twice
Clear up how we pass fd owner ship to proxy and bus objects. Document
that ownership is passed of the fds in question even in case of failing
constructors, and that callers should forget about fds pass into the
proxy object.

The alternative would be to duplicate the fds, but given that fds are a
relatively scarce and heavy resource let's better avoid that.

Fixes #1591.
2015-10-17 16:48:21 +02:00
catalog
coccinelle
docs
factory/etc
hwdb
m4
man
network
po
rules
shell-completion
src bus-proxy: don't close local bus fds twice 2015-10-17 16:48:21 +02:00
sysctl.d
system-preset
systemd-master/catalog
sysusers.d
test
tmpfiles.d
tools
units
xorg
.dir-locals.el
.gitattributes
.gitignore
.mailmap
.travis.yml
.vimrc
.ycm_extra_conf.py
autogen.sh
CODING_STYLE
configure.ac
DISTRO_PORTING
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile-man.am
Makefile.am Merge pull request #1562 from michich/overlinking 2015-10-14 17:29:24 +02:00
NEWS
README
README.md
TODO

systemd - System and Service Manager

Build Status
Coverity Scan Status

Details

  • General information about systemd can be found in the systemd Wiki
  • Information about build requirements are provided in the README file