summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2016-05-02copy: return the right error when we can't open a fileLennart Poettering
2016-05-02util: rework sigkill_wait() to not require pid_t pointerLennart Poettering
2016-04-29Merge pull request #3151 from keszybz/pr3149-2Zbigniew Jędrzejewski-Szmek
2016-04-29core: make parsing of RLIMIT_NICE aware of actual nice levelsLennart Poettering
2016-04-29build-sys: improve compat with older kernel headersLennart Poettering
2016-04-29path-util: also support ".old" and ".new" suffixes and recommend themZbigniew Jędrzejewski-Szmek
2016-04-29copy: also copy AF_UNIX socketsLennart Poettering
2016-04-29path-util: document that we shouldn't add further entries to hidden_or_backup...Lennart Poettering
2016-04-29journal: when creating a new journal file, fsync() the directory it is create...Lennart Poettering
2016-04-29parse-util: fix conversion from size_t on s390 (#3147)Lubomir Rintel
2016-04-29Merge pull request #3137 from keszybz/dirent-simplificationLennart Poettering
2016-04-28basic/mount-util: recognize pvfs2 as network fs (#3140)Zbigniew Jędrzejewski-Szmek
2016-04-28tree-wide: rename hidden_file to hidden_or_backup_file and optimizeZbigniew Jędrzejewski-Szmek
2016-04-27basic/dirent-util: do not call hidden_file_allow_backup from dirent_is_file_w...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