Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3a4eede
man/systemd.timer: Correct inaccuracy in man page
AdrianVovk Feb 18, 2025
b1304be
network/link: ENODATA from reading IFLA_MASTER when an interface has …
yuwata May 27, 2025
5641ac6
network/link: update state file when master ifindex is changed
yuwata May 27, 2025
0294c92
test-network: add test case for issue #37629
yuwata May 27, 2025
7d104a2
sysupdate: change status once operation has completed
bluca May 28, 2025
d21eb00
test: wait for coredump to appear before parsing
bluca May 30, 2025
228875d
bootctl: fix unclosed quote in debug log
MonterraByte May 31, 2025
334de65
network: fix a potential divide-by-zero (#37705)
mugitya03 Jun 2, 2025
c330a04
compress: prevent divide-by-zero when no data is read (#37706)
mugitya03 Jun 3, 2025
c31934f
repart: if partition already exists, required size may not be multipl…
yuwata Apr 18, 2025
b05f26c
resolved: honour SD_RESOLVED_NO_CNAME flag when processing cache
poettering Jun 4, 2025
b20c114
io-util: protect against INT_MAX overflow in flush_fd()
poettering Jun 4, 2025
2e3b6f2
socket: downgrade not-supported logging for SO_PASSSEC
bluca Jun 9, 2025
23dbc32
resolve: exit from loop for transactions when transactions has been r…
yuwata May 14, 2025
594c277
fstab-generator: set mode=0755 with root=tmpfs
bluca Jun 16, 2025
0dd3bc5
resolved: Tweak link-local addresses relevancy
gtsiam Jun 17, 2025
0fb60aa
man: encourage the creation of empty machine-id instead of deleting it
lnykryn Jun 18, 2025
6f20a56
homed: do not log new password when debug logs are enabled
bluca Jun 22, 2025
db9a6c6
console: when switching console modes and one doesn't work, always go…
poettering Jun 20, 2025
0ef30a7
home: Make sure we resolve /etc/skel symlink
daandemeyer Jun 22, 2025
c935963
core/transaction: rename ret -> job
yuwata May 15, 2025
137b72f
core/transaction: fix comment
yuwata May 15, 2025
d1e26d8
core/transaction: drop redundant call of bus_unit_validate_load_state()
yuwata May 20, 2025
69cee4f
core/transaction: do not override unit load state when unit_load() fa…
yuwata May 20, 2025
32c2e96
core: introduce Unit.dependency_generation counter and restart loop w…
yuwata May 15, 2025
f17a4f9
test: add test case for issue #36031
yuwata May 15, 2025
02e8217
test: escape '+' from uname -r before using in regex via '=~'
bluca Jun 24, 2025
3acf8f7
hwdb: update to v257-stable@{2025-06-25}
bluca Jun 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,173 changes: 4,068 additions & 105 deletions hwdb.d/20-OUI.hwdb

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions hwdb.d/20-acpi-vendor.hwdb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ acpi:APMC*:
acpi:APTA*:
ID_VENDOR_FROM_DATABASE=Aptina Imaging Corporation

acpi:AREU*:
ID_VENDOR_FROM_DATABASE=Areus GmbH

acpi:ARMH*:
ID_VENDOR_FROM_DATABASE=ARM Ltd.

Expand Down Expand Up @@ -84,6 +87,9 @@ acpi:CORE*:
acpi:CPLM*:
ID_VENDOR_FROM_DATABASE=Capella Microsystems Inc.

acpi:DBSI*:
ID_VENDOR_FROM_DATABASE=DreamBig Semiconductor Inc.

acpi:DELL*:
ID_VENDOR_FROM_DATABASE=Dell, Inc.

Expand Down Expand Up @@ -129,6 +135,9 @@ acpi:FRMW*:
acpi:FRSC*:
ID_VENDOR_FROM_DATABASE=Freescale, Inc

acpi:FSAS*:
ID_VENDOR_FROM_DATABASE=Fsas Technologies Inc.

acpi:FTSC*:
ID_VENDOR_FROM_DATABASE=FocalTech Systems Co., Ltd.

Expand Down Expand Up @@ -222,6 +231,9 @@ acpi:JMIC*:
acpi:JSYS*:
ID_VENDOR_FROM_DATABASE=Juniper Systems, Inc.

acpi:JUMP*:
ID_VENDOR_FROM_DATABASE=JUMPtec GmbH

acpi:KIOX*:
ID_VENDOR_FROM_DATABASE=Kionix, Inc.

Expand Down Expand Up @@ -312,6 +324,9 @@ acpi:RAYD*:
acpi:RKCP*:
ID_VENDOR_FROM_DATABASE=Fuzhou Rockchip Electronics Co., Ltd.

acpi:ROKL*:
ID_VENDOR_FROM_DATABASE=Rockwell Automation, Inc

acpi:RPIL*:
ID_VENDOR_FROM_DATABASE=Raspberry Pi

Expand Down Expand Up @@ -342,9 +357,18 @@ acpi:SNSL*:
acpi:SONY*:
ID_VENDOR_FROM_DATABASE=Sony Corporation

acpi:SOPH*:
ID_VENDOR_FROM_DATABASE=Sophgo Technologies Ltd.

acpi:SSLC*:
ID_VENDOR_FROM_DATABASE=SmartSens Technology (Shanghai) CO., Ltd.

acpi:ST86*:
ID_VENDOR_FROM_DATABASE=Shenzhen South-Top Computer Co., Ltd.

acpi:SUNW*:
ID_VENDOR_FROM_DATABASE=Wuxi Institute of Advanced Technology

acpi:SWEM*:
ID_VENDOR_FROM_DATABASE=Sierra Wireless

Expand Down Expand Up @@ -1185,6 +1209,9 @@ acpi:BEO*:
acpi:BFE*:
ID_VENDOR_FROM_DATABASE=B.F. Engineering Corporation

acpi:BFT*:
ID_VENDOR_FROM_DATABASE=Barnfind Technologies

acpi:BGB*:
ID_VENDOR_FROM_DATABASE=Barco Graphics N.V

Expand Down Expand Up @@ -7467,6 +7494,9 @@ acpi:UFG*:
acpi:UFO*:
ID_VENDOR_FROM_DATABASE=UFO Systems Inc

acpi:UGR*:
ID_VENDOR_FROM_DATABASE=Ugreen Group Ltd.

acpi:UHB*:
ID_VENDOR_FROM_DATABASE=XOCECO

Expand Down
Loading
Loading