summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* fstrim: add reference to blkdiscardKarel Zak2016-01-131-0/+1
* fstrim: systemd timer units should be WantedBy=timers.targetPeter Hoeg2016-01-121-1/+1
* hwclock: change audit messageKarel Zak2016-01-071-1/+1
* mount.8: Add documentation of overlay mount optionsOsamu Aoki2016-01-051-0/+35
* lsns: Fix "lowers" -> "lowest" typo in --help for COL_PIDW. Trevor King2016-01-051-1/+1
* blkdiscard: don't report "zero range" at the endRuediger Meier2015-12-091-1/+1
* blkdiscard: fix stats reporting (off by one)Ruediger Meier2015-12-091-3/+3
* blkdiscard: fix timeval comparison inclusive usecsRuediger Meier2015-12-091-2/+3
* Fix subtle typofREW Schmidt2015-12-071-1/+1
* lsns: improve formatting and wording of the man pageBenno Schulenberg2015-12-041-17/+14Star
* lscpu: Print physical cpu informationSukadev Bhattiprolu2015-12-023-2/+65
* lsns: improve man pageKarel Zak2015-12-011-1/+6
* lsns: fix usage()Karel Zak2015-12-011-2/+2
* lsns: add details to the man pageKarel Zak2015-12-011-1/+6
* lsns: sort namespaces, avoid duplicate entries in tree outputKarel Zak2015-12-011-1/+14
* lsns: remove unwanted commentKarel Zak2015-12-011-3/+2Star
* lsns: add man pageKarel Zak2015-12-012-1/+75
* lsns: filter by NS typeKarel Zak2015-11-301-12/+47
* lsln: allows to list namespace processesKarel Zak2015-11-301-47/+145
* lsns: read all processes when --task specifiedKarel Zak2015-11-271-9/+21
* lsns: add USER and UIDKarel Zak2015-11-271-9/+37
* lsns: new commandKarel Zak2015-11-262-0/+581
* ctrlaltdel: use reboot() provided by libc, assuming it is 1-adic.Casper Ti. Vector2015-11-191-2/+6
* losetup: clean up --direct-ioKarel Zak2015-11-192-4/+9
* losetup: support list direct ioMing Lei2015-11-191-0/+6
* losetup: support ioctl cmd of LOOP_SET_DIRECT_IOMing Lei2015-11-191-2/+25
* lsipc: tweak a few wordings on the manpageBenno Schulenberg2015-11-091-6/+7
* dmseg: slightly improve punctuation and formatting of the manpageBenno Schulenberg2015-11-091-5/+5
* script, hwclock: check file exist with access(3) rather than stat(3)Sami Kerola2015-11-091-4/+1Star
* swapon: fix stat(3) and open(3) raceSami Kerola2015-11-091-7/+7
* prlimit: cleanup output unitsKarel Zak2015-11-051-7/+7
* ctrlaltdel: use path.h to read /procKarel Zak2015-10-272-10/+4Star
* ctrlaltdel: display setting when ran without argumentsSami Kerola2015-10-182-16/+59
* docs: update ctrlaltdel.8 man pageSami Kerola2015-10-181-9/+12
* ctrlaltdel: improve error messagingSami Kerola2015-10-181-11/+12
* mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed linesKarel Zak2015-10-153-2/+13
* build-sys: use REALTIME_LIBSKarel Zak2015-10-091-1/+1
* zramctl: fix lists of the all devicesKarel Zak2015-09-241-3/+12
* ipcs: fix ipc_sem_get_limits()Karel Zak2015-09-151-1/+1
* hwclock: fix format warning in alpha codeAndreas Henriksson2015-09-071-1/+1
* mount: remove XFS from man page, xfsprogs provides xfs(5)Karel Zak2015-09-021-195/+3Star
* lscpu: fix read_hypervisor_powerpc() logicKarel Zak2015-09-011-12/+7Star
* Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2015-08-261-1/+1
|\
| * Fix trivial typosYuri Chornoivan2015-08-251-1/+1
* | dmesg: highlight -T issues in docsKarel Zak2015-08-252-3/+5
* | fallocate: fix error messageKarel Zak2015-08-251-1/+1
|/
* hwclock: fix iopl implicit declaration warning on alphaAndreas Henriksson2015-08-241-0/+5
* hwclock: fix fgets unchecked return value warning on alphaAndreas Henriksson2015-08-241-4/+4
* hwclock: fix signed/unsigned comparison warning on alphaAndreas Henriksson2015-08-241-2/+2
* misc: fix shadow declarationsSami Kerola2015-08-241-3/+3