1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00
The systemd System and Service Manager
Go to file
Lennart Poettering 25b583d7ff core: swap order of "n_storage_fds" and "n_socket_fds" parameters
When process fd lists to pass to activated programs we always place the
socket activation fds first, and the storage fds last. Irritatingly in
almost all calls the "n_storage_fds" parameter (i.e. the number of
storage fds to pass) came first so far, and the "n_socket_fds" parameter
second. Let's clean this up, and specify the number of fds in the order
the fds themselves are passed.

(Also, let's fix one more case where "unsigned" was used to size an
array, while we should use "size_t" instead.)
2018-07-25 22:48:11 +02:00
.github
.mkosi
catalog
coccinelle
doc Make final kill signal configurable 2018-07-23 13:44:54 +02:00
factory/etc
hwdb hwdb: Add accel mount matrix for Lenovo Miix 3-830 2018-07-25 20:37:44 +02:00
man man: update pam_systemd to reflect recent changes 2018-07-25 16:09:33 +02:00
modprobe.d
network
po
presets
rules
shell-completion Make final kill signal configurable 2018-07-23 13:44:54 +02:00
src core: swap order of "n_storage_fds" and "n_socket_fds" parameters 2018-07-25 22:48:11 +02:00
sysctl.d
sysusers.d
test
tmpfiles.d
tools Merge pull request #8876 from yuwata/meson-0.46 2018-07-24 13:41:57 +02:00
travis-ci
units units: make sure user@.service runs with dbus still up 2018-07-25 14:12:09 +02:00
xorg
.dir-locals.el make dir-locals work again with emacs 26.1 2018-07-23 20:00:48 +02:00
.editorconfig
.gitattributes
.gitignore
.lgtm.yml LGTM: make LGTM.com use meson from pip 2018-07-24 01:37:47 +09:00
.mailmap
.travis.yml
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson_options.txt meson: use integer type in options 2018-07-24 01:31:21 +09:00
meson.build Merge pull request #8876 from yuwata/meson-0.46 2018-07-24 13:41:57 +02:00
mkosi.build
mkosi.default
NEWS
README pam_systemd: drop setting DBUS_SESSION_BUS_ADDRESS 2018-07-25 16:09:33 +02:00
README.md
TODO update TODO 2018-07-25 22:48:11 +02:00
zanata.xml

systemd - System and Service Manager

Count of open issues over time Count of open pull requests over time Build Status
Coverity Scan Status
CII Best Practices
Build Status
Language Grade: C/C++

Details

General information about systemd can be found in the systemd Wiki.

Information about build requirements are provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the HACKING file for information how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.

Stable branches with backported patches are available in the stable repo.