summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-2640-254/+343
* Merge pull request #1674 from evverx/run-fix-couldnot-find-executableLennart Poettering2015-10-261-5/+0
|\
| * run: fix "couldn't find executable" for the existing executablesEvgeny Vereshchagin2015-10-251-5/+0
* | Merge pull request #1673 from mustrumr/date-fixesLennart Poettering2015-10-254-16/+26
|\ \ | |/ |/|
| * man: fix systemd.time RAS syndrome and line lengthHristo Venev2015-10-251-6/+6
| * test: "today UTC" is not always "today UTC"Hristo Venev2015-10-251-1/+8
| * basic: use the return value of endswithHristo Venev2015-10-252-9/+12
* | Merge pull request #1671 from keszybz/zsh-journalctl-identifierRonny Chevalier2015-10-251-0/+1
|\ \ | |/ |/|
| * zsh-completion: journalctl --identifierZbigniew Jędrzejewski-Szmek2015-10-251-0/+1
|/
* Merge pull request #1668 from ssahani/net1Tom Gundersen2015-10-255-19/+54
|\
| * vxlan: fix assertSusant Sahani2015-10-251-3/+8
| * veth: fix assertSusant Sahani2015-10-251-5/+14
| * ipvlan: fix assertSusant Sahani2015-10-251-3/+9
| * bond: fix assertSusant Sahani2015-10-251-4/+13
| * vlan: fix assertSusant Sahani2015-10-251-4/+10
* | Merge pull request #1654 from poettering/util-libTom Gundersen2015-10-25513-4115/+5141
|\ \
| * | util-lib: move formats-util.h from shared/ to basic/Lennart Poettering2015-10-252-2/+2
| * | util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-25275-659/+973
| * | sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering2015-10-2421-32/+97
| * | util: move logind_running() to login-util.[ch]Lennart Poettering2015-10-244-17/+20
| * | man: let's enclose * in shell examples in ''Lennart Poettering2015-10-241-1/+1
| * | util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-24404-2278/+2708
| * | util: split out escaping code into escape.[ch]Lennart Poettering2015-10-2440-679/+777
| * | util-lib: rework extract_first_word_and_warn() a bitLennart Poettering2015-10-242-15/+24
| * | util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering2015-10-249-284/+341
| * | path-util: unify how we process paths specified on the command lineLennart Poettering2015-10-249-58/+69
| * | util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering2015-10-2410-124/+139
| * | path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-246-75/+99
* | | Merge pull request #1667 from evverx/run-protect-systemLennart Poettering2015-10-254-2/+30
|\ \ \
| * | | shell-completion: systemd-run: add the property ProtectSystemEvgeny Vereshchagin2015-10-252-1/+3
| * | | run: can launch units with ProtectSystemEvgeny Vereshchagin2015-10-252-1/+27
* | | | Merge pull request #1663 from poettering/journal-compress-fixZbigniew Jędrzejewski-Szmek2015-10-253-10/+17
|\ \ \ \ | |/ / / |/| | |
| * | | journal: irrelevant coding style fixesLennart Poettering2015-10-242-5/+6
| * | | journal: fix error handling when compressing journal objectsLennart Poettering2015-10-242-5/+11
| | |/ | |/|
* | | Merge pull request #1665 from evverx/unit-printf-fixesLennart Poettering2015-10-241-5/+4
|\ \ \ | |_|/ |/| |
| * | core: various small fixes to unit-printfEvgeny Vereshchagin2015-10-241-5/+4
|/ /
* | Merge pull request #1664 from again4you/devel/tmp-smack_#5Lennart Poettering2015-10-247-5/+52
|\ \
| * | units: add 'SmackFileSystemRoot=*' option into tmp.mountSangjung Woo2015-10-242-1/+5
| * | mount: add new SmackFileSystemRoot= setting for mount unitSangjung Woo2015-10-245-4/+47
|/ /
* | Merge pull request #1657 from phomes/tmpfiles-simplificationLennart Poettering2015-10-241-2/+1
|\ \
| * | tmpfiles: simplify mountpoint detectionThomas Hindoe Paaboel Andersen2015-10-231-2/+1
| |/
* | Merge pull request #1659 from vcaputo/journal_verify_envalidLennart Poettering2015-10-241-1/+1
|\ \ | |/ |/|
| * journal: s/Envalid/Invalid/Vito Caputo2015-10-241-1/+1
* | Merge pull request #1653 from keszybz/lz4-compress-timeLennart Poettering2015-10-231-18/+65
|\ \
| * | test-compress-benchmark: properly initialize bufferZbigniew Jędrzejewski-Szmek2015-10-231-5/+12
| * | test-compress-benchmark: limit default runtime to 2 seconds per subtestZbigniew Jędrzejewski-Szmek2015-10-231-13/+53
* | | Merge pull request #1652 from filbranden/extract1Lennart Poettering2015-10-231-89/+50
|\ \ \
| * | | util: Replace state with separate booleans in extract_first_wordFilipe Brandenburger2015-10-231-89/+50
* | | | Merge pull request #1647 from evverx/use-extract-in-namespace-parsingLennart Poettering2015-10-231-17/+23
|\ \ \ \
| * | | | core: use extract_first_word for namespace parsingEvgeny Vereshchagin2015-10-221-17/+23