Name Date Size #Lines LOC

..--

0/H25-Apr-2025-2420

README.txtH A D25-Apr-2025259 54

endtime.txtH A D25-Apr-202518 21

joblist.txtH A D25-Apr-202526 21

metadata.txtH A D25-Apr-2025232 1312

reference.jsonH A D25-Apr-20252.2 KiB7372

starttime.txtH A D25-Apr-202518 21

uname.txtH A D25-Apr-202573 21

README.txt

1Unprintable characters in kernel logs, when read via /dev/kmsg, are
2escaped as \xNN where NN the character's ascii code in hex. Those are
3expected to be decoded to results, if they really are
4printable. Kernel's idea of nonprintable is "c < 0x20 || c > 127".
5