- 14 Apr, 2013 15 commits
-
-
Auke Kok authored
-
Auke Kok authored
-
Zbigniew Jędrzejewski-Szmek authored
Also remove a few casts and use _cleanup_fclose_ to simplify logic.
-
Zbigniew Jędrzejewski-Szmek authored
"__attribute__((always_inline))" does not replace "inline" and they still need to be used together. This fixes "always_inline function might not be inlinable [-Wattributes]" warning in gcc 4.7 Idea-from-patch-by:
Siarhei Siamashka <siarhei.siamashka@gmail.com>
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Kay Sievers authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Zbigniew Jędrzejewski-Szmek authored
<fcntl.h> is POSIX. On Linux, <sys/fcntl.h> simply includes <fcntl.h>, so there should be on difference. On Android likewise, except that there is some more stuff. QNX has only <fcntl.h>. https://bugs.freedesktop.org/show_bug.cgi?id=63423
-
Zbigniew Jędrzejewski-Szmek authored
Just {} is used in a lot of places now, and there's nothing special abose those few.
-
- 13 Apr, 2013 2 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 12 Apr, 2013 20 commits
-
-
Mirco Tischler authored
-
Zbigniew Jędrzejewski-Szmek authored
LISTEN UNIT ACTIVATES /dev/initctl systemd-initctl.socket systemd-initctl.service /dev/log systemd-journald.socket systemd-journald.service ... [::]:19531 systemd-journal-gatewayd.socket systemd-journal-gatewayd.service kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service 17 sockets listed. Pass --all to see loaded but inactive sockets, too.
-
Zbigniew Jędrzejewski-Szmek authored
-
Lennart Poettering authored
-
Lennart Poettering authored
This makes things work again with the requirements of the kernel on bloom filters.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Kay Sievers authored
-
Kay Sievers authored
-
Kay Sievers authored
-
Kay Sievers authored
-
Lennart Poettering authored
-
Tom Gundersen authored
Since v183, the contents of /usr/lib/udev/devices is no longer copied to /dev on boot, rather systemd-tmpfiles should be used instead. However, as systemd-tmpfiles --create is only ran long after udevd has been started, it is no longer possible to use udev rules to assign permissions to the static nodes. This calls systemd-tmpfiles --create early, before udev is started, and restricts the call to /dev, which is known to be mounted already. In the future, this could also take over the creation of static device nodes from systemd-udevd.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 11 Apr, 2013 3 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-