Zbigniew Jędrzejewski-Szmek
b7c3447a2f
Merge pull request #19310 from yuwata/network-dhcp-anonymize
...
network: dhcp4: several fixes and cleanups for Anonymize=
2021-04-16 11:12:22 +02:00
Anita Zhang
169be51f94
man: correct requirements for systemd-oomd.service
...
Fixes : #19331
2021-04-16 09:50:44 +01:00
Aakash Singh
afb095e296
hwdb: merge MSI Prestige And MSI Modern FnKeys and Special keys definitions
...
'A10' was the model name for prestige series with 10th gen intel processors and 'SC' was the gpu config for a specific model
but now msi has refreshed these series with 11th gen intel processors so the model name becomes 'A11X' where x is gpu config name more info [here](https://www.msi.com/Business-Productivity/Prestige-14-A11X/Specification ) and [here](https://www.msi.com/Business-Productivity/Prestige-15-A11X/Specification )
[this was the link for model comparison of 10th gen cpus](https://www.msi.com/Business-Productivity/Prestige-15-A10X/Specification ) (Dead link now)
complete list of Prestige series laptops [here](https://www.msi.com/Business-Productivity/Products#?tag=Prestige-Series )
And modern series follows the same naming convention, full list of laptops [here](https://www.msi.com/Business-Productivity/Products#?tag=Modern-Series ).
examples
Prestige series
Prestige 14 A10x ( 14inch Intel 10th gen )
Prestige 15 A11x ( 15inch Intel 11th gen )
First gen Modern Series
Modern 15 A10x ( 15inch Intel 10th gen)
Modern 15 A4x ( 15inch AMD 4000 series)
Second gen Modern Series
Modern 15 B10x ( 15inch Intel first gen modern laptop)
Modern 14 B4x ( 14inch AMD second gen modern laptop)
all these laptops have the same keyboard layouts with same functionality on windows (can be reviewed from their support manuals).
2021-04-16 12:49:45 +05:30
Aakash Singh
dcad324eea
hwdb: merge Micro Star in MSI
2021-04-16 12:47:36 +05:30
Yu Watanabe
6064344894
network: make log_netdev_xxx_errno() refuse zero errno
2021-04-16 09:17:28 +09:00
Yu Watanabe
5b098203fd
timedate: make log_unit_xxx_errno() refuse zero errno
2021-04-16 08:46:51 +09:00
Yu Watanabe
ac51363496
core: make log_unit_xxx_errno() refuse zero errno
2021-04-16 08:46:11 +09:00
Lennart Poettering
bc32241e6a
core: use UNIT_TRIGGER at more places
...
Just some minor simplification.
2021-04-15 20:38:20 +01:00
Luca Boccassi
672e9aec1b
Merge pull request #19326 from keszybz/reorder-meson-status-output
...
Reorder meson status output
2021-04-15 20:37:29 +01:00
Luca Boccassi
2969369130
Merge pull request #19318 from yuwata/udev-ignore-additional-newline-on-verify-19314
...
udev: ignore additional newline at the end on verify
2021-04-15 20:36:55 +01:00
Luca Boccassi
2d8c8549ab
Merge pull request #19317 from keszybz/check-return-values-from-log_errno-functions
...
Check return values from log_errno functions
2021-04-15 20:33:54 +01:00
simmon
5c17a470a7
po: Translated using Weblate (Korean)
...
Currently translated at 100.0% (189 of 189 strings)
Co-authored-by: simmon <simmon@nplob.com >
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/ko/
Translation: systemd/main
2021-04-15 20:16:19 +09:00
Zbigniew Jędrzejewski-Szmek
8d1c9489ef
Assert zero is not passed to log_{device,rule,token}_*_errno()
2021-04-15 11:56:22 +02:00
Zbigniew Jędrzejewski-Szmek
9d9fed9ef4
Voidify log_{device,token,rule}_debug()
...
See analogous change for log_debug() for discussion.
2021-04-15 11:45:44 +02:00
Lennart Poettering
5c9f1c68f0
core: drop pointless assert()
...
We checked this literally two lines earlier, no point in checking so
quickly again.
2021-04-15 11:26:40 +02:00
Lennart Poettering
64e8e419d9
update TODO
2021-04-15 11:24:50 +02:00
Zbigniew Jędrzejewski-Szmek
2669c66614
core/selinux: fix wrong assertion when 0 is passed to log_debug
...
https://github.com/systemd/systemd/pull/19317#issuecomment-820245680
2021-04-15 11:18:37 +02:00
Zbigniew Jędrzejewski-Szmek
237f2da9d4
meson: output one "item" for DNS-over-TLS
2021-04-15 11:04:40 +02:00
Zbigniew Jędrzejewski-Szmek
56d68e715b
meson: reorder the "features" list
...
Try to make this more manageable by reording:
- dependencies / inputs
(with subcategory of compression libraries)
- major components / outputs
- optional features / conditionals that don't fit into the two above categories
The division isn't well defined, because libraries often correspond one-to-one
to feature, but not always.
2021-04-15 11:04:40 +02:00
Zbigniew Jędrzejewski-Szmek
c716c2537f
meson: fold static libsystemd and libudev into the generic status line
...
It's a very specialized feature and we don't need to devote a separate line to it.
2021-04-15 11:04:40 +02:00
Zbigniew Jędrzejewski-Szmek
ba081955fc
meson: reindent
2021-04-15 11:04:40 +02:00
Luca Boccassi
cf9844ffab
test: use systemd-run --wait in TEST-44-LOG-NAMESPACE
...
The test appears to be occasionally failing. It uses systemd-run to echo
'hello world' into a namespaced journal and then uses journalctl to look for it,
but it doesn't wait.
In the failed runs it can't find it, but the automated journal dump shows
the message at the end.
Use --wait to avoid races.
2021-04-15 08:16:19 +02:00
Zbigniew Jędrzejewski-Szmek
3d346b8106
udev/cdrom_id: drop unnecessary cleanup and simplify loop
2021-04-15 07:51:58 +02:00
Zbigniew Jędrzejewski-Szmek
ec77d1ab3b
udev/cdrom_id: do not pass ioctl return value to log_debug_errno()
...
While at it, let's print the tray status in human readable form.
2021-04-15 07:49:31 +02:00
Zbigniew Jędrzejewski-Szmek
828b603a79
libsystemd-network: fix dhcp option buffer confusion
...
We were writing to the wrong buffer with a wrong offset :(
Bug present since the original introduction of the code in
04b28be1a3 .
2021-04-15 13:46:48 +09:00