summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2016-04-28basic/mount-util: recognize pvfs2 as network fs (#3140)Zbigniew Jędrzejewski-Szmek
2016-04-27path-util: Add hidden suffixes for ucf (#3131)Martin Pitt
2016-04-26Merge pull request #3093 from poettering/nspawn-userns-magicLennart Poettering
2016-04-25nspawn: when readjusting UID/GID ownership of OS trees, skip read-only subtreesLennart Poettering
2016-04-25nspawn: don't try to patch UIDs/GIDs of procfs and suchlikeLennart Poettering
2016-04-25nspawn: make -U a tiny bit smarterLennart Poettering
2016-04-25util: copy_file_range() returns EBADF when used on a ttyLennart Poettering
2016-04-25journal: add inotify watches by-fd instead of by-pathLennart Poettering
2016-04-22coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering
2016-04-22tree-wide: don't assume CLOCK_BOOTIME is generally availableLennart Poettering
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-20networkd: bump MTU to 1280 for interfaces which have IPv6 enabled (#3077)Susant Sahani
2016-04-20basic/terminal-util: cache value for colors_enabledZbigniew Jędrzejewski-Szmek
2016-04-18basic: user-utils.c needs missing.h for secure_getenv (#3059)michaelolbrich
2016-04-18networkd: allow setting of multicast querier for linux bridge (#3051)Susant Sahani
2016-04-16install: allow paths like LookupPath.generator to be NULLZbigniew Jędrzejewski-Szmek
2016-04-16tree-wide: introduce PATH_IN_SET macroZbigniew Jędrzejewski-Szmek
2016-04-13basic/util: silence stupid gcc warnings about unitialized variableZbigniew Jędrzejewski-Szmek
2016-04-12tests: override XDG_RUNTIME_DIR where we use the user runtime dirLennart Poettering
2016-04-12tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering
2016-04-12basic: remove rbtree code, it's unusedLennart Poettering
2016-04-12core: rework reboot parameter logic a bitLennart Poettering
2016-04-12core: be more paranoid when mixing umask and fopen()Lennart Poettering
2016-04-12core: rework how transient unit files and property drop-ins workLennart Poettering
2016-04-08basic/util: check return value of dup2 in fork_agent()Zbigniew Jędrzejewski-Szmek
2016-04-06Merge pull request #2944 from keszybz/man-coredump-sysctlLennart Poettering
2016-04-06Merge pull request #2947 from keszybz/test-nssLennart Poettering
2016-04-05test-nss: test the resolution of various namesZbigniew Jędrzejewski-Szmek
2016-04-05string-table: split long definitionsZbigniew Jędrzejewski-Szmek
2016-04-04Merge pull request #2959 from keszybz/stop-resolving-localdomainZbigniew Jędrzejewski-Szmek
2016-04-04*.localdomain != localhostDavid R. Hedges
2016-04-04basic: fallback to fstatat if entry->d_type is DT_UNKNOWNEvgeny Vereshchagin
2016-04-02Move nss typedefs into nss-util.hZbigniew Jędrzejewski-Szmek
2016-04-02basic/copy: remove unnecessary castZbigniew Jędrzejewski-Szmek
2016-04-02test-compress-benchmark: fix argument parsing on 32bitZbigniew Jędrzejewski-Szmek
2016-04-01Revert "time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupported"Lennart Poettering
2016-03-26core: update populated event handling in unified hierarchyTejun Heo
2016-03-26cgroup2: use new fstype for unified hierarchyAlban Crequy
2016-03-22Ignore BOM in config filesZbigniew Jędrzejewski-Szmek
2016-03-17Merge pull request #2839 from keszybz/use-sendfile-smarterDaniel Mack
2016-03-17basic/missing: move syscall definitions to basic/missing_syscall.hZbigniew Jędrzejewski-Szmek
2016-03-17basic/copy: use copy_file_range()Zbigniew Jędrzejewski-Szmek
2016-03-17basic/missing: add copy_file_rangeZbigniew Jędrzejewski-Szmek
2016-03-17Merge pull request #2848 from keszybz/clang-warningsDaniel Mack
2016-03-16Merge pull request #2797 from evverx/selinux-use-rawZbigniew Jędrzejewski-Szmek
2016-03-15basic/log: remove unused return valueZbigniew Jędrzejewski-Szmek
2016-03-15basic/c-rbtree: remove unused functionZbigniew Jędrzejewski-Szmek
2016-03-15basic/macros: clang 3.5 doesn't support alloc_sizeZbigniew Jędrzejewski-Szmek
2016-03-15basic/copy: use sendfile smarterZbigniew Jędrzejewski-Szmek
2016-03-15time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupportedLubomir Rintel