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