1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 09:21:26 +03:00
The systemd System and Service Manager
Go to file
Lennart Poettering aa46fa6420 mount: change find_loop_device() error code when no loop device is found to ENXIO
ENOENT is a bit too likely to be returned for various reasons, for
example if /sys or /proc are not mounted and hence the files we need not
around. Hence, let's use ENXIO instead, which is equally fitting for the
purpose but has the benefit that the underlying calls won't generate
this error on their own, hence any ambiguity is removed.
2017-07-10 21:41:14 +02:00
.github
.mkosi
catalog
coccinelle
docs
factory/etc
hwdb
m4
man man: briefly document permitted user/group name syntax for User=/Group= and syusers.d (#6321) 2017-07-10 13:44:06 -04:00
network
po
rules
shell-completion
src mount: change find_loop_device() error code when no loop device is found to ENXIO 2017-07-10 21:41:14 +02:00
sysctl.d
system-preset
sysusers.d
test
tmpfiles.d
tools
units
xorg
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.mailmap
.travis.yml
.vimrc
.ycm_extra_conf.py
autogen.sh
CODING_STYLE
configure.ac
DISTRO_PORTING
ENVIRONMENT.md
HACKING
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile-man.am
Makefile.am
meson_options.txt
meson.build
mkosi.build
mkosi.default
NEWS
README
README.md
TODO

systemd - System and Service Manager

Count of open issues over time Count of open pull requests over time 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.

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.