summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* losetup: use loop-control to explicitly ask for deviceKarel Zak2013-08-061-0/+2
* blkdiscard: use fstat() rather than stat() [coverity scan]Karel Zak2013-08-061-6/+5Star
* losetup: fix loop device name usageKarel Zak2013-08-051-4/+9
* losetup: make -j <path> more robustKarel Zak2013-08-051-10/+28
* setarch: prefer preprocessor rather than autotools checkSami Kerola2013-08-011-11/+11
* lscpu: fix shadow declaration [smatch scan]Sami Kerola2013-08-011-4/+4
* setsid: add an option to wait child return valueDaniel Kahn Gillmor2013-08-012-5/+27
* dmesg: don't use pager for --followKarel Zak2013-07-291-1/+2
* losetup: set errno for misaligned offsetsKarel Zak2013-07-191-6/+14
* mount: update xfs docsKarel Zak2013-07-161-171/+173
* hwclock: remove references to adjtimex from man pageKarel Zak2013-07-151-11/+1Star
* eject: assigned value is never read [clang-analyzer]Sami Kerola2013-07-091-1/+1
* lscpu: fix memory leak [clang-analyzer]Sami Kerola2013-07-091-1/+3
* ipcs: assigned values are never read [clang-analyzer]Sami Kerola2013-07-091-3/+0Star
* dmesg: inform user --show-delta and iso8601 time format does not mixSami Kerola2013-07-091-0/+3
* docs: fix wording and formatting of man page for dmesgBenno Schulenberg2013-07-091-45/+47
* unshare: add --mount-proc for pid namespacesKarel Zak2013-07-092-8/+30
* unshare: add --fork options for pid namespacesMike Frysinger2013-07-092-4/+33
* dmesg: make time stamps to be printed consistentlySami Kerola2013-07-012-11/+23
* 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
* docs: add --time-format option and ISO-8601 format to manualSami Kerola2013-07-011-0/+22
* 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
* renice: exit with non-zero value when arguments cause warningsSami Kerola2013-07-011-1/+3
* eject: Check host_status and driver_status when using SG_IO.Karel Zak2013-06-181-3/+21
* mount: fix mistaken word and some grammar in man page of mountBenno Schulenberg2013-06-181-12/+11Star
* nsenter: Allow selecting the uid and gid to be used in the entered usernsRichard Weinberger2013-06-182-2/+27
* libmount: be robust for empty target/source stringsKarel Zak2013-06-171-1/+4
* Merge branch 'master' of https://github.com/eric-s-raymond/util-linuxKarel Zak2013-06-132-3/+3
|\
| * Fix broken list syntax.Eric S. Raymond2013-06-101-1/+1
| * Restore use of correct alternation syntax using { | }.Eric S. Raymond2013-06-101-2/+2
* | eject: unlock door before issuing CDROMEJECT commandAaron Lu2013-06-131-0/+3
|/
* textual: improve clarity of some error messagesBenno Schulenberg2013-06-071-3/+3
* docs: add lscpu max mhz to manual and bash completionSami Kerola2013-06-071-0/+5
* lscpu: add max MHz value to make cpu governor effects more visibleSami Kerola2013-06-071-1/+25
* docs: normalize the formatting of man pages for nsenter and unshareBenno Schulenberg2013-06-072-81/+79Star
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-073-14/+14
* textual: harmonize some loop-device error messagesBenno Schulenberg2013-06-071-6/+6
* textual: standardize the spelling of "superuser"Benno Schulenberg2013-06-071-3/+3
* libmount: more robust options string parsingKarel Zak2013-05-301-0/+2
* lscpu: add virtualization typesKarel Zak2013-05-201-9/+16
* lscpu: detect more hypervisor vendorsOndrej Oprala2013-05-204-16/+354
* hwclock: use warn() to print cmos errorsKarel Zak2013-05-141-8/+4Star
* chcpu: clean up error messagesKarel Zak2013-05-141-6/+6
* standard SEE ALSO section of man pagesMike Frysinger2013-05-132-4/+4
* losetup: add --raw and --noheadingsKarel Zak2013-05-132-12/+37
* losetup: use warn_size() for regular files onlyKarel Zak2013-05-131-1/+1