index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: generate version tag from git
Zbigniew Jędrzejewski-Szmek
2018-12-21
4
-1
/
+9
*
Remove use of PACKAGE_STRING
Zbigniew Jędrzejewski-Szmek
2018-12-19
1
-1
/
+1
*
process-util: rework getenv_for_pid() to use read_nul_string()
Lennart Poettering
2018-12-18
1
-19
/
+16
*
fileio: let's minimize 'count' inc/dec calls
Lennart Poettering
2018-12-18
1
-4
/
+3
*
fileio: replace read_nul_string() by read_line() with a special flag
Lennart Poettering
2018-12-18
2
-49
/
+23
*
process-util: make get_process_environ() safer
Lennart Poettering
2018-12-18
1
-10
/
+17
*
tree-wide: port some code over to safe_fgetc()
Lennart Poettering
2018-12-18
2
-20
/
+11
*
fileio: add new safe_fgetc() helper call
Lennart Poettering
2018-12-18
2
-0
/
+29
*
hashmap: use ternary op to shorten code
Zbigniew Jędrzejewski-Szmek
2018-12-18
2
-2
/
+2
*
hashmap: rework hashmap_clear() to be more defensive
Lennart Poettering
2018-12-18
2
-11
/
+19
*
fileio: when reading a full file into memory, refuse inner NUL bytes
Lennart Poettering
2018-12-17
1
-6
/
+19
*
lldp: simplify compare_func, using ?: to chain comparisons
Filipe Brandenburger
2018-12-14
1
-0
/
+6
*
fileio: fail early if we can't return the number of bytes we read anymore in ...
Lennart Poettering
2018-12-14
1
-0
/
+3
*
in-addr-util: fix undefined result for in4_addr_netmask_to_prefixlen(<0.0.0.0>)
Thomas Haller
2018-12-14
2
-2
/
+2
*
fileio: make read_line() handle various line endings correctly
Lennart Poettering
2018-12-14
1
-4
/
+52
*
locale-util: prefix special glyph enum values with SPECIAL_GLYPH_
Lennart Poettering
2018-12-14
3
-61
/
+61
*
tree-wide: Remove O_CLOEXEC from fdopen
Chris Down
2018-12-12
2
-2
/
+2
*
Merge pull request #11105 from keszybz/path-parsing
Lennart Poettering
2018-12-10
2
-4
/
+23
|
\
|
*
basic/path-util: line-break PATH_FOREACH_PREFIX macros
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-4
/
+16
|
*
When parsing paths, reject anything above PATH_MAX
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-0
/
+7
*
|
Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...
Lennart Poettering
2018-12-10
2
-10
/
+47
|
\
\
|
*
|
fs-util: make CHASE_WARN effective with CHASE_NO_AUTOFS
Franck Bui
2018-12-10
1
-1
/
+18
|
*
|
fs-util: rename safe_transition() into unsafe_transition()
Franck Bui
2018-12-10
1
-6
/
+6
|
*
|
fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are met
Franck Bui
2018-12-10
1
-2
/
+6
|
*
|
fs-util: add new CHASE_WARN flag to chase_symlinks()
Franck Bui
2018-11-30
2
-3
/
+19
*
|
|
Merge pull request #10897 from keszybz/etc-fstab-parsing
Lennart Poettering
2018-12-10
2
-18
/
+39
|
\
\
\
|
*
|
|
basic/hostname-util: do truncation last when cleaning up
Zbigniew Jędrzejewski-Szmek
2018-12-10
1
-3
/
+1
|
*
|
|
Partially unify hostname_is_valid() and dns_name_is_valid()
Zbigniew Jędrzejewski-Szmek
2018-12-10
2
-16
/
+39
*
|
|
|
mount-point: honour AT_SYMLINK_FOLLOW correctly
Lennart Poettering
2018-12-08
1
-1
/
+1
*
|
|
|
missing: re-add drm related entries
Yu Watanabe
2018-12-07
3
-0
/
+12
|
|
_
|
/
|
/
|
|
*
|
|
missing: add ARPHRD_IP6GRE
Yu Watanabe
2018-12-07
1
-0
/
+5
*
|
|
af-list,arphrd-list: also include relevant missing_*.h headers
Yu Watanabe
2018-12-07
4
-4
/
+7
*
|
|
journal: use missing_audit.h to generate audit_type-list.txt
Yu Watanabe
2018-12-07
1
-2
/
+3
*
|
|
cap-list: use missing_capabilty.h to generate list of capabilities
Yu Watanabe
2018-12-07
1
-1
/
+2
*
|
|
Merge pull request #11056 from poettering/resolved-ifindex
Yu Watanabe
2018-12-06
1
-0
/
+2
|
\
\
\
|
*
|
|
resolvectl: color "comment" output grey
Lennart Poettering
2018-12-05
1
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #10935 from poettering/rlimit-nofile-safe
Zbigniew Jędrzejewski-Szmek
2018-12-06
5
-9
/
+458
|
\
\
\
|
*
|
|
tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocations
Lennart Poettering
2018-12-01
1
-0
/
+2
|
*
|
|
process-util: add new FORK_RLIMIT_NOFILE_SAFE flag for safe_fork()
Lennart Poettering
2018-12-01
2
-9
/
+19
|
*
|
|
move src/shared/rlimit-util.[ch] → src/basic/
Lennart Poettering
2018-12-01
3
-0
/
+437
*
|
|
|
Merge pull request #11063 from yuwata/update-missing-v3
Yu Watanabe
2018-12-06
21
-344
/
+372
|
\
\
\
\
|
*
|
|
|
util: drop missing.h from socket-util.h
Yu Watanabe
2018-12-06
2
-9
/
+6
|
*
|
|
|
util: drop missing.h from time-util.c
Yu Watanabe
2018-12-06
1
-1
/
+1
|
*
|
|
|
missing: move fs or mount related definitions to missing_fs.h
Yu Watanabe
2018-12-06
3
-60
/
+65
|
*
|
|
|
missing: drop falloc related definitions
Yu Watanabe
2018-12-06
1
-9
/
+0
|
*
|
|
|
missing: move sched.h related definitions to missing_sched.h
Yu Watanabe
2018-12-06
3
-15
/
+23
|
*
|
|
|
missing: drop old drm related definitions
Yu Watanabe
2018-12-06
1
-8
/
+0
|
*
|
|
|
missing: drop BPF_XOR as we have linux/bpf_common.h
Yu Watanabe
2018-12-06
1
-4
/
+0
|
*
|
|
|
missing: drop DM_DEFERRED_REMOVE as we have dm-ioctl.h
Yu Watanabe
2018-12-06
1
-4
/
+0
|
*
|
|
|
missing: move definition of secure_getenv() to missing_stdlib.h
Yu Watanabe
2018-12-06
3
-9
/
+15
[next]