summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-264-2/+6
* Merge pull request #1654 from poettering/util-libTom Gundersen2015-10-2533-192/+181
|\
| * util-lib: move formats-util.h from shared/ to basic/Lennart Poettering2015-10-251-63/+0
| * util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-2522-22/+44
| * util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-2427-72/+98
| * util: split out escaping code into escape.[ch]Lennart Poettering2015-10-243-12/+15
| * util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering2015-10-241-9/+11
| * util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-241-14/+13
| * path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-241-8/+8
* | run: can launch units with ProtectSystemEvgeny Vereshchagin2015-10-251-1/+1
|/
* import: when downloading images, create a subtree quota group for themLennart Poettering2015-10-222-0/+29
* btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-222-20/+66
* run: can launch units with ReadWriteDirectories, ReadOnlyDirectories, Inacces...Evgeny Vereshchagin2015-10-211-0/+50
* Merge pull request #1616 from evverx/run-fix-environment-parsingLennart Poettering2015-10-201-1/+38
|\
| * run: fix Environment parsingEvgeny Vereshchagin2015-10-201-1/+38
* | strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek2015-10-191-2/+1
* | tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-191-2/+14
|/
* Hook more properties for transient unitsNicolas Cornu2015-10-191-0/+11
* run: can launch units with OOMScoreAdjustEvgeny Vereshchagin2015-10-171-0/+15
* run: can launch units with TimerSlackNSecEvgeny Vereshchagin2015-10-151-0/+9
* systemd-run: can launch units with SyslogFacilityEvgeny Vereshchagin2015-10-141-0/+11
* systemd-run: can launch units with SyslogLevelEvgeny Vereshchagin2015-10-141-1/+12
* bus-util: change `Default`-chopping to `Limit`-searchingEvgeny Vereshchagin2015-10-131-1/+1
* Merge pull request #1534 from evverx/expose-rlimits-on-dbusLennart Poettering2015-10-132-0/+41
|\
| * core: manager: expose DefaultLimit* as properties on dbusEvgeny Vereshchagin2015-10-121-1/+1
| * bus-util: add bus_property_get_rlimit (move from core/dbus_execute)Evgeny Vereshchagin2015-10-122-0/+41
* | shared: remove an unused variableThomas Hindoe Paaboel Andersen2015-10-111-1/+0
|/
* systemd-run can now launch units with SyslogIdentifierEvgeny Vereshchagin2015-10-091-1/+1
* systemd-run can now launch units with SyslogLevelPrefixEvgeny Vereshchagin2015-10-091-1/+2
* machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering2015-10-072-18/+43
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-073-53/+210
* ask-password: various modernizationsLennart Poettering2015-10-063-82/+69
* hashmap: hash_funcs - make inputs unambiguousTom Gundersen2015-10-051-0/+6
* hashmap: refactor hash_funcTom Gundersen2015-10-052-6/+3
* Merge pull request #1426 from poettering/log-syntaxDaniel Mack2015-10-013-83/+44
|\
| * conf-parser: make use of DEFINE_PARSER macro to parse mode_tLennart Poettering2015-09-301-49/+23
| * log: move log_invalid_utf8() to log.hLennart Poettering2015-09-302-10/+3
| * tree-wide: clean up log_syntax() usageLennart Poettering2015-09-302-28/+22
* | gpt-auto-generator: check fstab for /boot entriesKay Sievers2015-09-302-0/+18
|/
* Merge pull request #1415 from aakoskin/bootchart-v2Daniel Mack2015-09-302-1/+17
|\
| * architecture.h: define PROC_CPUINFO_MODELAaro Koskinen2015-09-301-0/+16
| * fileio: make get_status_field() more genericAaro Koskinen2015-09-301-1/+1
* | Merge pull request #1418 from poettering/base-fsDaniel Mack2015-09-301-3/+9
|\ \
| * | base-fs: consider inability to create /root non-fatalLennart Poettering2015-09-301-3/+9
| |/
* / systemctl: various modernizationsLennart Poettering2015-09-301-3/+2
|/
* pager: minor modernizationsLennart Poettering2015-09-291-12/+12
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-292-14/+14
* pager: minor simplificationLennart Poettering2015-09-291-2/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-292-7/+9
* Merge pull request #1339 from alkino/masterDaniel Mack2015-09-231-1/+2
|\