1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland
Liav A a91da67216 Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pci
This opens many opportunities to add more data printed in lspci in a
flexible manner - so instead of reading an ever-expanding JSON encoded
file, we can add more features and let the utility read the directory
entries from sysfs.

This also allows not only filtering data on devices but to easily filter
non-wanted devices when printing the output.
2022-03-08 21:52:10 +01:00
..
Applets LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Applications LibPDF: Propagate errors in Renderer/PDFViewer 2022-03-07 10:53:57 +01:00
Demos Mandelbrot: Add Help menu with standard About action 2022-03-08 18:34:14 +01:00
DevTools Profiler: Present read event info in tree structure 2022-03-05 21:47:01 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Libraries LibWeb: Add explicit color to mark element 2022-03-08 18:52:16 +01:00
Services LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
Shell Shell: Be more smart with pasted stuff 2022-03-06 13:20:41 +01:00
Utilities Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pci 2022-03-08 21:52:10 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00