summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2016-03-02/cgns' of https://github.com/hallyn/util-linuxKarel Zak2016-03-214-20/+60
|\
| * Implement support for cgroup namespacesSerge Hallyn2016-03-034-20/+60
* | ipcs: consolidate output header printingRuediger Meier2016-03-211-5/+11
* | ipcs: --shmems, upward/backward compatibilityRuediger Meier2016-03-181-1/+4
* | ipcs: make sure to parse whole lines for shm_dataRuediger Meier2016-03-181-3/+4
* | swapon: rewrite control struct usageKarel Zak2016-03-182-118/+184
* | 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