Zbigniew Jędrzejewski-Szmek
9df75c85a3
docs: fix typo in page name
...
Fixup for 163e2c8346 .
2024-02-22 13:01:17 +01:00
Luca Boccassi
a0d2c41ed6
Merge pull request #31432 from poettering/vmspawn-qemu-rename
...
vmspawn: drop "qemu" word from most switches
2024-02-22 11:04:45 +00:00
Zbigniew Jędrzejewski-Szmek
c27ba8fb67
Merge pull request #31178 from neighbourhoodie/add-old-website-content
...
Migrate the content of the old website
2024-02-22 12:04:29 +01:00
hulkoba
5e8ff010a1
docs: use collections to structure the data
2024-02-22 10:11:54 +01:00
hulkoba
4049d92fda
docs: add distributions and mastodon
2024-02-22 10:11:10 +01:00
hulkoba
6b2a277624
docs: add Manuals and Documentation for Users and Administrators
2024-02-22 10:11:10 +01:00
Mariano Giménez
163e2c8346
docs: add documentation for developers
2024-02-22 10:11:09 +01:00
Mariano Giménez
313f2ebc88
add related packages links
2024-02-22 10:11:09 +01:00
Mariano Giménez
b6d06b85f0
add The systemd for Developers Series pages
2024-02-22 10:11:08 +01:00
Mariano Giménez
1c4f6bb60a
add administrators blog series links to extra_pages.json
2024-02-22 10:11:08 +01:00
Mariano Giménez
65c63edcd9
add videos and presentations
2024-02-22 10:11:07 +01:00
Mariano Giménez
7d4afa76e3
add publications to extra_pages.json
2024-02-22 10:11:05 +01:00
Yu Watanabe
be66a80bc2
Merge pull request #31409 from ssahani/macvlan
...
netdev: macvlan - Allow to set the broadcast queueing threshold
2024-02-22 12:40:54 +09:00
Susant Sahani
2b98febe9d
test-network: add test for macvlan BroadcastQueueMulticastLength= and BroadcastQueueThreashold=
2024-02-22 09:46:55 +09:00
Yu Watanabe
0183d48ddb
test-network: use assertIn()
2024-02-22 09:46:45 +09:00
Susant Sahani
9adafeddac
netdev/macvlan: allow to set the broadcast queueing threshold
...
Allow to set the broadcast queueing threshold
on macvlan devices. This controls which multicast packets will be
processed in a workqueue instead of inline.
2024-02-22 09:36:19 +09:00
Yu Watanabe
9a7c555c68
Merge pull request #31429 from poettering/pcrlock-hash-order-fix
...
pcrlock: handle cases where order of hash algs in firmware binary logs differs in header and records
2024-02-22 08:29:56 +09:00
Yu Watanabe
0584e2aa7c
Merge pull request #31425 from YHNdnzj/fd-util-followup
...
fd-util: introduce fd_verify_safe_flags
2024-02-22 08:29:11 +09:00
Yu Watanabe
46be112082
Merge pull request #31403 from yuwata/pam-sd-bus-session
...
pam_systemd_home: close sd-bus connection on failure
2024-02-22 08:28:38 +09:00
Yu Watanabe
c6939752c1
basic/linux: update kernel headers from v6.8-rc5
2024-02-22 06:22:22 +08:00
Mike Yuan
f5cbe31374
journal-native: ignore server_process_native_file error on caller's side
...
Also, stop saying ", ignoring". It is unclear whether the message
or the error is ignored. "ignoring message" or "refusing" is OK.
2024-02-22 06:17:54 +08:00
Mike Yuan
14f38d179d
fd-util: introduce fd_verify_safe_flags
...
As per https://github.com/systemd/systemd/pull/31419#discussion_r1496921074
2024-02-22 06:17:54 +08:00
medusalix
ca4b6b269d
hwdb: Add headset form-factor override for Xbox Wireless Dongle
...
The Xbox Wireless Headset does not get assigned a sound form factor
when connected via the dongle using the `xone` driver.
Add USB IDs for the old & new dongle and built-in variants.
2024-02-22 06:36:38 +09:00
Yu Watanabe
6e2343c714
network/json: use DUID obtained by sd_dhcp6_client_get_duid()
...
Follow-up for e5aa8c193d .
2024-02-22 05:58:59 +09:00
Lennart Poettering
04a3af3c6d
tree-wide: be more careful when passing literal integers to "t" bus message fields
...
Since we use varargs for sd_message_append() we need to make sure the
parameters we pass are actually 64bit wide, if "t" is used. Hence cast
appropriately if necessary.
I went through the whole tree, and in most cases we got it right, but
there are some cases we missed so far.
Inspired by: #31420
2024-02-22 04:31:50 +09:00