1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 06:52:22 +03:00
The systemd System and Service Manager
Go to file
Lennart Poettering 1f82f5bb42 sd-bus: deal with cookie overruns
Apparently this happens IRL. Let's carefully deal with issues like this:
when we overrun, let's not go back to zero but instead leave the highest
cookie bit set. We use that as indication that we are in "overrun
territory", and then are particularly careful with checking cookies,
i.e. that they haven't been used for still outstanding replies yet. This
should retain the quick cookie generation behaviour we used to have, but
permits dealing with overruns.

Replaces: #11804
Fixes: #11809
2019-02-28 13:44:05 +01:00
.github/ISSUE_TEMPLATE
.lgtm/cpp-queries
.mkosi mkosi: (Archlinux) increase the size of root partition. 2019-02-22 19:53:27 +09:00
catalog
coccinelle
docs Fix typo - "do note use guessable names" 2019-02-20 22:46:16 +01:00
factory/etc
hwdb hwdb: Add accelerometer orientation quirk for the Medion Akoya E2212T 2019-02-21 16:40:51 +01:00
man network: rename GatewayOnlink= to GatewayOnLink= 2019-02-28 10:00:22 +09:00
modprobe.d
network link-config: add "keep" policy and use it by default 2019-01-17 13:56:02 +01:00
po Update uk.po 2019-01-15 14:37:50 +01:00
presets
rules units: add usb-gadget target 2019-02-15 18:16:27 +01:00
semaphoreci semaphore: keep build settings in the repository 2019-02-09 17:43:46 +01:00
shell-completion journalctl: New option --cursor-file 2019-02-27 18:43:31 +01:00
src sd-bus: deal with cookie overruns 2019-02-28 13:44:05 +01:00
sysctl.d Enable regular file and FIFO protection 2019-01-16 12:22:01 +01:00
sysusers.d
test test-network: add testcase for #1850 2019-02-28 10:34:27 +09:00
tmpfiles.d
tools tools: check all directives even if it detects non-updated files 2019-02-25 12:41:11 +09:00
travis-ci travis: stop using the official upstream-systemd-ci repository 2019-02-03 08:51:21 +03:00
units units: re-drop ProtectHostname from systemd-hostnamed.service (#11792) 2019-02-22 08:04:37 +01:00
xorg
.ctags editors: Prevent ctags from following symlinks 2019-02-15 11:01:20 -08:00
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
.mailmap NEWS: update for final v241 2019-02-14 10:58:06 +01:00
.travis.yml travis: add another stage to really run everything under ASan+UBsan 2018-12-24 08:52:33 +01:00
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson_options.txt Merge pull request #11827 from keszybz/pkgconfig-variables 2019-02-26 18:58:03 +01:00
meson.build Merge pull request #11827 from keszybz/pkgconfig-variables 2019-02-26 18:58:03 +01:00
mkosi.build
mkosi.default
NEWS NEWS: add entry about 'udevadm trigger --wait-daemon' 2019-02-15 10:18:14 +09:00
README readme: Minor style and spacing fix 2019-02-15 11:05:04 -08:00
README.md Revert "README: remove Coverity Scan badge" 2019-02-14 12:13:55 +01:00
TODO Merge pull request #11226 from keszybz/enable-remount-fs-dynamically 2019-02-18 12:46:31 +01:00
zanata.xml

systemd - System and Service Manager

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

Details

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

Information about build requirements is 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 guide for information on 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.