summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-2736-154/+239
* util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-2711-59/+115
* util-lib: move take_password_lock() to user-util.[ch]Lennart Poettering2015-10-276-44/+46
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-2713-53/+65
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-2723-474/+550
* util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering2015-10-277-62/+68
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-2751-329/+382
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-2715-108/+62
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-2727-701/+780
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-27135-502/+684
* resolved: port to extract_first_wordSusant Sahani2015-10-271-9/+12
* timesysnd: port to extract_first_wordSusant Sahani2015-10-271-8/+10
* path-util: do not return NULL as intThomas Hindoe Paaboel Andersen2015-10-261-1/+1
* Merge pull request #1679 from evverx/refuse-manual-start-by-reload-or-restartLennart Poettering2015-10-261-1/+2
|\
| * core: don't allow manual start with reload-or-restart tooEvgeny Vereshchagin2015-10-261-1/+2
* | unmount: Pass in mount options when remounting read-onlyJan Janssen2015-10-261-6/+20
* | 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