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