summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.1
Commit message (Collapse)AuthorAgeFilesLines
* dmesg: allow to print time delta without timestampKarel Zak2011-07-201-1/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add --ctime to print human readable timestampsKarel Zak2011-07-201-0/+4
| | | | | | Based on patch from "corentin.labbe" <corentin.labbe@geomatys.fr>. Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add --show-delta optionKarel Zak2011-07-201-2/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add -t option to suppress timestampsKarel Zak2011-07-181-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add -u and -k optionsKarel Zak2011-07-181-0/+4
| | | | | | | | | -u : print kernel messages -k : print userspace message The options could be mixed together or with --facility option too. Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: reorder options, add commentsKarel Zak2011-07-141-11/+16
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add --facility optionKarel Zak2011-07-141-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add --decode to print readable facility and levelKarel Zak2011-07-141-0/+2
| | | | | | | | | | | | # dmesg --decode ... kern :info : [53335.743185] PM: resume of devices complete after 2496.795 msecs kern :debug : [53335.743593] PM: Finishing wakeup. kern :warn : [53335.743595] Restarting tasks ... done. kern :info : [53335.790452] video LNXVIDEO:00: Restoring backlight state kern :debug : [53336.418576] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add --level=<list>Karel Zak2011-07-131-0/+6
| | | | | | | | | | For example dmesg --level=err,warn will print only error and warning messages. Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg; support level names (e.g. --console-level=alert)Karel Zak2011-07-011-2/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add --console-on and --console-offKarel Zak2011-07-011-1/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: cleanup options and man pageKarel Zak2011-07-011-9/+13
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add --clear (SYSLOG_ACTION_CLEAR)Karel Zak2011-07-011-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: add long options, --help and --versionKarel Zak2011-07-011-25/+17Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* dmesg: fix typo in man pageKen Kopin2009-10-191-1/+1
| | | | Signed-off-by: LaMont Jones <lamont@debian.org>
* dmesg.1: formattingPeter Breitenlohner2009-08-171-3/+9
| | | | Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
* dmesg: Add -r (raw) option.Adam Jackson2009-01-161-1/+4
| | | | | | | Useful for debugging which kernel messages are ruining your quiet bootup. Signed-off-by: Adam Jackson <ajax@redhat.com>
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-031-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: fix man page headersKarel Zak2007-05-161-1/+1
| | | | | | | The man pages have been moved from man8 to man1, but the headers still refer to man1. Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: move some man pages from category 8 to 1Karel Zak2007-04-251-0/+58
The dmesg, ipcrm, ipcs, renice and setsid are user-accessible commands and belong in man1 more than to man8. Signed-off-by: Karel Zak <kzak@redhat.com>