summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* prlimit: remove repeating words from man pageKarel Zak2014-07-211-2/+2
* docs: bring eight more man pages closer to standard formattingBenno Schulenberg2014-07-218-245/+279
* docs: bring five more man pages closer to standard formattingBenno Schulenberg2014-07-215-71/+77
* mount: update info about mtab in mount.8Karel Zak2014-07-211-29/+19Star
* prlimit: clean up columns[] usageKarel Zak2014-07-181-8/+9
* swapon: clean up columns[] usageKarel Zak2014-07-181-6/+6
* losetup: clean up columns[] usageKarel Zak2014-07-181-7/+4Star
* wdctl: clean up columns[] usageKarel Zak2014-07-181-5/+4Star
* umount: fix memory leak [coverity scan]Karel Zak2014-07-171-2/+5
* fstrim: fix memory leak [coverity scan]Karel Zak2014-07-171-0/+1
* docs: bring four more man pages closer to standard formattingBenno Schulenberg2014-07-174-53/+65
* fstrim: avoid TOCTOU raceSami Kerola2014-07-171-7/+6Star
* fallocate: avoid unnecessary computationSami Kerola2014-07-171-11/+10Star
* docs: bring some more man pages closer to standard formattingBenno Schulenberg2014-07-163-70/+82
* docs: mount -o nouser is not useful, be clearer about thatBenno Schulenberg2014-07-151-2/+2
* docs: many tiny formatting and wording improvements to man page of mountBenno Schulenberg2014-07-141-495/+490Star
* docs: improve formatting and wording of a few man pagesBenno Schulenberg2014-07-142-90/+90
* lscpu: avoid double freeSami Kerola2014-07-131-1/+1
* setpriv: avoid alloca() use xmalloc() insteadSami Kerola2014-07-131-1/+3
* dmesg: avoid unnecessary variable assignmentSami Kerola2014-07-131-1/+2
* lscpu: avoid use of bzero() in favor of memset()Sami Kerola2014-07-131-1/+1
* textual: fix some typosSami Kerola2014-07-131-1/+1
* swapon: mark --sumarry as deprecatedKarel Zak2014-06-302-2/+3
* swapon: align --summary fieldsSami Kerola2014-06-301-1/+1
* umount: slightly improve the man pageBenno Schulenberg2014-06-301-13/+13
* fallocate: use O_CREAT only for the default behaviorKarel Zak2014-06-261-1/+3
* fallocate: fix check of number of argumentsBernhard Voelker2014-06-261-9/+9
* fallocate: clarify usage()Pádraig Brady2014-06-261-7/+9
* fallocate: use err_exclusive_options(), cleanup getopt_long() stuffKarel Zak2014-06-262-23/+31
* fallocate: make man page readable for humansKarel Zak2014-06-261-28/+41
* fallocate: fix FALLOC_FL_ZERO_RANGE flag checkKarel Zak2014-06-261-3/+7
* hwclock: sometimes one day lasts 23 hours.peppe2014-06-231-1/+1
* build-sys: support ./configure ADJTIME_PATH=Karel Zak2014-06-194-7/+13
* mount: fix man page [checkmans]Karel Zak2014-06-181-1/+1
* lscpu: fix ifdef HAVE_sys_io_h [checkconfig]Karel Zak2014-06-181-1/+1
* mount: more hints about default mount options to man pageKarel Zak2014-06-121-1/+6
* flock: document exit status of flock in man pagePhillip Susi2014-06-091-0/+3
* umount: Make sure exit code does not overflowNicolas Boichat2014-06-071-1/+1
* libsmartcols: add debug messagesKarel Zak2014-06-065-1/+12
* mount: add btrfs to mount.8Gui Hecheng2014-06-061-0/+186
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-062-15/+15
* Merge branch 'lscpu-detect-v3' of https://github.com/rudimeier/util-linuxKarel Zak2014-05-302-4/+174
|\
| * lscpu: improve vmware detectionRuediger Meier2014-05-291-1/+82
| * lscpu: detect OS/400 and pHyp hypervisorsRuediger Meier2014-05-292-0/+63
| * lscpu: minor cleanup and improve hypervisor detectionRuediger Meier2014-05-292-3/+29
* | build: fix some compiler warningsRuediger Meier2014-05-303-3/+4
* | build-sys: add sys-utils/uname26.8 to gitignoreKarel Zak2014-05-291-5/+6
* | setarch: add generic support for setarch $(uname -m) ...Ruediger Meier2014-05-291-0/+16
* | losetup: don't ignore EBUSY in losetup when the loop device is givenStanislav Brabec2014-05-281-1/+1
* | Merge branch 'setarch' of https://github.com/rudimeier/util-linuxKarel Zak2014-05-262-1/+5
|\ \