Age | Commit message (Expand) | Author |
2016-04-29 | build-sys: improve compat with older kernel headers | Lennart Poettering |
2016-04-29 | journal: when creating a new journal file, fsync() the directory it is create... | Lennart Poettering |
2016-04-29 | parse-util: fix conversion from size_t on s390 (#3147) | Lubomir Rintel |
2016-04-29 | Merge pull request #3137 from keszybz/dirent-simplification | Lennart Poettering |
2016-04-28 | basic/mount-util: recognize pvfs2 as network fs (#3140) | Zbigniew Jędrzejewski-Szmek |
2016-04-28 | tree-wide: rename hidden_file to hidden_or_backup_file and optimize | Zbigniew Jędrzejewski-Szmek |
2016-04-27 | basic/dirent-util: do not call hidden_file_allow_backup from dirent_is_file_w... | Zbigniew Jędrzejewski-Szmek |
2016-04-27 | path-util: Add hidden suffixes for ucf (#3131) | Martin Pitt |
2016-04-26 | Merge pull request #3093 from poettering/nspawn-userns-magic | Lennart Poettering |
2016-04-25 | nspawn: when readjusting UID/GID ownership of OS trees, skip read-only subtrees | Lennart Poettering |
2016-04-25 | nspawn: don't try to patch UIDs/GIDs of procfs and suchlike | Lennart Poettering |
2016-04-25 | nspawn: make -U a tiny bit smarter | Lennart Poettering |
2016-04-25 | util: copy_file_range() returns EBADF when used on a tty | Lennart Poettering |
2016-04-25 | journal: add inotify watches by-fd instead of by-path | Lennart Poettering |
2016-04-22 | coredump,basic: generalize O_TMPFILE handling a bit | Lennart Poettering |
2016-04-22 | tree-wide: don't assume CLOCK_BOOTIME is generally available | Lennart Poettering |
2016-04-22 | core,systemctl: add bus API to retrieve processes of a unit | Lennart Poettering |
2016-04-20 | networkd: bump MTU to 1280 for interfaces which have IPv6 enabled (#3077) | Susant Sahani |
2016-04-20 | basic/terminal-util: cache value for colors_enabled | Zbigniew Jędrzejewski-Szmek |
2016-04-18 | basic: user-utils.c needs missing.h for secure_getenv (#3059) | michaelolbrich |
2016-04-18 | networkd: allow setting of multicast querier for linux bridge (#3051) | Susant Sahani |
2016-04-16 | install: allow paths like LookupPath.generator to be NULL | Zbigniew Jędrzejewski-Szmek |
2016-04-16 | tree-wide: introduce PATH_IN_SET macro | Zbigniew Jędrzejewski-Szmek |
2016-04-13 | basic/util: silence stupid gcc warnings about unitialized variable | Zbigniew Jędrzejewski-Szmek |
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 |