summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* zramctl: use xstrdup()Karel Zak2018-01-301-11/+5Star
* Added the support for lz4hc, deflate, and 842Libor Bukata2018-01-242-15/+17
* mount(8): drop redundant filesystem-specific sectionsMike Frysinger2018-01-241-327/+8Star
* rfkill: provide RFKILL_TYPE_FM if undefinedRuediger Meier2018-01-241-0/+5
* Merge branch 'patch-2' of https://github.com/sourcejedi/util-linuxKarel Zak2018-01-221-2/+2
|\
| * mount(8): umount does not (anymore?) say `none busy'Alan Jenkins2018-01-211-2/+2
* | mount: be more accurate in man page about propagation flagsKarel Zak2018-01-221-7/+8
* | lscpu: (arm) cleanup codeKarel Zak2018-01-221-19/+37
* | lscpu: move ARM decoding to lscpu-arm.cKarel Zak2018-01-224-47/+44Star
* | lscpu: move struct lscpu_desc header fileKarel Zak2018-01-223-157/+162
* | Merge branch 'arm-cpus' of https://github.com/suihkulokki/util-linuxKarel Zak2018-01-223-0/+237
|\ \
| * | lscpu: Decode ARM CPUsRiku Voipio2018-01-193-0/+237
* | | hwclock: add --ul-debug implementing debug.hJ William Piggott2018-01-222-18/+45
| |/ |/|
* | mount(8): point people to the proc(5) page for mount optionsMike Frysinger2018-01-191-3/+3
|/
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* hwclock: rename --debug option to --verboseJ William Piggott2018-01-174-47/+54
* include/debug: don't print pointer address for SUID programsKarel Zak2018-01-121-0/+3
* Merge branch 'fixes' of https://github.com/rudimeier/util-linuxKarel Zak2018-01-111-1/+1
|\
| * misc: fix printf i386 compiler warningsRuediger Meier2018-01-091-1/+1
* | rtcwake: wait stdin to settle down before entering a system sleepSami Kerola2018-01-022-2/+25
* | Fix minor typo: priorty -> priorityYuri Chornoivan2017-12-311-1/+1
* | build-sys: don't check for swapon() number of argumentsKarel Zak2017-12-182-4/+2Star
* | Merge branch '2017wk48' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-12-111-11/+46
|\ \
| * | docs: improve setarch(8) manual pageSami Kerola2017-12-101-11/+46
* | | lib/timeutils.c: warn format_iso_time() overflowJ William Piggott2017-12-101-3/+2Star
|/ /
* / setarch: minor code clean upSami Kerola2017-12-041-23/+15Star
|/
* fallocate: remove typoKarel Zak2017-11-291-1/+1
* fallocate: dig holes only in data extentsKarel Zak2017-11-291-64/+55Star
* eject: remove list_speeds() #ifdef CDROM_SELECT_SPEED protectionSami Kerola2017-11-281-4/+0Star
* nsenter: fix compiler warning [-Wuninitialized]Karel Zak2017-11-281-1/+1
* dmesg: fix compiler warning [-Wuninitialized]Karel Zak2017-11-281-1/+1
* lsns: initialize stuff when really necessaryKarel Zak2017-11-272-23/+26
* lsns: rename notruns to no_truncKarel Zak2017-11-271-3/+3
* lsns: nsfs stuff cleanupKarel Zak2017-11-271-37/+37
* lsns: (man) write about using multi-line in NSFS cell of lsnsMasatake YAMATO2017-11-271-0/+8
* lsns: add --nowrap(-W) optionMasatake YAMATO2017-11-271-2/+10
* lsns: add nsfs columnMasatake YAMATO2017-11-272-6/+106
* lsns: disable netnsid column by defaultMasatake YAMATO2017-11-271-5/+20
* lsns: add netnsid columnMasatake YAMATO2017-11-271-2/+184
* rtcwake: fix sys vs. rtc time delta usageKarel Zak2017-11-271-1/+1
* hwclock: revert ioctl testKarel Zak2017-11-231-2/+2
* mount: add hint about -t and root perms to the man pageKarel Zak2017-11-221-0/+4
* hwclock: fix debug regressionJ William Piggott2017-11-181-1/+1
* hwclock: use reentrant time conversion functionsJ William Piggott2017-11-171-5/+5
* mount: add more details about UUIDs and LABELs to the man pageKarel Zak2017-11-161-5/+15
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-104-15/+7Star
* lib/timeutils: add get_gmtoff()J William Piggott2017-11-101-7/+1Star
* hwclock: add iso-8601 overflow checkJ William Piggott2017-11-101-6/+9
* nsenter: revert changes committed by accidentKarel Zak2017-11-101-8/+2Star
* setsid: new option --forkKarel Zak2017-11-082-5/+14