summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* libmount: add support for "bind,ro"Karel Zak2015-08-171-19/+16Star
* Merge branch 'colcrt' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-08-122-2/+2
|\
| * misc: fix redundant assignment and reassignments before use [cppcheck]Sami Kerola2015-08-082-2/+2
* | Merge branch 'patch-1' of https://github.com/borutmrak/util-linuxKarel Zak2015-08-121-2/+6
|\ \
| * | mount.8: also note diratime does not override noatime.Borut Mrak2015-08-111-0/+2
| * | mount.8: Clarify relation between noatime and nodiratimeBorut Mrak2015-08-111-2/+4
| |/
* / lsipc: add more resource to the limits listKarel Zak2015-08-121-12/+23
|/
* misc: fix indention [smatch scan]Karel Zak2015-08-052-2/+2
* rtcwake: improve open() usage [coverity scan]Karel Zak2015-08-051-7/+12
* lsipc: cleanup usernamesKarel Zak2015-08-041-70/+38Star
* lsipc: check scols_line_refer_data() return codeKarel Zak2015-08-041-6/+22
* lsipc: don't duplicate already allocated dataKarel Zak2015-08-041-105/+81Star
* lsipc: ifdef SHM_* macrosKarel Zak2015-08-031-1/+8
* unshare: remove angular brackets from literal argument in usage textBenno Schulenberg2015-08-031-1/+1
* mount: remove duplications of --help and --version from usage textBenno Schulenberg2015-08-031-5/+6
* textual: adjust grammar and punctuation of some messagesBenno Schulenberg2015-08-032-6/+6
* lsipc: cleanup {user,group}name usageKarel Zak2015-07-301-26/+27
* hwclock: make static analyzes more happyKarel Zak2015-07-291-1/+1
* lsipc: value is never read [clang analyze]Karel Zak2015-07-291-2/+3
* unshare: remove duplicate [make checkincludes]Karel Zak2015-07-291-2/+0Star