summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtcwake: add note about HW and sleep to the man pageKarel Zak2017-11-071-0/+5
* lscpu: Treat read failure on Xen Hypervisor properties as non-fatalDirk Mueller2017-11-041-3/+0Star
* tests: update default lsmem outputKarel Zak2017-11-031-2/+8
* lsmem: make --split optional, follow output by defaultKarel Zak2017-11-032-27/+36
* dmesg: Add --force-prefix optionPrarit Bhargava2017-11-012-60/+150
* dmesg: add note about -F format to the man pageKarel Zak2017-10-301-1/+2
* Revert "dmesg: fragment concatenation"Karel Zak2017-10-301-110/+7Star
* chmem: cleanup includesKarel Zak2017-10-231-8/+8
* unshare: cleanup if-if codeKarel Zak2017-10-231-3/+2Star
* Merge branch 'kill-child-feature' of https://github.com/nh2/util-linuxKarel Zak2017-10-232-1/+38
|\
| * unshare: Allow passing <signame> to --kill-childNiklas Hambüchen2017-10-142-8/+16
| * unshare: Add --kill-child option.Niklas Hambüchen2017-10-142-1/+30