summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* dmesg: allow to print time delta without timestampKarel Zak2011-07-202-7/+9
* dmesg: mark some options mutually exclusiveKarel Zak2011-07-201-5/+11
* dmesg: add --ctime to print human readable timestampsKarel Zak2011-07-202-7/+48
* dmesg: add --show-delta optionKarel Zak2011-07-202-19/+79
* dmesg: print_buffer() refactoringKarel Zak2011-07-191-42/+93
* dmesg: variables refactoringKarel Zak2011-07-191-37/+35Star
* dmesg: fix segfaultMarc-Antoine Perennou2011-07-181-1/+1
* dmesg: add -t option to suppress timestampsKarel Zak2011-07-182-2/+25
* dmesg: add -u and -k optionsKarel Zak2011-07-182-1/+19
* lscpu: add support for booksHeiko Carstens2011-07-181-7/+39
* dmesg: fix typo in usage()Karel Zak2011-07-141-2/+2
* dmesg: reorder options, add commentsKarel Zak2011-07-142-52/+79
* dmesg: add --facility optionKarel Zak2011-07-142-4/+58
* dmesg: add --decode to print readable facility and levelKarel Zak2011-07-142-7/+61
* dmesg: add --level=<list>Karel Zak2011-07-132-13/+95
* dmesg: consolidate level parsiig codeKarel Zak2011-07-131-14/+25
* dmesg: don't print non-printable chars, parse recordsKarel Zak2011-07-131-12/+99
* dmesg; support level names (e.g. --console-level=alert)Karel Zak2011-07-012-3/+64
* dmesg: add --console-on and --console-offKarel Zak2011-07-012-7/+28
* dmesg: cleanup options and man pageKarel Zak2011-07-012-11/+25
* dmesg: add --clear (SYSLOG_ACTION_CLEAR)Karel Zak2011-07-012-1/+11
* dmesg: refactoring - cleanup main() codeKarel Zak2011-07-011-16/+19
* dmesg: refactoring - cleanup read buffer codeKarel Zak2011-07-011-20/+31
* dmesg: refactoring - cleanup print buffer codeKarel Zak2011-07-011-18/+28
* dmesg: refactoring - cleanup get bufsize codeKarel Zak2011-07-011-5/+9
* dmesg: use SYSLOG_ACTION_* macros rather than magic constatntsKarel Zak2011-07-011-25/+30
* dmesg: add long options, --help and --versionKarel Zak2011-07-012-34/+52
* lscpu: fix bogomips detection for s390Heiko Carstens2011-06-271-0/+2
* mountpoint: add new commandKarel Zak2011-06-214-0/+225
* lscpu: detect VMware hypervisorStephen Hemminger2011-06-201-2/+6
* fsck, checktty, flock: Use more portable includes.Josiah Worcester2011-06-141-0/+2
* fstrim, setarch: replace error() with err()Francesco Cosoleto2011-06-082-16/+11Star
* fstrim: cast from __u64 to standard C typesKarel Zak2011-06-081-4/+4
* cytune: remove unused variableKarel Zak2011-06-081-4/+1Star
* readprofile: don't stop parsing at __init_endPo-Yu Chuang2011-04-121-2/+4
* lscpu: detect sun4{u,v} in /proc/cpuinfo for sparc64Karel Zak2011-03-311-1/+4
* lscpu: fix op-mode for /{sys,proc} dumpsKarel Zak2011-03-311-0/+5
* lscpu: fix threads-per-core calculationKarel Zak2011-03-311-6/+14
* rtcwake: do not duplicate argument stringsDavidlohr Bueso2011-03-081-2/+2
* move struct option to .rodataKarel Zak2011-03-036-6/+6
* rtcwake: test for available suspend modesLawrence Rust2011-02-281-0/+23
* dmesg.c: cleanups -- use err(), xalloc()Marek Polacek2011-02-281-27/+25Star
* ipcs: fix typoKarel Zak2011-02-211-1/+1
* lscpu: use xstrdup from xalloc.hPetr Uzel2011-02-211-9/+1Star
* ipcs: really show all resources when -a and -i are combinedJens Kristian Søgaard2011-02-211-4/+5
* textual: improve the wording of some error and usage messagesBenno Schulenberg2011-02-161-8/+9
* textual: fix three typos in message strings and improve consistencyBenno Schulenberg2011-02-162-2/+2
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-1412-12/+10Star
* lscpu: add description of --sysroot option to man page, plus grammar touchesBenno Schulenberg2011-02-081-9/+16
* dmesg: use strtol_or_err instead of atoiDavidlohr Bueso2011-02-082-8/+10