index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
sd_event_add_child.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-26
journalctl: several cleanups for find_boot_by_offset()/_by_id()
Yu Watanabe
1
-21
/
+26
2023-09-26
sd-journal: refuse to write entry without boot ID
Yu Watanabe
1
-1
/
+5
2023-09-26
sd-journal: boot_id is always non-NULL
Yu Watanabe
1
-4
/
+3
2023-09-26
sd-journal: also verify tail_entry_boot_id and friends in journal_file_verify...
Yu Watanabe
2
-10
/
+28
2023-09-26
test: fix header verification
Yu Watanabe
1
-3
/
+6
2023-09-25
man: document SystemState's possible values
Luca Boccassi
1
-2
/
+46
2023-09-25
man: add version information for udev functions
Abderrahim Kitouni
11
-0
/
+111
2023-09-25
oomd: correct listening sockets
Lennart Poettering
3
-4
/
+4
2023-09-25
varlink: move O_NONBLOCK setting to varlink_server_listen_fd(), and set O_CLO...
Lennart Poettering
1
-4
/
+8
2023-09-25
repart: add extra safety check that the verity signature fits in the partitio...
Lennart Poettering
1
-0
/
+3
2023-09-25
string-util: make strgrowpad0() a bit safer
Lennart Poettering
1
-1
/
+10
2023-09-25
man/systemd-firstboot: /etc/ empty -> unpopulated
Mike Yuan
1
-1
/
+1
2023-09-25
core/main: log that we assume first boot if failed to read machine-id
Mike Yuan
1
-1
/
+1
2023-09-25
alloc-util: remove duplicate empty line
Lennart Poettering
1
-1
/
+0
2023-09-25
resolved: rename varlink function to match exposed method name
Lennart Poettering
1
-2
/
+2
2023-09-25
resolved: also expose interface index in server JSON data
Lennart Poettering
2
-3
/
+15
2023-09-25
man: briefly document that we are now keeping an event log in userspace for o...
Lennart Poettering
1
-0
/
+24
2023-09-25
pcrextend: make PCR index configurable
Lennart Poettering
2
-10
/
+33
2023-09-25
pcrphase: rename binary to pcrextend
Lennart Poettering
16
-39
/
+45
2023-09-25
bash-completion: add missing commands and options to systemd-dissect
Antonio Alvarez Feijoo
1
-12
/
+32
2023-09-25
test: enable debug logs for the user instances as well
Frantisek Sumsal
1
-0
/
+3
2023-09-25
man/systemd-dissect: various fixes
Antonio Alvarez Feijoo
1
-1
/
+6
2023-09-25
man: fix docbook syntax for function docs
Abderrahim Kitouni
2
-14
/
+9
2023-09-25
man/kernel-command-line: don't refer early_core_pattern to systemd
Abderrahim Kitouni
1
-1
/
+0
2023-09-25
docs/FDS: add missing article and reword sentence
Zbigniew Jędrzejewski-Szmek
1
-5
/
+6
2023-09-25
update TODO
Lennart Poettering
1
-1
/
+5
2023-09-25
mkosi: Run meson and ninja as the user invoking mkosi
Daan De Meyer
1
-2
/
+5
2023-09-25
po: Translated using Weblate (Korean)
김인수
1
-8
/
+8
2023-09-25
sd-dhcp-client: reject NAKs from servers that we did not send an offer to (#2...
Alexandre Peixoto Ferreira
1
-1
/
+6
2023-09-24
hwdb: ieee1394-unit-function: add Miglia Technology Harmony Audio (HA02)
Takashi Sakamoto
1
-0
/
+10
2023-09-23
test: wait for the swtpm socket to appear
Frantisek Sumsal
1
-1
/
+6
2023-09-23
test: don't panic on soft lockups
Frantisek Sumsal
1
-1
/
+0
2023-09-22
sd-dhcp-client: split out client_parse_message()
Yu Watanabe
2
-51
/
+70
2023-09-22
sd-dhcp-client: introduce dhcp_lease_unref_and_replace()
Yu Watanabe
2
-14
/
+12
2023-09-22
sd-dhcp-client: do not set fallback subnet mask if it is already set
Yu Watanabe
2
-14
/
+11
2023-09-22
sd-dhcp-client: split out client_enter_requesting()
Yu Watanabe
1
-8
/
+15
2023-09-22
sd-dhcp-client: split out client_enter_bound()
Yu Watanabe
1
-39
/
+41
2023-09-22
sd-ndisc: make sd_ndisc return time values in usec
Yu Watanabe
6
-121
/
+111
2023-09-22
btrfs-util: fix one memory leak
Mike Yuan
1
-0
/
+2
2023-09-22
Add recommended initramfs regeneration
RoepLuke
3
-0
/
+27
2023-09-22
repart: Don't fail on boot if we can't find the root block device
Daan De Meyer
2
-0
/
+5
2023-09-22
hibernate-resume: add missing #pragma once
Mike Yuan
1
-0
/
+1
2023-09-22
hibernate-resume: break lines in meson.build files()
Mike Yuan
1
-2
/
+8
2023-09-22
mkosi: Don't skip initrd dependency when building a directory image
Daan De Meyer
1
-1
/
+2
2023-09-22
netdev/wireguard: define iterator variable in the loop
Zbigniew Jędrzejewski-Szmek
1
-2
/
+1
2023-09-22
network: make DEFINE_NETDEV_CAST() assert on input and output
Zbigniew Jędrzejewski-Szmek
23
-446
/
+137
2023-09-22
network/netdev: align tables
Zbigniew Jędrzejewski-Szmek
4
-10
/
+10
2023-09-22
network/netdev: fix resetting of 'inherit' field
Zbigniew Jędrzejewski-Szmek
2
-21
/
+20
2023-09-22
network: refusing parsing negative flow labels
Zbigniew Jędrzejewski-Szmek
1
-14
/
+9
2023-09-22
network/fou-tunnel: simplify parsing of protocol number
Zbigniew Jędrzejewski-Szmek
1
-20
/
+15
[next]