summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* misc: fix unsigned int usage for ctype.h functionsKarel Zak2016-10-261-2/+2
* lib/pager: cleanup and extend APIKarel Zak2016-08-261-2/+2
* misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-7/+7
* dmesg: drop core at impossible case in read_buffer() [oclint]Sami Kerola2016-07-211-0/+2
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-8/+5Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-5/+5
* dmesg: fix indentionKarel Zak2016-05-241-1/+1
* dmesg: use strtimeval_iso()Karel Zak2016-05-241-13/+12Star
* dmesg: --notime should not suppress --show-deltaSami Kerola2016-04-171-1/+0Star
* dmesg: improve grammar and consistency of usage textBenno Schulenberg2016-03-161-3/+3
* misc: always cast timeval.tv_usec to long rather than intRuediger Meier2016-02-121-7/+8
* dmesg: highlight -T issues in docsKarel Zak2015-08-251-1/+1
* dmesg: use GMT in tests, add DMESG_TEST_BOOTIMEKarel Zak2015-03-231-7/+19
* tests: add test_dmesg that has fixed boot timeSami Kerola2015-03-231-0/+5
* dmesg: fix shadow declarationSami Kerola2015-03-231-8/+3Star
* colors: cleanup man pages, add hint to usage()Karel Zak2015-02-251-0/+2
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* dmesg: Enable proper indent for messages containing line breaksIngo Brückl2015-01-261-24/+40
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* build-sys: move all around clock_gettime() to monotonic.cKarel Zak2014-11-191-1/+1
* dmesg: improve reltime colorsKarel Zak2014-10-141-0/+3
* textual: use version printing macro everywhereSami Kerola2014-10-011-2/+1Star
* textual: grammarize an error messageBenno Schulenberg2014-10-011-2/+2
* dmesg: avoid unnecessary variable assignmentSami Kerola2014-07-131-1/+2
* dmesg: support colors customizationKarel Zak2014-05-131-24/+47
* lib/timeutils: remove get_boot_time from libcommonKarel Zak2014-05-061-0/+1
* dmesg: add missing includeKarel Zak2014-05-061-0/+1
* dmesg: move get_boot_time() to lib/timeutilsSami Kerola2014-05-041-27/+0Star
* Revert "dmesg: don't use brow/yellow in output"Karel Zak2014-04-231-1/+1
* dmesg: don't use brow/yellow in outputKarel Zak2014-04-011-1/+1
* dmesg: don't report EPIPEKarel Zak2014-03-131-2/+5
* lib/colors: check for /etc/terminal-colors.d/[util].disableOndrej Oprala2014-03-111-2/+2
* dmesg: -w output not line-bufferedKarel Zak2014-02-061-0/+2
* dmesg: fix --raw zero timestamp for kmsgKarel Zak2014-01-071-8/+12
* textual: properly use uppercase in certain abbreviationsBenno Schulenberg2013-10-081-1/+1
* dmesg: don't use pager for --followKarel Zak2013-07-291-1/+2
* dmesg: inform user --show-delta and iso8601 time format does not mixSami Kerola2013-07-091-0/+3
* dmesg: make time stamps to be printed consistentlySami Kerola2013-07-011-10/+22
* dmesg: define is_timefmt() macro only onceKarel Zak2013-07-011-5/+7
* dmesg: fix --human color initializationKarel Zak2013-07-011-1/+1
* dmesg: regroup time related options close to each otherSami Kerola2013-07-011-6/+6
* dmesg: add iso-8601 time formatSami Kerola2013-07-011-3/+26
* dmesg: add --time-format optionSami Kerola2013-07-011-0/+22
* dmesg: convert time format bitfield to enumSami Kerola2013-07-011-82/+77Star
* lib/colors: add colormode_or_err()Karel Zak2013-05-071-6/+3Star
* dmesg: fix usage() typoSami Kerola2013-05-061-1/+1
* dmesg: support --color[={auto,always,never}]Karel Zak2013-05-061-6/+13
* dmesg: minor cleanup of EXCL_xxx_ERR macrosAndrii Bordunov2013-04-231-3/+0Star