summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1676 from poettering/util-lib-2Tom Gundersen2015-10-2699-918/+1227
|\ \
| * | process-util: move more process related calls to process-util.[ch]Lennart Poettering2015-10-264-14/+13
| * | socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-2610-194/+201
| * | build-sys: add missing makefile symlinkLennart Poettering2015-10-261-0/+1
| * | util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering2015-10-265-23/+49
| * | path-util: minor coding style fixLennart Poettering2015-10-261-3/+3
| * | core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel=Lennart Poettering2015-10-264-9/+9
| * | user-util: never hand out or accept invalid UIDsLennart Poettering2015-10-261-3/+18
| * | util: remove lookup_uid(), replace by uid_to_name()Lennart Poettering2015-10-265-46/+114
| * | user-util: simplify uid parsing a bitLennart Poettering2015-10-261-13/+8
| * | util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-2653-426/+537
| * | util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-2639-254/+341
* | | journal: add missing includeTom Gundersen2015-10-261-0/+1
* | | Merge pull request #1681 from ssahani/journalLennart Poettering2015-10-261-6/+9
|\ \ \ | |_|/ |/| |
| * | journald-server: port to extract_first_wordSusant Sahani2015-10-261-6/+9
* | | run: can launch units with ProtectHomeEvgeny Vereshchagin2015-10-262-1/+28
| |/ |/|
* | 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
* | | 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 #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-25511-4112/+5130
|\ \
| * | util-lib: move formats-util.h from shared/ to basic/Lennart Poettering2015-10-251-0/+0
| * | util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-25274-659/+971
| * | 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
| * | util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-24403-2278/+2706
| * | util: split out escaping code into escape.[ch]Lennart Poettering2015-10-2439-679/+775
| * | 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-248-284/+339
| * | 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-252-1/+27
|\ \ \
| * | | run: can launch units with ProtectSystemEvgeny Vereshchagin2015-10-242-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
| | |/ | |/|
* | | core: various small fixes to unit-printfEvgeny Vereshchagin2015-10-241-5/+4
| |/ |/|
* | mount: add new SmackFileSystemRoot= setting for mount unitSangjung Woo2015-10-244-4/+35
* | 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-231-1/+1
* | Merge pull request #1653 from keszybz/lz4-compress-timeLennart Poettering2015-10-231-18/+65
|\ \