summaryrefslogtreecommitdiff
path: root/src/machine
AgeCommit message (Expand)Author
2016-04-12machinectl: add new "machinectl clean" commandLennart Poettering
2016-04-12tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering
2016-04-05machinectl: indentation fixZbigniew Jędrzejewski-Szmek
2016-04-05machinectl: add --value optionZbigniew Jędrzejewski-Szmek
2016-02-25Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek
2016-02-26tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-23Merge pull request #2717 from keszybz/networkctl-prettificationLennart Poettering
2016-02-23Fix two typosZbigniew Jędrzejewski-Szmek
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-18Remove/add (un)needed includesNathan McSween
2016-02-15time-util: Rename and fix call of deserialize_timestamp_value()Benjamin Robin
2016-02-16machine: use deserialize_timestamp_value()Alexander Kuleshov
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-27machined: add early checks for unrealistically large image/pool sizesLennart Poettering
2016-01-27machined: when the pool limit is set to infinity don't resize backing loopbac...Lennart Poettering
2016-01-25logind,machined: bump TasksMax=Lennart Poettering
2016-01-20basic/terminal-util: introduce SYSTEMD_COLORS environment variableJan Synacek
2016-01-19Merge pull request #2357 from keszybz/warnings-2Lennart Poettering
2016-01-14bus-util: print "systemctl --user" on user service managerWaLyong Cho
2016-01-13tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek
2016-01-05machine: fix typo: MS_MOUNT does not existAlban Crequy
2015-12-10importd: drop dkr supportLennart Poettering
2015-12-04nspawn: set TasksMax in machined instead of nspawnAlban Crequy
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-17tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-15machined,logind: be more careful when accepting PIDs and UIDs from clientsLennart Poettering
2015-11-09Merge pull request #1820 from michich/errno-v2Daniel Mack
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-11-06doc: correct punctuation and improve typography in documentationJan Engelhardt
2015-11-03parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering
2015-11-03machine: when we fail to extract a network interface from the machine state, ...Lennart Poettering
2015-11-02machine: fix extract_first_wordSusant Sahani
2015-11-01machine: : port to extract_first_wordSusant Sahani
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move web-related calls into web-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-24util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering
2015-10-22machinectl: accept "none" and "infinity" as specifier when dropping quotas us...Lennart Poettering