summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cal: Use ALTMON_* correctlyRafal Luzynski2018-01-223-2/+85
* cal: fix julian calendars for large yearsJ William Piggott2018-01-221-4/+5
* build-sys: remove redundant EXTRA_DIST filesRuediger Meier2018-01-225-9/+5Star
* build-sys: avoid using prog_DEPENDENCIESRuediger Meier2018-01-225-13/+7Star
* build-sys: remove unneeded dependencies on bla.h.inRuediger Meier2018-01-224-8/+4Star
* build-sys: automake is able to find headers in builddir ...Ruediger Meier2018-01-224-4/+4
* build-sys: remove generated headers from dist tar ballRuediger Meier2018-01-225-18/+5Star
* 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
* sfdisk: add hint about udev and flock to the man pageKarel Zak2018-01-171-0/+16
* tests: mark fincore/count as KNOWN_FAILKarel Zak2018-01-171-0/+4
* docs: add ISC licenceCarlos Santos2018-01-171-0/+11
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-1715-21/+26
* hwclock: rename --debug option to --verboseJ William Piggott2018-01-175-47/+66
* cal: update man pageJ William Piggott2018-01-161-9/+74
* cal: add option to set Gregorian reform dateJ William Piggott2018-01-161-4/+49
* cal: move REFORMATION_YEAR to control structJ William Piggott2018-01-151-37/+49
* include/debug: improve debug messageKarel Zak2018-01-121-1/+1
* include/debug: print info when addresses suppressedKarel Zak2018-01-121-1/+3
* sfdisk: cleanup shortcuts in man page tooKarel Zak2018-01-121-2/+2
* libfdisk: (script) be consistent in code with typesKarel Zak2018-01-121-2/+2
* Merge branch 'mbsencode' of https://github.com/yontalcar/util-linuxKarel Zak2018-01-129-5/+183
|\
| * tests: mark mbsencode as KNOWN_FAILVaclav Dolezal2018-01-111-0/+3
| * tests: mbsencode - test for HAVE_WIDECHARVaclav Dolezal2018-01-111-8/+26
| * lib/mbsalign: Fix escaping nonprintable multibyte charactersVaclav Dolezal2018-01-111-1/+1
| * tests: mbsencode - removed emoji, added control unicode characterVaclav Dolezal2018-01-115-5/+5
| * tests: add tests for encode functions from lib/mbsalign.cVaclav Dolezal2018-01-108-0/+158
| * lib/mbsalign: escape "\x" when HAVE_WIDECHAR not definedVaclav Dolezal2017-12-221-4/+3Star
* | include/debug: don't print pointer address for SUID programsKarel Zak2018-01-1211-16/+57
* | libfdisk: allow to start freespace for zeroKarel Zak2018-01-113-1/+8
* | libfdisk: (sun) fix n-1 bug and whole-diskKarel Zak2018-01-111-1/+5
* | 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
* | | libblkid: Add support for stratisTony Asleson2018-01-114-0/+108
* | | libfdisk: (script) support R (RAID) and V (LVM) shortcutsKarel Zak2018-01-093-2/+21
* | | libfdisk: (gpt) add VMware specific UUIDsKarel Zak2018-01-081-0/+7
* | | libmount: fix mnt_table_is_fs_mounted() for rbindKarel Zak2018-01-031-1/+2
* | | libfdisk: (dos) fix max headsKarel Zak2018-01-021-1/+1
* | | libfdisk: extend API to provide label specific geometry rangesKarel Zak2018-01-027-11/+138
* | | rtcwake: wait stdin to settle down before entering a system sleepSami Kerola2018-01-022-2/+25
* | | sfdisk: wait before re-readKarel Zak2018-01-021-1/+8
* | | Merge branch 'patch-1' of https://github.com/kenyon/util-linuxKarel Zak2018-01-021-1/+1
|\ \ \
| * | | rename.1: fix typo, where -> wereKenyon Ralph2017-12-231-1/+1
| | |/ | |/|
* | | Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2018-01-021-1/+1
|\ \ \
| * | | Fix minor typo: priorty -> priorityYuri Chornoivan2017-12-311-1/+1
| |/ /
* / / lib/sha1: use proper WORDS_BIGENDIAN macroKarel Zak2018-01-021-6/+3Star
|/ /
* | lib/mbsalign: encode \x to \xecxKarel Zak2017-12-201-2/+8
* | libfdisk: (gpt) use fdisk_warn() for failed name settingKarel Zak2017-12-201-1/+1
* | Merge branch 'gpt-part-name' of https://github.com/yontalcar/util-linuxKarel Zak2017-12-202-23/+51
|\ \
| * | libfdisk: return bytes processed from gpt_entry_set_name(), process rcVaclav Dolezal2017-12-191-5/+8