Age | Commit message (Expand) | Author |
2016-04-12 | tests: override XDG_RUNTIME_DIR where we use the user runtime dir | Lennart Poettering |
2016-04-12 | tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n... | Lennart Poettering |
2016-04-12 | basic: remove rbtree code, it's unused | Lennart Poettering |
2016-04-12 | core: rework reboot parameter logic a bit | Lennart Poettering |
2016-04-12 | core: be more paranoid when mixing umask and fopen() | Lennart Poettering |
2016-04-12 | core: rework how transient unit files and property drop-ins work | Lennart Poettering |
2016-04-08 | basic/util: check return value of dup2 in fork_agent() | Zbigniew Jędrzejewski-Szmek |
2016-04-06 | Merge pull request #2944 from keszybz/man-coredump-sysctl | Lennart Poettering |
2016-04-06 | Merge pull request #2947 from keszybz/test-nss | Lennart Poettering |
2016-04-05 | test-nss: test the resolution of various names | Zbigniew Jędrzejewski-Szmek |
2016-04-05 | string-table: split long definitions | Zbigniew Jędrzejewski-Szmek |
2016-04-04 | Merge pull request #2959 from keszybz/stop-resolving-localdomain | Zbigniew Jędrzejewski-Szmek |
2016-04-04 | *.localdomain != localhost | David R. Hedges |
2016-04-04 | basic: fallback to fstatat if entry->d_type is DT_UNKNOWN | Evgeny Vereshchagin |
2016-04-02 | Move nss typedefs into nss-util.h | Zbigniew Jędrzejewski-Szmek |
2016-04-02 | basic/copy: remove unnecessary cast | Zbigniew Jędrzejewski-Szmek |
2016-04-02 | test-compress-benchmark: fix argument parsing on 32bit | Zbigniew Jędrzejewski-Szmek |
2016-04-01 | Revert "time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupported" | Lennart Poettering |
2016-03-26 | core: update populated event handling in unified hierarchy | Tejun Heo |
2016-03-26 | cgroup2: use new fstype for unified hierarchy | Alban Crequy |
2016-03-22 | Ignore BOM in config files | Zbigniew Jędrzejewski-Szmek |
2016-03-17 | Merge pull request #2839 from keszybz/use-sendfile-smarter | Daniel Mack |
2016-03-17 | basic/missing: move syscall definitions to basic/missing_syscall.h | Zbigniew Jędrzejewski-Szmek |
2016-03-17 | basic/copy: use copy_file_range() | Zbigniew Jędrzejewski-Szmek |
2016-03-17 | basic/missing: add copy_file_range | Zbigniew Jędrzejewski-Szmek |
2016-03-17 | Merge pull request #2848 from keszybz/clang-warnings | Daniel Mack |
2016-03-16 | Merge pull request #2797 from evverx/selinux-use-raw | Zbigniew Jędrzejewski-Szmek |
2016-03-15 | basic/log: remove unused return value | Zbigniew Jędrzejewski-Szmek |
2016-03-15 | basic/c-rbtree: remove unused function | Zbigniew Jędrzejewski-Szmek |
2016-03-15 | basic/macros: clang 3.5 doesn't support alloc_size | Zbigniew Jędrzejewski-Szmek |
2016-03-15 | basic/copy: use sendfile smarter | Zbigniew Jędrzejewski-Szmek |
2016-03-15 | time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupported | Lubomir Rintel |
2016-03-14 | include sys/sysmacros.h in more places | Mike Frysinger |
2016-03-10 | socket_address_listen: do not rely on errno (2) | Zbigniew Jędrzejewski-Szmek |
2016-03-10 | socket_address_listen - do not rely on errno | Petr Lautrbach |
2016-03-04 | selinux: use *_raw API from libselinux | Evgeny Vereshchagin |
2016-03-03 | Merge pull request #2781 from keszybz/selinux-and-warnings | Lennart Poettering |
2016-03-02 | Redefine 32bit time_t format to signed | Zbigniew Jędrzejewski-Szmek |
2016-03-02 | selinux: use raw variants of security_compute_create and setfscreatecon | Zbigniew Jędrzejewski-Szmek |
2016-03-01 | selinux: always try to load the full selinux db | Zbigniew Jędrzejewski-Szmek |
2016-03-02 | tree-wide: no need to pass excess flags to open()/openat() if O_PATH is passed | Alexander Kuleshov |
2016-02-29 | Merge pull request #2702 from poettering/resolved-iterate-fix | Zbigniew Jędrzejewski-Szmek |
2016-02-29 | Merge pull request #2763 from tblume/shorten-hostname-before-removing-dots | Lennart Poettering |
2016-02-29 | Merge pull request #2756 from thom311/master | Lennart Poettering |
2016-02-29 | shorten hostname before checking for trailing dot | Thomas Blume |
2016-02-27 | core: avoid compiler warning when compiling with -fexceptions | Thomas Haller |
2016-02-26 | clock-util: be more tolerant in parsing /etc/adjtime | Martin Pitt |
2016-02-26 | clock-util: make clock_is_localtime() testable and add initial tests | Martin Pitt |
2016-02-24 | treewide: fix typos and then/that use | Torstein Husebø |
2016-02-23 | Merge pull request #2724 from vcaputo/minor-formatting-cleanups | Zbigniew Jędrzejewski-Szmek |