summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-26Merge pull request #1674 from evverx/run-fix-couldnot-find-executableLennart Poettering
2015-10-25run: fix "couldn't find executable" for the existing executablesEvgeny Vereshchagin
2015-10-25test: "today UTC" is not always "today UTC"Hristo Venev
2015-10-25basic: use the return value of endswithHristo Venev
2015-10-25Merge pull request #1668 from ssahani/net1Tom Gundersen
2015-10-25Merge pull request #1654 from poettering/util-libTom Gundersen
2015-10-25Merge pull request #1667 from evverx/run-protect-systemLennart Poettering
2015-10-25util-lib: move formats-util.h from shared/ to basic/Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-25Merge pull request #1663 from poettering/journal-compress-fixZbigniew Jędrzejewski-Szmek
2015-10-25vxlan: fix assertSusant Sahani
2015-10-25veth: fix assertSusant Sahani
2015-10-25ipvlan: fix assertSusant Sahani
2015-10-25bond: fix assertSusant Sahani
2015-10-25vlan: fix assertSusant Sahani
2015-10-24run: can launch units with ProtectSystemEvgeny Vereshchagin
2015-10-24sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering
2015-10-24util: move logind_running() to login-util.[ch]Lennart Poettering
2015-10-24core: various small fixes to unit-printfEvgeny Vereshchagin
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: rework extract_first_word_and_warn() a bitLennart Poettering
2015-10-24util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering
2015-10-24path-util: unify how we process paths specified on the command lineLennart Poettering
2015-10-24util-lib: get_current_dir_name() can return errors other than ENOMEMLennart Poettering
2015-10-24path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering
2015-10-24journal: irrelevant coding style fixesLennart Poettering
2015-10-24mount: add new SmackFileSystemRoot= setting for mount unitSangjung Woo
2015-10-24journal: fix error handling when compressing journal objectsLennart Poettering
2015-10-24Merge pull request #1657 from phomes/tmpfiles-simplificationLennart Poettering
2015-10-24Merge pull request #1659 from vcaputo/journal_verify_envalidLennart Poettering
2015-10-23journal: s/Envalid/Invalid/Vito Caputo
2015-10-23tmpfiles: simplify mountpoint detectionThomas Hindoe Paaboel Andersen
2015-10-23Merge pull request #1653 from keszybz/lz4-compress-timeLennart Poettering
2015-10-23test-compress-benchmark: properly initialize bufferZbigniew Jędrzejewski-Szmek
2015-10-23test-compress-benchmark: limit default runtime to 2 seconds per subtestZbigniew Jędrzejewski-Szmek
2015-10-23Merge pull request #1652 from filbranden/extract1Lennart Poettering
2015-10-23Merge pull request #1647 from evverx/use-extract-in-namespace-parsingLennart Poettering
2015-10-23Merge pull request #1648 from evverx/clarify-journalctl-quiet-optionLennart Poettering
2015-10-23Merge pull request #1641 from poettering/btrfs-quotaDaniel Mack
2015-10-22util: Replace state with separate booleans in extract_first_wordFilipe Brandenburger
2015-10-22journalctl: clarify -q optionEvgeny Vereshchagin
2015-10-22core: use extract_first_word for namespace parsingEvgeny Vereshchagin
2015-10-22sd-ndisc: reduce callbacksTom Gundersen
2015-10-22sd-ndisc: drop sd_ndisc_get_prefixlen()Tom Gundersen
2015-10-22sd-ndisc: drop sd_ndisc_prefix_match()Tom Gundersen
2015-10-22sd-ndisc: don't trigger timeout on prefix expiryTom Gundersen
2015-10-22sd-ndisc: remove a prefix from the ndisc object when freeing itTom Gundersen
2015-10-22sd-ndisc: don't inform the caller of expired prefixesTom Gundersen
2015-10-22sd-ndisc: clean up state enumTom Gundersen