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
*
networkd: add missing bonding options (#10542)
Tobias Jungel
2018-11-02
1
-2
/
+5
*
nspawn: beef up netns checking a bit, for compat with old kernels
Lennart Poettering
2018-10-31
1
-4
/
+36
*
docs: Update links to updated docs
Faheel Ahmad
2018-10-30
1
-1
/
+1
*
util: do not assign return value if it is not used (#10552)
Yu Watanabe
2018-10-29
1
-3
/
+1
*
Merge pull request #10537 from poettering/sentinelimania
Yu Watanabe
2018-10-27
3
-3
/
+5
|
\
|
*
tree-wide: add a few missing _sentinel_ decorators
Lennart Poettering
2018-10-26
3
-3
/
+5
*
|
cgroup-util: make definition of CGROUP_CONTROLLER_TO_MASK() unsigned
Lennart Poettering
2018-10-26
1
-1
/
+1
*
|
cgroup-util: FLAGS_SET()ify all things
Lennart Poettering
2018-10-26
1
-8
/
+8
*
|
cgroup: when discovering which controllers the kernel supports mask with what...
Lennart Poettering
2018-10-26
1
-6
/
+8
*
|
cgroup-util: before operating on a mounted cgroup controller check if it actu...
Lennart Poettering
2018-10-26
1
-0
/
+15
*
|
cgroup-util: add mask definitions for sets of controllers supported by cgroup...
Lennart Poettering
2018-10-26
1
-0
/
+10
*
|
cgroup-util: disable buffering for cg_enable_everywhere() when writing to cgr...
Lennart Poettering
2018-10-26
1
-7
/
+7
*
|
cgroup-util: don't expect cg_mask_from_string()'s return value to be initialized
Lennart Poettering
2018-10-26
1
-4
/
+9
*
|
cgroup-util: debug log if /proc/self/ns/cgroup is not available for unexpecte...
Lennart Poettering
2018-10-26
1
-4
/
+6
|
/
*
Merge pull request #10536 from keszybz/serialize-fixes
Lennart Poettering
2018-10-26
2
-0
/
+19
|
\
|
*
Introduce fmkostemp_safe and use it in tests
Zbigniew Jędrzejewski-Szmek
2018-10-26
2
-0
/
+19
*
|
Merge pull request #10534 from poettering/cmdline-fixlets
Lennart Poettering
2018-10-26
2
-12
/
+23
|
\
\
|
|
/
|
/
|
|
*
proc-cmdline: teach proc_cmdline_get_key() the same flags magic as proc_cmdli...
Lennart Poettering
2018-10-26
1
-4
/
+14
|
*
proc-cmdline: use FLAGS_SET() where appropriate
Lennart Poettering
2018-10-26
1
-5
/
+6
|
*
proc-cmdline: use our usual syntax for denoting bit mask enums
Lennart Poettering
2018-10-26
1
-3
/
+3
*
|
fileio: drop FOREACH_LINE(), it's not used anymore
Lennart Poettering
2018-10-26
1
-9
/
+0
*
|
core: rework serialization
Lennart Poettering
2018-10-26
5
-109
/
+32
|
/
*
Merge pull request #10522 from lnykryn/initrd_debug
Zbigniew Jędrzejewski-Szmek
2018-10-26
2
-1
/
+3
|
\
|
*
proc-cmdline: introduce PROC_CMDLINE_RD_STRICT
Lukas Nykryn
2018-10-25
2
-1
/
+3
*
|
fd-util: optimize fd_get_path() a bit
Lennart Poettering
2018-10-25
1
-12
/
+12
*
|
fs-util: increase start buffer size in readlinkat_malloc()
Lennart Poettering
2018-10-25
1
-1
/
+1
*
|
Merge pull request #10378 from poettering/json-fuzz-fix
Zbigniew Jędrzejewski-Szmek
2018-10-25
4
-59
/
+170
|
\
\
|
|
/
|
/
|
|
*
json: add an assert_cc() check that validates _JSON_VARIANT_MAGIC_MAX
Lennart Poettering
2018-10-18
1
-0
/
+5
|
*
macro.h: include assert.h so that static_assert can be properly checked for
Lennart Poettering
2018-10-18
1
-0
/
+1
|
*
json: add support for using static const strings directly as JsonVariant objects
Lennart Poettering
2018-10-18
2
-22
/
+81
|
*
json: minor optimization
Lennart Poettering
2018-10-18
2
-9
/
+5
|
*
json: when creating an object, insist that every second item is a string
Lennart Poettering
2018-10-18
1
-0
/
+4
|
*
json: enforce a maximum nesting depth for json variants
Lennart Poettering
2018-10-18
1
-16
/
+51
|
*
json: slightly reorder JsonVariant
Lennart Poettering
2018-10-18
1
-4
/
+4
|
*
json: avoid stack allocation of long strings in a recursive function
Lennart Poettering
2018-10-18
1
-2
/
+12
|
*
json: return a double when we shall return a double
Lennart Poettering
2018-10-18
1
-1
/
+1
|
*
json: use structured initialization all the way
Lennart Poettering
2018-10-18
1
-7
/
+8
*
|
string-util: fix prototype of explicit_bzero_safe() (#10513)
Yu Watanabe
2018-10-25
1
-1
/
+1
*
|
time-util: change parse_sec_fix_0() to accept "0s" for infinity too (#10501)
Lennart Poettering
2018-10-24
1
-9
/
+10
*
|
string-util: introduce explicit_zero_safe()
Lennart Poettering
2018-10-24
2
-5
/
+15
*
|
util: check overflow in parse_nsec()
Yu Watanabe
2018-10-23
1
-2
/
+12
*
|
util: check overflow in parse_time()
Yu Watanabe
2018-10-23
1
-1
/
+10
*
|
analyze: Add "timespan" command to dump time span in usec
Chris Down
2018-10-23
2
-1
/
+4
*
|
missing: support old linux/fou.h
Yu Watanabe
2018-10-21
1
-20
/
+26
*
|
Merge pull request #9437 from poettering/sd-boot-count
Lennart Poettering
2018-10-19
2
-0
/
+29
|
\
\
|
*
|
add new systemd-bless-boot.service that marks boots as successful
Lennart Poettering
2018-10-19
2
-0
/
+29
*
|
|
Merge pull request #10470 from yuwata/log-message-updates
Lennart Poettering
2018-10-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fs-util: include error cause in log message
Yu Watanabe
2018-10-19
1
-1
/
+1
*
|
|
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
4
-4
/
+4
|
/
/
*
|
tree-wide: some automatic coccinelle fixes (#10463)
Lennart Poettering
2018-10-19
3
-7
/
+6
[next]