• Home
Name
Date
Size
#Lines
LOC

..--

0/03-May-2024-2420

README.txtD03-May-2024259 54

endtime.txtD03-May-202418 21

joblist.txtD03-May-202426 21

metadata.txtD03-May-2024232 1312

reference.jsonD03-May-20242.2 KiB7372

starttime.txtD03-May-202418 21

uname.txtD03-May-202473 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