aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils
AgeCommit message (Expand)AuthorFilesLines
2016-12-05docs: various pages: Use "system call" not "syscall"Michael Kerrisk4-6/+7
2016-12-05docs: nsenter(1): add missing 'see also' for --userKarel Zak1-0/+1
2016-12-05docs: nsenter(1): Formatting fixMichael Kerrisk1-14/+36
2016-12-05docs: nsenter(1): Describe the 'file' argument used by namespace optionsMichael Kerrisk1-0/+7
2016-12-02fallocate: add insert range supportFabian Frederick2-2/+15
2016-12-02lsns: Fix parser for /proc/<pid>/stat which is including space in commOGAWA Hirofumi1-4/+26
2016-12-01misc: fix typos using codespellRuediger Meier1-1/+1
2016-11-30misc: spelling, always use "cannot" instead of "can not"Ruediger Meier1-2/+2
2016-11-29IPC namespaces also isolate POSIX message queuesMichael Kerrisk (man-pages)2-2/+4
2016-11-29Provide better cross references for namespace conceptsMichael Kerrisk (man-pages)1-15/+44
2016-11-29Provide better cross references for namespace conceptsMichael Kerrisk (man-pages)1-10/+47
2016-11-29SEE ALSO: add cross reference to namespaces(7)Michael Kerrisk (man-pages)2-1/+3
2016-11-29Fix formatting errors in page cross referencesMichael Kerrisk (man-pages)2-2/+2
2016-11-29Fix page cross referencesMichael Kerrisk (man-pages)3-11/+11
2016-11-29Correctly format page cross referencesMichael Kerrisk (man-pages)1-1/+1
2016-11-29Place SEE ALSO entries in orderMichael Kerrisk (man-pages)18-34/+34
2016-11-29Fix typo in page cross reference (capabilities(7), not, capability(7))Michael Kerrisk (man-pages)1-1/+1
2016-11-09lsmem: improve node lookupHeiko Carstens1-0/+1
2016-11-09lsmem: (man page) recommend use --outputKarel Zak1-4/+4
2016-11-09lsmem: align STATE to the rightKarel Zak1-1/+1
2016-11-09lsmem: add CopyrightKarel Zak2-2/+3
2016-11-09lsmem: add missing placeholdersKarel Zak1-0/+4
2016-11-09lsmem: cleanup for --summary=onlyKarel Zak1-0/+11
2016-11-09lsmem: cleanup man pageKarel Zak2-62/+45
2016-11-09lsmem: disable summary for JSONm, raw and export outputKarel Zak1-0/+3
2016-11-09lsmem: add --summary[=<when>] optionKarel Zak1-12/+48
2016-11-09lsmem: rename control structKarel Zak1-67/+67
2016-11-09lsmem: cleanup, use libsmartcols for all outputKarel Zak1-188/+213
2016-11-09chmem: new toolHeiko Carstens3-0/+427
2016-11-09lsmem: new toolHeiko Carstens3-0/+597
2016-11-03lscpu: disable is_vmware_platform() for non-root usersKarel Zak1-0/+9
2016-10-31flocks: keep run_program() simpleKarel Zak1-8/+7
2016-10-31flock: fix no-flock patchKarel Zak1-17/+28
2016-10-26misc: fix unsigned int usage for ctype.h functionsKarel Zak1-2/+2
2016-10-25rtcwake: add note about RTC limitsKarel Zak1-0/+3
2016-10-18fstrim: add -v to the systemd serviceKarel Zak1-1/+1
2016-10-06losetup --nooverlap: fix typoStanislav Brabec1-1/+1
2016-10-05wdct: mark usage() as noreturn [coverity scan]Karel Zak1-1/+1
2016-10-05swapoff: fix mem leak [coverity scan]Karel Zak1-1/+4
2016-10-05setarch: let's keep analyzer happy [coverity scan]Karel Zak1-0/+1
2016-10-05rtcwake: make sure buffer is zero terminated [coverity scan]Karel Zak1-1/+1
2016-10-05lsns: fix mem leak [coverity scan]Karel Zak1-1/+1
2016-09-23findmnt: (verify) add docsKarel Zak1-0/+4
2016-09-23findmnt: add --verify and --verboseKarel Zak1-1/+1
2016-09-21swapon: fix discard option parsingKarel Zak1-3/+4
2016-09-08mount: add note about another flags for "remount,bind"Karel Zak1-3/+4
2016-08-31mount: add note about paths verification to mount.8Karel Zak1-5/+6
2016-08-30umount: cleanup umount.8 about mtabKarel Zak1-4/+14
2016-08-30umount: fix obsolete info about loop= in umount.8Karel Zak1-7/+11
2016-08-26lib/pager: cleanup and extend APIKarel Zak1-2/+2
2016-08-18su, runuser, setpriv: create links between man pagesKarel Zak1-0/+7
2016-08-17losetup: allow to use --nooverlap when device specifiedKarel Zak1-1/+20
2016-08-17losetup: Prevent AUTOCLEAR detach raceStanislav Brabec1-0/+6
2016-08-17losetup: add --nooverlap optionsKarel Zak2-42/+105
2016-08-16lsns: support cgroup namespacesMichał Bartoszkiewicz2-5/+7
2016-08-16Merge branch 'misc' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2-3/+5
2016-08-15lsns: missing ns/<name> is not errorKarel Zak1-2/+2
2016-08-12misc: always check setenv(3) return valueSami Kerola2-3/+5
2016-08-04Merge branch 'lo'Karel Zak3-6/+10
2016-08-04mount: small change to mount.8 loopdev sectionKarel Zak1-2/+3
2016-08-03lscpu: print correct number of threads per core if possibleHeiko Carstens1-3/+10
2016-08-03lspcu: minor manpage improvementHeiko Carstens1-2/+2
2016-08-03lscpu: only try to read sysfs attributes of present CPUsHeiko Carstens1-0/+4
2016-08-03lscpu: add --physical optionHeiko Carstens2-20/+103
2016-08-03mount.8: Update loop device documentationStanislav Brabec1-1/+1
2016-08-03Add sizelimit to internal APIStanislav Brabec1-4/+4
2016-08-03mount: Handle MNT_ERR_LOOPOVERLAPStanislav Brabec1-0/+3
2016-07-21misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola4-17/+17
2016-07-21dmesg: drop core at impossible case in read_buffer() [oclint]Sami Kerola1-0/+2
2016-07-21syspriv: flip inverted logic [oclint]Sami Kerola1-6/+6
2016-07-21switch_root: simplify code and reduce indentation [oclint]Sami Kerola1-15/+14
2016-07-21misc: simplify if clauses [oclint]Sami Kerola5-27/+16
2016-07-14blkdiscard: Improve man pageAllon Mureinik1-1/+1
2016-07-01lsns: check for OOMKarel Zak1-2/+2
2016-06-24lscpu: make lookup_cache() more robustKarel Zak1-2/+7
2016-06-24lscpu: fix MMHZ column entry within man pageHeiko Carstens1-3/+6
2016-06-24lscpu: show additional caches (s390)Heiko Carstens1-0/+70
2016-06-24lscpu: show machine type (s390)Heiko Carstens1-0/+12
2016-06-24lscpu: show static and dynamic MHz (s390)Heiko Carstens1-0/+8
2016-06-24lscpu: fix typo in summary outputHeiko Carstens1-1/+1
2016-06-24lscpu: add drawer supportHeiko Carstens2-9/+47
2016-05-31misc: Fix various typosSebastian Rasmussen13-20/+20
2016-05-31docs: Fix various typosSebastian Rasmussen4-7/+7
2016-05-24dmesg: fix indentionKarel Zak1-1/+1
2016-05-24lsipc: use strtime_short()Karel Zak1-25/+8
2016-05-24lsipc: use strtm_iso()Karel Zak1-1/+2
2016-05-24hwclock: use strtimeval_iso()Karel Zak1-9/+7
2016-05-24dmesg: use strtimeval_iso()Karel Zak1-13/+12
2016-05-20man pages: fix spacing between man page name & section numberMike Frysinger1-1/+1
2016-05-11ramctl: add support for zram-controlKarel Zak1-3/+61
2016-05-09Merge branch 'no-fork' of https://github.com/terryburton/util-linuxKarel Zak2-27/+49
2016-04-22mount: add note about loopdev reuse to mount.8Karel Zak1-0/+4
2016-04-22mount: Handle EROFS before calling mount() syscallStanislav Brabec1-0/+9
2016-04-22nsenter: enter namespaces in two passesJames Bottomley1-16/+30
2016-04-18losetup: fix outdated commentYuriy M. Kaminskiy1-1/+1
2016-04-16mount: try to tell what mount was doing when it failedSami Kerola1-2/+7
2016-04-16dmesg: --notime should not suppress --show-deltaSami Kerola1-1/+0
2016-04-15flock: Introduce no-fork option.Terry Burton2-27/+49
2016-04-15umount: add note about FS names differences to the man pageKarel Zak1-0/+6
2016-04-13build-sys: remove obsolete commentKarel Zak1-4/+0
2016-03-29ipcs: make static analyzer happy [clang analyze]Karel Zak1-1/+1
2016-03-24Merge branch 'tests-setarch' of https://github.com/rudimeier/util-linuxKarel Zak1-2/+5
2016-03-23lsipc: don't free shm data if no shm id is foundRomain Naour1-2/+1
2016-03-22setarch: add "exec" message to --verboseRuediger Meier1-2/+5
2016-03-22lscpu: revert unnecessary path_exist()Karel Zak1-1/+1
2016-03-22lscpu: correct the Virtualization type on Xen DomU PV guestDongli Zhang1-2/+30
2016-03-21Merge branch '2016-03-02/cgns' of https://github.com/hallyn/util-linuxKarel Zak4-20/+60
2016-03-21ipcs: consolidate output header printingRuediger Meier1-5/+11
2016-03-18ipcs: --shmems, upward/backward compatibilityRuediger Meier1-1/+4
2016-03-18ipcs: make sure to parse whole lines for shm_dataRuediger Meier1-3/+4
2016-03-18swapon: rewrite control struct usageKarel Zak2-118/+184
2016-03-17umount: add man page note that --force is not perfectKarel Zak1-0/+4
2016-03-17docs: miscellaneous tiny tweaks of man pagesBenno Schulenberg2-9/+7
2016-03-17unshare: describe the setgroups restriction more explicitlyBenno Schulenberg1-10/+15
2016-03-17lscpu: improve spacing and spelling in the man pageBenno Schulenberg1-12/+12
2016-03-16lscpu: fix memleak because of ambiguous tagsRuediger Meier1-1/+2
2016-03-16lscpu: use cpu and revision tag if availableRuediger Meier1-9/+8
2016-03-16Revert "lscpu: keep lscpu usable on snapshots"Ruediger Meier1-18/+7
2016-03-16dmesg: improve grammar and consistency of usage textBenno Schulenberg1-3/+3
2016-03-16mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg3-6/+3
2016-03-15lscpu: keep lscpu usable on snapshotsKarel Zak1-7/+18
2016-03-15swapon: remove unnecessary assertKarel Zak1-3/+0
2016-03-14lscpu: Fix model and model name on Power SystemsVasant Hegde1-0/+5
2016-03-14unshare: tiny changeKarel Zak1-1/+1
2016-03-14unshare: fix incomplete sentence in man pageKarel Zak1-1/+1
2016-03-14unshare: improve wording and formatting in the man pageBenno Schulenberg1-58/+59
2016-03-14unshare: replace a special character in the man page with a spaceBenno Schulenberg1-1/+1
2016-03-14fallocate: improve synopsis and spelling in man pageBenno Schulenberg1-6/+4
2016-03-14fallocate: restore man-page content that was deleted in commit 5b033bfdBenno Schulenberg1-0/+120
2016-03-14Merge branch 'travis-osx' of https://github.com/rudimeier/util-linuxKarel Zak2-4/+5
2016-03-14setsid: fix argument count bugSami Kerola1-1/+1
2016-03-14swapon: fix discard=pages docsRichard Yao1-1/+1
2016-03-13build-sys: use AC_PROG_MKDIR_P and remove a few gnuismsRuediger Meier1-1/+1
2016-03-12misc: fix printf i386 compiler warningsRuediger Meier1-3/+4
2016-03-09blkdiscard: slice up the recently changed usage textBenno Schulenberg1-7/+8
2016-03-09mount: further improve formatting of the man pageBenno Schulenberg1-125/+118
2016-03-08Revert "include sysmacros.h where used"Karel Zak2-2/+0
2016-03-08mount: adjust some wordings and formatting in the man pageBenno Schulenberg1-29/+20
2016-03-08ctrlaltdel: tweak the wording in the man pageBenno Schulenberg1-4/+5
2016-03-08losetup: correct some formatting in the man pageBenno Schulenberg1-6/+8
2016-03-08mount: hardwrap an overlong example in the man pageBenno Schulenberg1-1/+4
2016-03-08fstrim: a few tiny tweaks of the man pageBenno Schulenberg1-5/+5
2016-03-08include sysmacros.h where usedMike Frysinger2-0/+2
2016-03-07misc: never cast void* from malloc(3) and friendsRuediger Meier1-2/+2
2016-03-07misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2-3/+7
2016-03-07lsns.c: fix error returnYuriy M. Kaminskiy1-1/+1
2016-03-07lscpu: fix backward buffer size adjustment after adding delimiterYuriy M. Kaminskiy1-2/+2
2016-03-07Merge branch 'port-osx' of https://github.com/rudimeier/util-linuxKarel Zak3-3/+0
2016-03-07setarch: fix personality syscall return code checkDmitry V. Levin1-2/+12
2016-03-02Implement support for cgroup namespacesSerge Hallyn4-20/+60
2016-02-29misc: fix some includesRuediger Meier3-3/+0
2016-02-24blkdiscard: add --zeroout (BLKZEROOUT ioctl)Karel Zak2-14/+51
2016-02-24unshare: add example for persistent mount namespaceKarel Zak1-1/+18
2016-02-22ipcs: show gid instead of uidHushan Jia1-3/+3
2016-02-19hwclock: use labs() for longKarel Zak1-1/+1
2016-02-18lsns: use xcalloc()Ruediger Meier1-2/+2
2016-02-18lib: rename strmode() and setmode()Ruediger Meier1-3/+3
2016-02-17unshare: fix busyloop and reduce racing probabilityYuriy M. Kaminskiy1-10/+30
2016-02-16hwclock.c, hwclock.8.in: new --show formatJ William Piggott2-13/+12
2016-02-12misc: always cast timeval.tv_usec to long rather than intRuediger Meier2-24/+26
2016-02-11ipcs: ulong -> unsigned longRuediger Meier1-5/+5
2016-02-11swapon: drop perms if setuid before call mkswapKarel Zak1-4/+8
2016-02-11swapon: simplify ctl->device usageKarel Zak1-43/+37
2016-02-11swapon: do not run execvp() calls when swapon is setuid binarySami Kerola1-0/+4
2016-02-11swapon: move function arguments to control structureSami Kerola1-81/+77
2016-02-11swapon: add control structSami Kerola1-124/+129
2016-02-01hwclock: remove extra space from --show outputKarel Zak1-1/+1
2016-01-28Change of output format and documentation.Anna Jonna Ármannsdóttir2-2/+6
2016-01-21zramctl: fix typoKarel Zak1-1/+1
2016-01-21mount: allow nofail to silence ENOMEDIUM casesMike Frysinger1-0/+3
2016-01-20chrt: make man page more structuredKarel Zak1-120/+0
2016-01-19hwclock: fix format specifier [cppcheck]Boris Egorov1-1/+1
2016-01-19readprofile: add scanf field width limits [cppcheck]Boris Egorov1-2/+2
2016-01-18lsns: fix failure after zombie processYuriy M. Kaminskiy1-1/+1
2016-01-13fstrim: add reference to blkdiscardKarel Zak1-0/+1
2016-01-12fstrim: systemd timer units should be WantedBy=timers.targetPeter Hoeg1-1/+1
2016-01-07hwclock: change audit messageKarel Zak1-1/+1
2016-01-05mount.8: Add documentation of overlay mount optionsOsamu Aoki1-0/+35
2016-01-05lsns: Fix "lowers" -> "lowest" typo in --help for COL_PIDW. Trevor King1-1/+1
2015-12-09blkdiscard: don't report "zero range" at the endRuediger Meier1-1/+1
2015-12-09blkdiscard: fix stats reporting (off by one)Ruediger Meier1-3/+3
2015-12-09blkdiscard: fix timeval comparison inclusive usecsRuediger Meier1-2/+3
2015-12-07Fix subtle typofREW Schmidt1-1/+1
2015-12-04lsns: improve formatting and wording of the man pageBenno Schulenberg1-17/+14
2015-12-02lscpu: Print physical cpu informationSukadev Bhattiprolu3-2/+65
2015-12-01lsns: improve man pageKarel Zak1-1/+6
2015-12-01lsns: fix usage()Karel Zak1-2/+2
2015-12-01lsns: add details to the man pageKarel Zak1-1/+6
2015-12-01lsns: sort namespaces, avoid duplicate entries in tree outputKarel Zak1-1/+14
2015-12-01lsns: remove unwanted commentKarel Zak1-3/+2
2015-12-01lsns: add man pageKarel Zak2-1/+75
2015-11-30lsns: filter by NS typeKarel Zak1-12/+47
2015-11-30lsln: allows to list namespace processesKarel Zak1-47/+145
2015-11-27lsns: read all processes when --task specifiedKarel Zak1-9/+21
2015-11-27lsns: add USER and UIDKarel Zak1-9/+37
2015-11-26lsns: new commandKarel Zak2-0/+581
2015-11-19ctrlaltdel: use reboot() provided by libc, assuming it is 1-adic.Casper Ti. Vector1-2/+6
2015-11-19losetup: clean up --direct-ioKarel Zak2-4/+9
2015-11-19losetup: support list direct ioMing Lei1-0/+6
2015-11-19losetup: support ioctl cmd of LOOP_SET_DIRECT_IOMing Lei1-2/+25