index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
fuzz
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-04
journal: make namespace invocation also support drop-in config
Yu Watanabe
2
-10
/
+16
2021-03-04
run: tweak algorithm for generating unit name from dbus unique name
Lennart Poettering
1
-3
/
+5
2021-03-04
rm-rf: fix up chmod in the _cleanup_ rm_rf() destructors
Lennart Poettering
1
-2
/
+2
2021-03-04
man: document how to use --network-interface= during boot
Lennart Poettering
1
-31
/
+48
2021-03-04
fileio: minor read_full_stream_full() optimization
Lennart Poettering
1
-1
/
+3
2021-03-04
trans_time sec is int32,it will overflow if local system time is later than 2...
caoxia
1
-2
/
+9
2021-03-04
install: include OS headers before our own definition
Lennart Poettering
1
-2
/
+2
2021-03-04
run: update dbus unique names check
Anita Zhang
1
-1
/
+1
2021-03-04
core: fix mtime calculation of dropin files
Zbigniew Jędrzejewski-Szmek
3
-8
/
+9
2021-03-04
coredumpctl: show container hostame
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-03-04
rm-rf: fstatat() might fail if containing dir has limited access mode, patch ...
Lennart Poettering
1
-16
/
+66
2021-03-04
fs-util: when opening arbitrary inodes, better use O_NONBLOCK
Lennart Poettering
1
-2
/
+1
2021-03-04
gpt: generalize validator for GPT partition labels
Lennart Poettering
3
-6
/
+21
2021-03-03
fs-util: port open_parent() to path_extract_directory()
Lennart Poettering
1
-9
/
+4
2021-03-03
po: Added translation using Weblate (Sinhala)
Hela Basa
2
-0
/
+850
2021-03-03
tree-wide: use ppoll_usec()
Yu Watanabe
6
-151
/
+59
2021-03-03
io-util: introduce ppoll_usec() helper function
Yu Watanabe
2
-11
/
+30
2021-03-03
libudev: shorten code a bit
Yu Watanabe
1
-5
/
+3
2021-03-03
fs-util: handle gracefully if fsync_full() is called on block devices and such
Lennart Poettering
1
-2
/
+7
2021-03-03
fs-util: allow fsync_directory_of_file() on directories too
Lennart Poettering
1
-20
/
+32
2021-03-03
Remount /dev/mqueue in unshared mount namespace for PrivateIPC
Xℹ Ruoyao
3
-2
/
+38
2021-03-03
New directives PrivateIPC and IPCNamespacePath
Xℹ Ruoyao
11
-23
/
+270
2021-03-03
Refactor network namespace specific functions in generic helpers
Xℹ Ruoyao
11
-59
/
+88
2021-03-03
fuzz: add NetworkNamespacePath= into directives.service
Xℹ Ruoyao
1
-0
/
+1
2021-03-03
rules: Move ID_SMARTCARD_READER definition to a <70 configuration.
Vincent Pelletier
2
-2
/
+2
2021-03-03
network: do not remove LLDP state file on failure
Yu Watanabe
1
-9
/
+4
2021-03-03
network: use conservative_rename() at one more place
Yu Watanabe
1
-3
/
+3
2021-03-03
network: remove DHCP lease and LLDP state file on link_free()
Yu Watanabe
1
-4
/
+3
2021-03-03
dhcp: use unlink_and_freep() in dhcp_lease_save()
Yu Watanabe
1
-20
/
+11
2021-03-03
network: move manager_{rtnl,udev}_process_link() to networkd-link.[ch]
Yu Watanabe
3
-152
/
+150
2021-03-03
network: drop unnecessary {}
Yu Watanabe
1
-2
/
+1
2021-03-03
network: minor style fixes
Yu Watanabe
1
-5
/
+8
2021-03-03
network: use unlink_and_freep() cleanup functions
Yu Watanabe
2
-33
/
+34
2021-03-03
network: move state file related functions to networkd-state-file.[ch]
Yu Watanabe
10
-681
/
+709
2021-03-03
fstab-generator: add new root=tmpfs option
Lennart Poettering
2
-13
/
+52
2021-03-03
time-util: simplify overflow check
Lennart Poettering
1
-4
/
+2
2021-03-02
util: add helpers for generating colored check mark glyphs from bools
Lennart Poettering
3
-2
/
+10
2021-03-02
tmpfile: port tempfn_*() to path_extract_*()
Lennart Poettering
3
-37
/
+150
2021-03-02
machinectl: make sure of path_extract_filename() returning O_DIRECTORY
Lennart Poettering
1
-0
/
+6
2021-03-02
path-util: return O_DIRECTORY from path_extract_filename() when path ends in ...
Lennart Poettering
2
-11
/
+25
2021-03-02
path-util: add path_extract_directory(), to match path_extract_filename()
Lennart Poettering
3
-0
/
+102
2021-03-02
man: document usage of SD_BUS_CREDS_AUGMENT
Luca Boccassi
1
-1
/
+2
2021-03-02
udev: add i2c to 60-persistent-input.rules for by-path (#18808)
Tom Shield
1
-2
/
+2
2021-03-02
sd-device: don't use BPF filtering for kernel monitors
Martin Wilck
1
-2
/
+3
2021-03-02
tree-wide: fix typo
Yu Watanabe
3
-3
/
+3
2021-03-02
man: reword sentence about lone coredumps
Zbigniew Jędrzejewski-Szmek
1
-3
/
+2
2021-03-02
man: add note about "SIG" prefix
Zbigniew Jędrzejewski-Szmek
1
-2
/
+8
2021-03-02
fs-util: use ERRNO_IS_NOT_SUPPORTED() at two more places where we can't be su...
Lennart Poettering
1
-2
/
+2
2021-03-02
btrfs-util: add helper that abstracts "might be btrfs subvol?" check
Lennart Poettering
5
-7
/
+16
2021-03-02
test-signal-util: add test for signal_is_blocked()
Lennart Poettering
1
-16
/
+9
[next]