- 30 Jan, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 07 Jan, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
set_freep() is added to automatize set_free().
-
- 19 Oct, 2012 1 commit
-
-
Lennart Poettering authored
-
- 14 Aug, 2012 1 commit
-
-
Lukas Nykryn authored
In some cases, like wrong configuration, restarting after error does not help, so administrator can specify statuses by RestartPreventExitStatus which will not cause restart of a service. Sometimes you have non-standart exit status, so this can be specified by SuccessfulExitStatus.
-
- 19 Jul, 2012 1 commit
-
-
Shawn Landden authored
#pragma once has been "un-deprecated" in gcc since 3.3, and is widely supported in other compilers. I've been using and maintaining (rebasing) this patch for a while now, as it annoyed me to see #ifndef fooblahfoo, etc all over the place, almost arrogant about the annoyance of having to define all these names to perform a commen but neccicary functionality, when a completely superior alternative exists. I havn't sent it till now, cause its kindof a style change, and it is bad voodoo to mess with style that has been established by more established editors. So feel free to lambast me as a crazy bafoon. v2 - preserve externally used headers
-
- 03 Jul, 2012 1 commit
-
-
Lennart Poettering authored
-
- 11 Apr, 2012 1 commit
-
-
Lennart Poettering authored
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
-
- 10 Apr, 2012 1 commit
-
-
Kay Sievers authored
Before: $ ldd /lib/systemd/systemd-timestamp linux-vdso.so.1 => (0x00007fffb05ff000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f90aac57000) libcap.so.2 => /lib64/libcap.so.2 (0x00007f90aaa53000) librt.so.1 => /lib64/librt.so.1 (0x00007f90aa84a000) libc.so.6 => /lib64/libc.so.6 (0x00007f90aa494000) /lib64/ld-linux-x86-64.so.2 (0x00007f90aae90000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f90aa290000) libattr.so.1 => /lib64/libattr.so.1 (0x00007f90aa08a000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f90a9e6e000) After: $ ldd systemd-timestamp linux-vdso.so.1 => (0x00007fff3cbff000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f5eaa1c3000) librt.so.1 => /lib64/librt.so.1 (0x00007f5ea9fbb000) libc.so.6 => /lib64/libc.so.6 (0x00007f5ea9c04000) /lib64/ld-linux-x86-64.so.2 (0x00007f5eaa3fc000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f5ea9a00000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5ea97e4000)
-
- 17 Aug, 2010 1 commit
-
-
Lennart Poettering authored
-
- 15 Jun, 2010 1 commit
-
-
Lennart Poettering authored
-
- 16 May, 2010 1 commit
-
-
Lennart Poettering authored
-
- 06 Apr, 2010 1 commit
-
-
Lennart Poettering authored
-
- 03 Feb, 2010 1 commit
-
-
Lennart Poettering authored
-
- 26 Jan, 2010 1 commit
-
-
Lennart Poettering authored
-
- 20 Jan, 2010 1 commit
-
-
Lennart Poettering authored
-
- 19 Jan, 2010 1 commit
-
-
Lennart Poettering authored
-
- 18 Jan, 2010 1 commit
-
-
Lennart Poettering authored
-
- 17 Nov, 2009 1 commit
-
-
Lennart Poettering authored
-