summaryrefslogtreecommitdiffstats
path: root/commands/dmesg.c
Commit message (Expand)AuthorAgeFilesLines
* commands: dmesg: support aborting dmesg output with ctrl-cAhmad Fatoum2024-03-081-2/+4
* dmesg: udpate helpSascha Hauer2023-06-131-1/+7
* dmesg: implement dmesg -nSascha Hauer2023-06-131-1/+17
* dmesg: allow loglevels specified as numbersSascha Hauer2023-06-131-1/+11
* dmesg: error out on unknown loglevelsSascha Hauer2023-06-131-3/+9
* dmesg: factor out str_to_loglevel()Sascha Hauer2023-06-121-18/+29
* commands/*: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-04-271-18/+5
* commands: dmesg: add -l option to restrict output levelOleksij Rempel2019-02-271-3/+45
* commands: dmesg: add print raw parameterOleksij Rempel2019-02-271-2/+6
* commands: dmesg: fi format security warningMarc Kleine-Budde2015-04-031-1/+1
* Introduce message logging supportSascha Hauer2014-09-301-0/+100