summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* mount: update mount.8 about barrier mount options defaultsRuediger Meier2014-04-011-21/+16Star
* dmesg: don't use brow/yellow in outputKarel Zak2014-04-011-1/+1
* Merge branch 'fix-ipcs-q-fallback' of https://github.com/rudimeier/util-linuxKarel Zak2014-03-281-46/+26Star
|\
| * ipcs: fix memleak in ipc_*_get_info functionsRuediger Meier2014-03-141-6/+0Star
| * ipcs: fix ipc_sem_get_info fallback caseRuediger Meier2014-03-141-11/+7Star
| * ipcs: fix ipc_shm_get_info fallback caseRuediger Meier2014-03-131-12/+7Star
| * ipcs: fix ipc_msg_get_info fallback caseRuediger Meier2014-03-131-13/+8Star
| * ipcs: cleanup jumplabel stlyesRuediger Meier2014-03-131-4/+4
* | Merge branch 'fix-lscpu-cache' of https://github.com/rudimeier/util-linuxKarel Zak2014-03-281-18/+21
|\ \
| * | lscpu: cleanup, use _PATH_SYS_CPU/NODERuediger Meier2014-03-271-14/+14
| * | lscpu: don't abort if cache size is unknownRuediger Meier2014-03-271-4/+7
* | | flock: use nfs4 fallback on EBADF tooKarel Zak2014-03-241-0/+1
|/ /
* | unshare: include libmount.h to provide missing MS_* definesRuediger Meier2014-03-172-0/+4
* | dmesg: don't report EPIPEKarel Zak2014-03-131-2/+5
|/
* mount: update XFS mount.8 allocsize=Karel Zak2014-03-121-3/+3
* build-sys: sort gitignore filesSami Kerola2014-03-121-4/+4
* ipcs: fix size_t overflowKarel Zak2014-03-113-6/+7
* lib/colors: add info to man pages, add terminal-colors.d.5Karel Zak2014-03-111-0/+11
* lib/colors: check for /etc/terminal-colors.d/[util].disableOndrej Oprala2014-03-111-2/+2
* hwclock: fix possible hang and other set_hardware_clock_exact() issuesChris MacGregor2014-03-051-39/+131
* chcpu: cleanup stdout/stderr usageKarel Zak2014-03-051-10/+7Star
* chcpu: cleanup return codesKarel Zak2014-03-052-22/+74
* lscpu: read_hypervisor_dmi: only fallback to memory scan on x86/x86_64Stewart Smith2014-03-041-1/+2
* lscpu: don't assume filesystem supports d_type when searching for NUMA nodesStewart Smith2014-03-041-1/+1
* switch_root: make dirent d_type usage more robustKarel Zak2014-03-041-5/+8
* fallocate: fix missing sentinel for is_nul()Karel Zak2014-02-191-2/+7
* fallocate: code optimalizationsKarel Zak2014-02-191-18/+29
* fallocate: use POSIX_FADV_DONTNEED to discard cached dataKarel Zak2014-02-181-3/+27
* fallocate: use SEEK_DATA on already sparse filesKarel Zak2014-02-181-3/+35
* fallocate: fix man page synopsisKarel Zak2014-02-171-0/+2
* fallocate: improve --dig-holesKarel Zak2014-02-172-62/+77
* fallocate: add --verbose, clean up usage()Karel Zak2014-02-142-12/+31
* fallocate: Add "--dig-holes" optionRodrigo Campos2014-02-142-24/+94
* fallocate: Hide #ifdef tricks to call fallocate in a functionRodrigo Campos2014-02-141-15/+28
* fallocate: Clarify that space can also be deallocatedRodrigo Campos2014-02-142-7/+8
* renice: correct max priority in renice man pagePhillip Susi2014-02-101-7/+3Star
* mount: remove obsolete and confusing statement from mount.8Phillip Susi2014-02-101-2/+1Star
* hwclock: internationalizing the message of the used interfaceBenno Schulenberg2014-02-104-4/+4
* setpriv: Fix --apparmor-profileAndy Lutomirski2014-02-101-2/+2
* nsenter: fix set{gid,uid} order,drop supplementary groupsKarel Zak2014-02-061-2/+5
* dmesg: -w output not line-bufferedKarel Zak2014-02-061-0/+2
* include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-242-2/+2
* flock: Change the 'exit status' man page section to make more senseWieland Hoffmann2014-01-201-2/+2
* build-sys: fstrim depends on libmountKarel Zak2014-01-171-6/+8
* lscpu: sort NUMA nodes to keep output human readableKarel Zak2014-01-141-0/+8
* mount: update man page ext3/4 mount optionsCarlos Maiolino2014-01-131-11/+31
* fallocate: prefer FALLOC_FL_* flags from libc headersKarel Zak2014-01-131-2/+3
* dmesg: fix --raw zero timestamp for kmsgKarel Zak2014-01-071-8/+12
* unshare: Add possibility to add mapping into root user in user namespaceLubomir Rintel2014-01-072-2/+42
* lscpu: support discontinuous NUMA nodesKarel Zak2014-01-061-7/+43