summaryrefslogtreecommitdiffstats
path: root/lib/sys_info.c
AgeCommit message (Expand)AuthorLines
2025-11-20sys_info: add a default kernel sys_info maskFeng Tang-1/+30
2025-11-20panic: sys_info: factor out read and write handlersAndy Shevchenko-33/+46
2025-11-20panic: sys_info: deduplicate local variable 'table; assignmentsAndy Shevchenko-6/+4
2025-11-20panic: sys_info: rewrite a fix for a compilation error (`make W=1`)Andy Shevchenko-12/+16
2025-11-20panic: sys_info:replace struct sys_info_name with plain array of stringsAndy Shevchenko-24/+20
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko-2/+2
2025-11-20panic: sys_info: capture si_bits_global before iterating over itAndy Shevchenko-2/+5
2025-09-13lib/sys_info: handle sys_info_mask==0 caseFeng Tang-1/+2
2025-07-19panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang-0/+90
2025-07-19panic: generalize panic_print's function to show sys infoFeng Tang-0/+32