summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-30sd-event: expose the event loop iteration counter via sd_event_get_iteration(...Lennart Poettering
2016-06-30Merge pull request #3608 from teg/sd-device-driver-idLennart Poettering
2016-06-30journalctl: Make temporary files directory configurable (#3574)ottopotto
2016-06-29Merge pull request #3516 from fsateler/shared-basicLennart Poettering
2016-06-29Merge pull request #3622 from keszybz/journalctl-this-bootLennart Poettering
2016-06-29sd-bus: Fix a read after free error in bus-match. (#3624) (#3625)Weng Xuetian
2016-06-28systemctl mask of an non-existent unit should print a warning (#3521)Susant Sahani
2016-06-28journalct: allow --boot=0 to DTRT with --file/--directoryZbigniew Jędrzejewski-Szmek
2016-06-28journalctl: use simpler variable names in get_boots()Zbigniew Jędrzejewski-Szmek
2016-06-28journalct: do no allow --this-boot to take argumentsZbigniew Jędrzejewski-Szmek
2016-06-28journalctl: allow --file/--directory with --boot or --list-bootsZbigniew Jędrzejewski-Szmek
2016-06-28Remove blank line in the output of “systemctl show” (#3614)Lénaïc Huard
2016-06-28resolved: add test for route-only domain filtering (#3609)Martin Pitt
2016-06-27basic/strv: introduce STRV_IGNORE macro (#3601)0xAX
2016-06-27basic: pass flags to the fnmatch (#3606)Evgeny Vereshchagin
2016-06-27sd-device: new_from_subsystem_sysnam - support a real subsystem called 'drivers'Tom Gundersen
2016-06-27sd-device: device_id - set correctly for 'drivers'Tom Gundersen
2016-06-26sd-device: enumerator - do not abort enumeration if a device failsTom Gundersen
2016-06-26Merge pull request #3572 from poettering/machinectl-shell-fixMartin Pitt
2016-06-26machinectl: verify image existance on "start" and "enable" (#3579)Lennart Poettering
2016-06-26networkd: use strv_fnmatch() (#3605)0xAX
2016-06-26Merge pull request #3600 from poettering/fstab-generator-fixesMartin Pitt
2016-06-26basic/strv: use SWAP_TWO() macro (#3602)0xAX
2016-06-25nspawn: fix uid patching logic (#3599)Lennart Poettering
2016-06-24build-sys: Add new libsystemd-shared private libraryFelipe Sateler
2016-06-24fstab-generator: minor simplificationLennart Poettering
2016-06-24fstab-generator: skip fsck for /usr on non-device file systemsLennart Poettering
2016-06-24fstab-generator: don't skip /usr handling if root handling didn't work correctlyLennart Poettering
2016-06-24systemctl: fix an error condition from "-1" to something meaningfulLennart Poettering
2016-06-24fstab-generator: fix checking of fstab_node_to_udev_node() resultLennart Poettering
2016-06-24fstab-generator: document why we copy the root device into the usr device if ...Lennart Poettering
2016-06-24fstab-generator: let's use path_equal() for comparing pathsLennart Poettering
2016-06-24pid1: restore console color support for containers (#3595)Franck Bui
2016-06-24Merge pull request #3594 from poettering/resolved-servfailMartin Pitt
2016-06-24systemctl: Create new unit files with "edit --force" (#3584)Doug Christman
2016-06-24resolved: add option to disable caching (#3592)Martin Pitt
2016-06-24Merge pull request #3549 from poettering/resolved-moreTom Gundersen
2016-06-23resolved: when processing auxiliary DNSSEC transactions, accept those with SE...Lennart Poettering
2016-06-23resolved: when caching replies, check rcode earlierLennart Poettering
2016-06-23resolved: rework SERVFAIL handlingLennart Poettering
2016-06-23fstab-generator: ignore root=/dev/nfs (#3591)Harald Hoyer
2016-06-23Merge pull request #3583 from poettering/restrict-realtimeRonny Chevalier
2016-06-23Merge pull request #3581 from dobyrch/masterRonny Chevalier
2016-06-23build-sys: move fdset.[ch] src/basic → src/shared (#3580)Lennart Poettering
2016-06-23execute: add a new easy-to-use RestrictRealtime= option to unitsLennart Poettering
2016-06-23execute: be a little less drastic when MemoryDenyWriteExecute= hitsLennart Poettering
2016-06-23execute: set PR_SET_NO_NEW_PRIVS also in case the exec memory protection is usedLennart Poettering
2016-06-23execute: use the return value of setrlimit_closest() properlyLennart Poettering
2016-06-23core: when writing transient unit files, make sure all lines end with a newlineLennart Poettering
2016-06-22systemctl: Add missing "/" to files created by 'edit --runtime'Douglas Christman