summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* umount: add man page note that --force is not perfectKarel Zak2016-03-171-0/+4
* docs: miscellaneous tiny tweaks of man pagesBenno Schulenberg2016-03-172-9/+7Star
* unshare: describe the setgroups restriction more explicitlyBenno Schulenberg2016-03-171-10/+15
* lscpu: improve spacing and spelling in the man pageBenno Schulenberg2016-03-171-12/+12
* lscpu: fix memleak because of ambiguous tagsRuediger Meier2016-03-161-1/+2
* lscpu: use cpu and revision tag if availableRuediger Meier2016-03-161-9/+8Star
* Revert "lscpu: keep lscpu usable on snapshots"Ruediger Meier2016-03-161-18/+7Star
* dmesg: improve grammar and consistency of usage textBenno Schulenberg2016-03-161-3/+3
* mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2016-03-163-6/+3Star
* lscpu: keep lscpu usable on snapshotsKarel Zak2016-03-151-7/+18
* swapon: remove unnecessary assertKarel Zak2016-03-151-3/+0Star
* lscpu: Fix model and model name on Power SystemsVasant Hegde2016-03-141-0/+5
* unshare: tiny changeKarel Zak2016-03-141-1/+1
* unshare: fix incomplete sentence in man pageKarel Zak2016-03-141-1/+1
* unshare: improve wording and formatting in the man pageBenno Schulenberg2016-03-141-58/+59
* unshare: replace a special character in the man page with a spaceBenno Schulenberg2016-03-141-1/+1
* fallocate: improve synopsis and spelling in man pageBenno Schulenberg2016-03-141-6/+4Star
* fallocate: restore man-page content that was deleted in commit 5b033bfdBenno Schulenberg2016-03-141-0/+120
* Merge branch 'travis-osx' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-142-4/+5
|\
| * build-sys: use AC_PROG_MKDIR_P and remove a few gnuismsRuediger Meier2016-03-131-1/+1
| * misc: fix printf i386 compiler warningsRuediger Meier2016-03-121-3/+4
* | setsid: fix argument count bugSami Kerola2016-03-141-1/+1
* | swapon: fix discard=pages docsRichard Yao2016-03-141-1/+1
|/
* blkdiscard: slice up the recently changed usage textBenno Schulenberg2016-03-091-7/+8
* mount: further improve formatting of the man pageBenno Schulenberg2016-03-091-125/+118Star
* Revert "include sysmacros.h where used"Karel Zak2016-03-082-2/+0Star
* mount: adjust some wordings and formatting in the man pageBenno Schulenberg2016-03-081-29/+20Star
* ctrlaltdel: tweak the wording in the man pageBenno Schulenberg2016-03-081-4/+5
* losetup: correct some formatting in the man pageBenno Schulenberg2016-03-081-6/+8
* mount: hardwrap an overlong example in the man pageBenno Schulenberg2016-03-081-1/+4
* fstrim: a few tiny tweaks of the man pageBenno Schulenberg2016-03-081-5/+5
* include sysmacros.h where usedMike Frysinger2016-03-082-0/+2
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-071-2/+2
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-072-3/+7
* lsns.c: fix error returnYuriy M. Kaminskiy2016-03-071-1/+1
* lscpu: fix backward buffer size adjustment after adding delimiterYuriy M. Kaminskiy2016-03-071-2/+2
* Merge branch 'port-osx' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-073-3/+0Star
|\
| * misc: fix some includesRuediger Meier2016-02-293-3/+0Star
* | setarch: fix personality syscall return code checkDmitry V. Levin2016-03-071-2/+12
* | blkdiscard: add --zeroout (BLKZEROOUT ioctl)Karel Zak2016-02-242-14/+51
|/
* unshare: add example for persistent mount namespaceKarel Zak2016-02-241-1/+18
* ipcs: show gid instead of uidHushan Jia2016-02-221-3/+3
* hwclock: use labs() for longKarel Zak2016-02-191-1/+1
* lsns: use xcalloc()Ruediger Meier2016-02-181-2/+2
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-3/+3
* unshare: fix busyloop and reduce racing probabilityYuriy M. Kaminskiy2016-02-171-10/+30
* hwclock.c, hwclock.8.in: new --show formatJ William Piggott2016-02-172-13/+12Star
* misc: always cast timeval.tv_usec to long rather than intRuediger Meier2016-02-122-24/+26
* ipcs: ulong -> unsigned longRuediger Meier2016-02-111-5/+5
* swapon: drop perms if setuid before call mkswapKarel Zak2016-02-111-4/+8