summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
...
* lib/timer: add fallback if timer_create() not availableKarel Zak2018-12-031-3/+5
* Merge branch 'master' of https://github.com/nyantec/util-linuxKarel Zak2018-11-221-1/+1
|\
| * Merge branch 'master' of github.com:karelzak/util-linuxPaul Asmuth2018-11-122-7/+68
| |\
| * | fix a bug where switch_root would erroneously try to parse initargsPaul Asmuth2018-11-121-1/+1
* | | fstrim: Add hardening settings to fstrim.serviceAndreas Henriksson2018-11-221-0/+10
* | | setarch: fix obscure sparc32bash use-caseKarel Zak2018-11-221-10/+18
* | | fstrim: Add Documentation key to fstrim.serviceAndreas Henriksson2018-11-211-0/+1
* | | fstrim: use long options in systemd service fileSami Kerola2018-11-211-1/+1
| |/ |/|
* | unshare: allow to set user ID and group IDLaurent Vivier2018-11-122-3/+34
* | unshare: allow to set a new rootLaurent Vivier2018-11-122-5/+35
|/
* rtcwake: use poweroff if shutdown is not foundJustin Chen2018-11-061-12/+27
* eject: use err() rather than abort()Karel Zak2018-11-051-1/+1
* blkzone: fix report zones sector offset checkMasato Suzuki2018-10-231-2/+3
* mount: add note about MS_BIND and _netdevKarel Zak2018-10-021-2/+5
* unshare: remove -s from --help outputKarel Zak2018-09-111-4/+7
* fallocate: add missing semicolonMatti Niemenmaa2018-09-101-1/+1
* lscpu: use the first VM from /proc/sysinfoKarel Zak2018-09-041-0/+1
* lscpu: make xasprintf call more robustKarel Zak2018-09-041-4/+4
* setpriv: add --reset-envKarel Zak2018-08-222-1/+63
* setpriv: add user/group names to usage()Karel Zak2018-08-221-6/+6
* setpriv: allow to use group name for --groupsKarel Zak2018-08-222-4/+5
* fstrim: use -n shortcut for --dry-runKarel Zak2018-08-162-4/+4
* Fix man page typosJakub Wilk2018-08-166-9/+9
* build-sys: fix typo in man installKarel Zak2018-08-151-1/+1
* docs: add adjtime_config(5) man pageKarel Zak2018-08-142-1/+67
* lscpu: fixed part ID for ARM Cortex-M7Mark Sheppard2018-08-131-1/+1
* mount: add ext4 to some places to the man pageKarel Zak2018-08-101-4/+5
* losetup: add reference to suffixes for --{sizelimit,offset}Karel Zak2018-08-081-2/+4
* fstrim: update .service to follow /etc/fstabKarel Zak2018-08-081-2/+2
* setarch: make <arch> optionalKarel Zak2018-08-072-15/+39
* setarch: split set_arch() function to small functionsKarel Zak2018-08-061-35/+73
* man pages: Fix misuse of two-fonts-macros (BR, IR)Bjarni Ingi Gislason2018-08-065-10/+8Star
* man pages: Remove "left" (or change to "l") in the column formats of tablesBjarni Ingi Gislason2018-08-062-3/+3
* hwclock: rely on kernel for RTC_UIE_ON on Aplha and SparcKarel Zak2018-08-031-11/+2Star
* umount: add --quiet optionKarel Zak2018-08-012-3/+24
* lscpu: add 'Address sizes'Karel Zak2018-08-012-0/+6
* fstrim: add -A|--fstab to trim according to /etc/fstabKarel Zak2018-07-312-14/+59
* fstrim: add control structKarel Zak2018-07-311-19/+24
* hwclock: remove ntpd from man pageKarel Zak2018-07-311-7/+4Star
* lscpu: fix resource leak [coverity scan]Karel Zak2018-07-251-1/+2
* losetup: fix mem leak, improve code [coverity scan]Karel Zak2018-07-251-2/+4
* swapon: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-3/+3
* hwclock: fix warningKarel Zak2018-07-201-1/+1
* mount: add details about mtab and --namespace to mount.8Karel Zak2018-07-192-6/+32
* hwclock: add --delay <seconds>Karel Zak2018-07-185-6/+102
* fallocate: remove unwanted debug messageKarel Zak2018-07-041-2/+0Star
* Merge branch 'fixes' of https://github.com/rudimeier/util-linuxKarel Zak2018-07-032-7/+7
|\
| * ipcs,chmem: fix access() usageRuediger Meier2018-06-252-7/+7
* | fallocate: add man page note about --collapse-range granularityKarel Zak2018-07-032-0/+9
|/
* choom: use new ul_path_* APIKarel Zak2018-06-211-17/+26