index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split out resource limits related calls into rlimit-util.[ch]
Lennart Poettering
2015-10-27
11
-59
/
+115
*
util-lib: move take_password_lock() to user-util.[ch]
Lennart Poettering
2015-10-27
6
-44
/
+46
*
util: move filename_is_valid() and path_is_safe() to path-util.[ch]
Lennart Poettering
2015-10-27
13
-53
/
+65
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
23
-474
/
+550
*
util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]
Lennart Poettering
2015-10-27
7
-62
/
+68
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
51
-329
/
+382
*
util: remove path_get_parent(), in favour of dirname_malloc()
Lennart Poettering
2015-10-27
15
-108
/
+62
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
27
-701
/
+780
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
135
-502
/
+684
*
resolved: port to extract_first_word
Susant Sahani
2015-10-27
1
-9
/
+12
*
timesysnd: port to extract_first_word
Susant Sahani
2015-10-27
1
-8
/
+10
*
path-util: do not return NULL as int
Thomas Hindoe Paaboel Andersen
2015-10-26
1
-1
/
+1
*
Merge pull request #1679 from evverx/refuse-manual-start-by-reload-or-restart
Lennart Poettering
2015-10-26
1
-1
/
+2
|
\
|
*
core: don't allow manual start with reload-or-restart too
Evgeny Vereshchagin
2015-10-26
1
-1
/
+2
*
|
unmount: Pass in mount options when remounting read-only
Jan Janssen
2015-10-26
1
-6
/
+20
*
|
Merge pull request #1676 from poettering/util-lib-2
Tom Gundersen
2015-10-26
99
-918
/
+1227
|
\
\
|
*
|
process-util: move more process related calls to process-util.[ch]
Lennart Poettering
2015-10-26
4
-14
/
+13
|
*
|
socket-util: move remaining socket-related calls from util.[ch] to socket-uti...
Lennart Poettering
2015-10-26
10
-194
/
+201
|
*
|
build-sys: add missing makefile symlink
Lennart Poettering
2015-10-26
1
-0
/
+1
|
*
|
util-lib: move ether_addr_to_string() into ether-addr-util.c
Lennart Poettering
2015-10-26
5
-23
/
+49
|
*
|
path-util: minor coding style fix
Lennart Poettering
2015-10-26
1
-3
/
+3
|
*
|
core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel=
Lennart Poettering
2015-10-26
4
-9
/
+9
|
*
|
user-util: never hand out or accept invalid UIDs
Lennart Poettering
2015-10-26
1
-3
/
+18
|
*
|
util: remove lookup_uid(), replace by uid_to_name()
Lennart Poettering
2015-10-26
5
-46
/
+114
|
*
|
user-util: simplify uid parsing a bit
Lennart Poettering
2015-10-26
1
-13
/
+8
|
*
|
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
53
-426
/
+537
|
*
|
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
39
-254
/
+341
*
|
|
journal: add missing include
Tom Gundersen
2015-10-26
1
-0
/
+1
*
|
|
Merge pull request #1681 from ssahani/journal
Lennart Poettering
2015-10-26
1
-6
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
journald-server: port to extract_first_word
Susant Sahani
2015-10-26
1
-6
/
+9
*
|
|
run: can launch units with ProtectHome
Evgeny Vereshchagin
2015-10-26
2
-1
/
+28
|
|
/
|
/
|
*
|
Merge pull request #1674 from evverx/run-fix-couldnot-find-executable
Lennart Poettering
2015-10-26
1
-5
/
+0
|
\
\
|
*
|
run: fix "couldn't find executable" for the existing executables
Evgeny Vereshchagin
2015-10-25
1
-5
/
+0
*
|
|
test: "today UTC" is not always "today UTC"
Hristo Venev
2015-10-25
1
-1
/
+8
*
|
|
basic: use the return value of endswith
Hristo Venev
2015-10-25
2
-9
/
+12
|
/
/
*
|
Merge pull request #1668 from ssahani/net1
Tom Gundersen
2015-10-25
5
-19
/
+54
|
\
\
|
*
|
vxlan: fix assert
Susant Sahani
2015-10-25
1
-3
/
+8
|
*
|
veth: fix assert
Susant Sahani
2015-10-25
1
-5
/
+14
|
*
|
ipvlan: fix assert
Susant Sahani
2015-10-25
1
-3
/
+9
|
*
|
bond: fix assert
Susant Sahani
2015-10-25
1
-4
/
+13
|
*
|
vlan: fix assert
Susant Sahani
2015-10-25
1
-4
/
+10
|
|
/
*
|
Merge pull request #1654 from poettering/util-lib
Tom Gundersen
2015-10-25
511
-4112
/
+5130
|
\
\
|
*
|
util-lib: move formats-util.h from shared/ to basic/
Lennart Poettering
2015-10-25
1
-0
/
+0
|
*
|
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
274
-659
/
+971
|
*
|
sd-*.h: clean up exported (or to-be-exported) header files
Lennart Poettering
2015-10-24
21
-32
/
+97
|
*
|
util: move logind_running() to login-util.[ch]
Lennart Poettering
2015-10-24
4
-17
/
+20
|
*
|
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
403
-2278
/
+2706
|
*
|
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
39
-679
/
+775
|
*
|
util-lib: rework extract_first_word_and_warn() a bit
Lennart Poettering
2015-10-24
2
-15
/
+24
|
*
|
util: split out extract_first_word() and related calls into extract-word.[ch]
Lennart Poettering
2015-10-24
8
-284
/
+339
[next]