aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-27column: fix leading space characters bugstable/v2.30Karel Zak1-1/+1
2017-09-21build-sys: release++ (v2.30.2)v2.30.2Karel Zak2-1/+5
2017-09-21docs: update v2.30.2-ReleaseNotesKarel Zak1-0/+42
2017-09-21docs: update AUTHORS fileKarel Zak1-0/+2
2017-09-21po: merge changesKarel Zak27-7703/+7663
2017-09-21po: fix ipcrm translation error fr.poKarel Zak1-1/+1
2017-09-21po: update fr.po (from translationproject.org)Stéphane Aulery1-934/+913
2017-09-21po: update es.po (from translationproject.org)Antonio Ceballos Roa1-1108/+986
2017-09-21po: update cs.po (from translationproject.org)Petr Písař1-1321/+1173
2017-09-20swaplabel: fix --disable-libuuid compilationKarel Zak1-0/+5
2017-09-20libfdisk: fix fdisk_reset_partition() leaking *_chs strings.Vaclav Dolezal1-0/+2
2017-09-20libfdisk: fix two potential memory errors.Vaclav Dolezal2-2/+5
2017-09-20libfdisk: (dos) use size-=1 when alignment not used laterKarel Zak1-3/+3
2017-09-20libfdisk: (gpt) fix size-1 errorKarel Zak1-1/+7
2017-09-20lslogins: be more explicit with -g in man pageKarel Zak1-1/+6
2017-09-20lslogins: ignore non-existing usersKarel Zak1-3/+2
2017-09-20dmesg: fix delimiter calculationKarel Zak1-1/+1
2017-09-20libblkid: fix compiler warning [-Wformat-truncation=]Karel Zak1-1/+1
2017-09-20cfdisk: add missing 0x7F key mappingKarel Zak1-0/+1
2017-09-20blockdev: document --setro more properlyKarel Zak1-1/+2
2017-09-20lib/randutils: reset lose counterKarel Zak1-1/+1
2017-09-20lib/randutils: improve getrandom() usageKarel Zak1-18/+46
2017-09-20lib/randutils.c: More paranoia in getrandom() call.Christopher James Halse Rogers1-1/+1
2017-09-20lib/randutils.c: Fall back gracefully when kernel doesn't support getrandom(2).Christopher James Halse Rogers1-18/+26
2017-09-20fstab(5): mention how tabs are escapedAndreas Henriksson1-1/+2
2017-09-20wdctl: do not call fsync(2) when closing watchdog deviceSami Kerola1-2/+2
2017-09-20libblkid: don't check for size on UBI (char dev)Karel Zak1-1/+1
2017-09-20login: use IPv4 on IPv4-mapping-to-IPv6Karel Zak1-1/+8
2017-07-20build-sys: release++ (v2.30.1)v2.30.1Karel Zak2-1/+5
2017-07-20docs: update v2.30.1-ReleaseNotesKarel Zak1-0/+49
2017-07-20docs: update AUTHORS fileKarel Zak1-0/+5
2017-07-20po: merge changesKarel Zak27-7541/+7789
2017-07-20po: update pt_BR.po (from translationproject.org)Rafael Fontenelle1-906/+820
2017-07-20po: update da.po (from translationproject.org)Joe Hansen1-2333/+1367
2017-07-20tests: update build-sys non-widechar testKarel Zak1-0/+110
2017-07-20column: fix compilation when libc lacks wide-character supportCarlos Santos1-0/+8
2017-07-20cfdisk: simplify ncurses includesKarel Zak1-1/+1
2017-07-18libmount: make mnt_context_is_fs_mounted work for /procIvan Delalande1-2/+12
2017-07-17libblkid: don't use CDROM_GET_CAPABILITY ioctl for DM devicesKarel Zak5-11/+19
2017-07-17test: update PMBR hex dumpsKarel Zak4-4/+4
2017-07-17libfdisk: make fdisk compliant to UEFI/GPT specification on PMBRKarel Zak1-4/+5
2017-07-14libfdisk: (dos) accept start for log.partitions on templateKarel Zak1-3/+9
2017-07-14libfdisk: (dos) cleanup template based partitioningKarel Zak2-25/+45
2017-06-23dmesg: print only 2 hex digits for each hex-escaped byteIvan Delalande1-1/+1
2017-06-23wipefs: exit on failed eraseKarel Zak1-1/+1
2017-06-23libfdisk: (dos) be more verbose on partno -ERANGE errorKarel Zak2-4/+10
2017-06-23mount: fix man page typo (--bind,ro)Karel Zak1-1/+1
2017-06-23fstrim: prefer earlier mounted filesystemsAlex Ivanov1-1/+1
2017-06-23tests: Add UDF hdd images with blocksize 1024 and 4096 created by Linux mkudf...Pali Rohár4-0/+18
2017-06-23libblkid: udf: Fix detection of UDF images with block size 1024 and 4096Pali Rohár1-6/+7
2017-06-23tests: fix fincore, don't use variable COLUMNSRuediger Meier1-6/+6
2017-06-23lscpu: cleanup DMI detection return codesKarel Zak1-8/+13
2017-06-23pylibmount: NULL terminate kwlist in Context_initZac Medico1-1/+1
2017-06-23umount: add note about NFS and -c to umount.8Karel Zak1-2/+10
2017-06-23umount: never 'stat' the path when "-c" is given.NeilBrown1-0/+2
2017-06-23fdformat: clear progress message before printing "done"Jakub Wilk1-1/+1
2017-06-23agetty: fix login name DEL/CTRL^U issueKarel Zak1-55/+15
2017-06-22libfdisk: (dos) fix primary/logical logic when follow templateKarel Zak1-2/+2
2017-06-02build-sys: release++ (v2.30)v2.30Karel Zak2-1/+5
2017-06-02docs: update v2.30-ReleaseNotesKarel Zak1-0/+49
2017-06-02docs: update AUTHORS fileKarel Zak1-0/+7
2017-06-02lib/pager: use xallocKarel Zak1-1/+1
2017-06-02tests: update build-sys testKarel Zak19-20/+18
2017-06-02po: merge changesKarel Zak27-10254/+9215
2017-06-02Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak3-4/+4
2017-06-02po: update uk.po (from translationproject.org)Yuri Chornoivan1-517/+405
2017-06-02po: update tr.po (from translationproject.org)Mesutcan Kurt1-9301/+6957
2017-06-02po: update sv.po (from translationproject.org)Sebastian Rasmussen1-702/+593
2017-06-02po: update pl.po (from translationproject.org)Jakub Bogusz1-765/+393
2017-06-02po: update ja.po (from translationproject.org)Takeshi Hamasaki1-177/+773
2017-06-02po: update de.po (from translationproject.org)Philipp Thomas1-273/+415
2017-06-01docs: add information about mailing list rejectionJ William Piggott2-2/+10
2017-06-01lib/pager: don't use pager if command not availableKarel Zak1-0/+36
2017-06-01Merge branch 'travis-test' of https://github.com/rudimeier/util-linuxKarel Zak6-7/+6
2017-06-01lscpu: make min/max freq arrays usage more robustKarel Zak1-4/+6
2017-06-01tests: check for timeout commandRuediger Meier2-1/+2
2017-06-01Revert "tests: use stdbuf when stderr and stdout is randomly ordered"Ruediger Meier5-7/+5
2017-06-01column: add missed semicolons in case of !HAVE_WIDECHARAlexander Kuleshov1-2/+2
2017-06-01Merge branch 'travis-test' of https://github.com/rudimeier/util-linuxKarel Zak20-47/+47
2017-06-01misc: fix some warningsRuediger Meier5-9/+11
2017-06-01tests: handle non glibc error message for fallocateRuediger Meier1-3/+2
2017-06-01tests: use stdbuf when stderr and stdout is randomly orderedRuediger Meier5-5/+7
2017-06-01build-sys: fix library order when linkingRuediger Meier6-9/+9
2017-06-01tests: avoid diff of diffsRuediger Meier2-8/+5
2017-06-01tests: grep's short option -A is more portableRuediger Meier1-13/+13
2017-05-31docs: move source-code-management.txt to READMEJ William Piggott4-83/+96
2017-05-31docs: update howto-contribute.txtJ William Piggott1-58/+65
2017-05-31docs: update howto-contribute.txtJ William Piggott1-73/+81
2017-05-31docs: update v2.30-ReleaseNotesJ William Piggott1-18/+20
2017-05-31build-sys: ncurses headers cleanupKarel Zak7-34/+37
2017-05-31cfdisk: fix compiler warningKarel Zak1-2/+2
2017-05-31build-sys: prefer ncurses-config rather than pkg-configKarel Zak1-12/+12
2017-05-31build-sys: require kernel headers on LinuxKarel Zak1-0/+6
2017-05-31dmesg: remove unnecessary headerKarel Zak1-1/+0
2017-05-31lib/colors: fix test compilationKarel Zak1-2/+2
2017-05-30text-utils: use proper paths to term.hKarel Zak4-13/+33
2017-05-30cal: ncurses cleanupKarel Zak2-9/+20
2017-05-30lib/colors: ncurses cleanupKarel Zak2-9/+27
2017-05-30build-sys: make ncurses detection more robustKarel Zak1-7/+18
2017-05-30tests: check for ps --ppidKarel Zak1-0/+3
2017-05-30tests: make /proc optionalKarel Zak1-4/+12
2017-05-30lib/loopdev: remove unnecessary headerKarel Zak1-1/+0
2017-05-30test_uuidd: don't use error.hKarel Zak1-5/+8
2017-05-29wall: make sure with not referencing a null pointerKarel Zak1-0/+3
2017-05-29libfdisk: fix variable shadowingSami Kerola1-6/+8
2017-05-28lib/colors: Fix bug where help text was not being translated.Sebastian Rasmussen1-2/+2
2017-05-24Fix minor typosYuri Chornoivan3-4/+4
2017-05-23libblkid: (docs) add missing 'since' tagsKarel Zak3-1/+9
2017-05-23libfdisk: update docsKarel Zak5-8/+35
2017-05-23libfdisk: (docs) add missing 'since' tagsKarel Zak4-3/+15
2017-05-23libmount: (docs) add missing 'since' tagsKarel Zak3-0/+19
2017-05-23libsmartcols: (docs) add missing 'since' tagsKarel Zak4-2/+16
2017-05-23build-sys: release++ (v2.30-rc2)v2.30-rc2Karel Zak2-3/+7
2017-05-23docs: update v2.30-ReleaseNotesKarel Zak1-0/+45
2017-05-23tests: check for TS_HELPER_SYSINFO in fincore testKarel Zak1-5/+8
2017-05-23docs: update AUTHORS fileKarel Zak1-0/+1
2017-05-23po: merge changesKarel Zak27-15702/+16070
2017-05-23tests: update build-sys due to readlineKarel Zak19-36/+37
2017-05-22sfdisk: disambiguate units of --show-sizeChris Morin2-4/+17
2017-05-19chfn: disable tab completionSami Kerola1-0/+1
2017-05-19rename: make --no-act to imply --verboseSami Kerola1-3/+3
2017-05-18docs: update source-code-management.txtKarel Zak1-9/+18
2017-05-18lslocks: remove dead codeKarel Zak1-1/+0
2017-05-18zramctl: add mising line terminatorKarel Zak1-1/+1
2017-05-18misc: consolidate smartcols error messagesKarel Zak14-85/+106
2017-05-17tests: Fix UDF test output after changing UUID algorithmPali Rohár6-12/+12
2017-05-17libblkid: udf: Change algorithm for reporting UUIDPali Rohár1-26/+25
2017-05-17fincore: check rc from smartcols stuff [coverity scan]Karel Zak1-4/+9
2017-05-17nologin: don't call fstat() after failed open() [coverity scan]Karel Zak1-4/+14
2017-05-17libsmartcols: check scols_table_set_default_symbols() return code [coverity s...Karel Zak1-1/+3
2017-05-17libmount: don't pass -1 to close() [coverity scan]Karel Zak1-4/+5
2017-05-17libfdisk: don't use errno after close()Karel Zak1-2/+3
2017-05-17libmount: fix memory leak [coverity scan]Karel Zak1-1/+5
2017-05-17libfdisk: use memcpy() for non-terminated string [coverity scan]Karel Zak1-1/+1
2017-05-17libfdisk: initialize partno variable [coverity scan]Karel Zak1-1/+1
2017-05-17libmount: check fstat() return code [coverity scan]Karel Zak1-2/+5
2017-05-17libfdisk: don't print uninitialized variable [coverity scan]Karel Zak1-1/+1
2017-05-17sfdisk: add hints for scanners [coverity scan]Karel Zak1-0/+2
2017-05-17mkswap: use memcpy() for non-terminated string [coverity scan]Karel Zak1-1/+1
2017-05-17fsck.minix: add hint for scanners [coverity scan]Karel Zak1-1/+1
2017-05-17fdisk: check scols_line_refer_data() return code [coverity scan]Karel Zak1-1/+2
2017-05-17tests: (libmount) parse version from command lineKarel Zak1-0/+6
2017-05-17cfdisk: add hints for scanners [coverity scan]Karel Zak1-0/+2
2017-05-16tests: Fix UDF test output for 8bit OSTA Compressed UnicodePali Rohár1-1/+1
2017-05-16tests: Add UDF hdd image with non ASCII 8bit label created by Linux mkudffs 1.3Pali Rohár2-0/+9
2017-05-16libblkid: udf: Correctly handle UDF strings encoded in 8bit OSTA Compressed U...Pali Rohár1-8/+12
2017-05-16libblkid: Add support for Latin1 encoding in blkid_encode_to_utf8()Pali Rohár2-3/+15
2017-05-16su: remove duplicate const declarationSami Kerola1-1/+1
2017-05-16getops: make --a-long option work againSami Kerola1-1/+1
2017-05-16fsck.minix: fix crashSami Kerola1-1/+7
2017-05-16docs: update TODO, add mount(8) noauto,autoKarel Zak1-3/+5
2017-05-15docs: update v2.30-ReleaseNotesJ William Piggott1-13/+26
2017-05-12build-sys: release++ (v2.30-rc1)v2.30-rc1Karel Zak2-1/+5
2017-05-12docs: add chmem and tailf to ReleaseNotesKarel Zak1-0/+5
2017-05-12docs: update v2.30-ReleaseNotesKarel Zak1-0/+644
2017-05-12docs: update AUTHORS fileKarel Zak1-1/+24
2017-05-12po: merge changesKarel Zak27-75457/+98847
2017-05-12po: update zh_CN.po (from translationproject.org)Wylmer Wang1-210/+223
2017-05-12po: update pt_BR.po (from translationproject.org)Rafael Fontenelle1-435/+392
2017-05-12po: update fr.po (from translationproject.org)Stéphane Aulery1-7031/+806
2017-05-12po: update da.po (from translationproject.org)Joe Hansen1-576/+874
2017-05-12lib/parse-date: don't use xalloc in lib-like codeKarel Zak1-3/+12
2017-05-12build-sys: remove duplicate includesKarel Zak3-3/+0
2017-05-12build-sys: add AC_STRUCT_TIMEZONEKarel Zak1-0/+1
2017-05-11wipefs: add note about no-act to the man pageKarel Zak1-2/+6
2017-05-11fdisk: fix type dialogKarel Zak1-2/+2
2017-05-11Merge branch 'master' of https://github.com/pali/util-linuxKarel Zak8-45/+14
2017-05-10tests: update wipe-partitionKarel Zak1-0/+2
2017-05-10docs: make column.1 example to use ascii outputSami Kerola1-5/+5
2017-05-10switch_root: use getopt_long() to parse optionsSami Kerola1-6/+18
2017-05-10vipw: use getopt_long() to parse optionsSami Kerola1-7/+16
2017-05-10col: avoid extra newline if no inputSami Kerola1-0/+2
2017-05-10lib/mbsedit: fix typo in commentSami Kerola1-1/+1
2017-05-09fdisk: inform on 'p' about wiped partitionsKarel Zak1-0/+7
2017-05-09libfdisk: add fdisk_partition_has_wipe()Karel Zak4-0/+18
2017-05-09fdisk: add to the man page missing optionKarel Zak1-0/+11
2017-05-09lscpu: reuse the same bufferKarel Zak1-14/+9
2017-05-09lscpu: make cpu_{max,min}_mhz() usage more elegantKarel Zak1-16/+12
2017-05-09lscpu: Read available CPUs max and min frequenciesMamatha Inamdar1-5/+52
2017-05-09sulogin: add missing typeKarel Zak1-1/+1
2017-05-09Merge branch '2017wk16' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak21-221/+330
2017-05-05tests: Add UDF CD-ROM hybrid image (ISO+Joliet+UDF) created by Nero 6Pali Rohár2-0/+9
2017-05-05tests: Fix test output for low-probe-udf to contain UDF dataPali Rohár1-5/+2
2017-05-05Revert "libblkid: Probe UDF volumes for ISO9660 info as well"Pali Rohár5-40/+3
2017-05-05column: be robust on empty tableKarel Zak1-2/+4
2017-05-05column: require column names for JSONKarel Zak1-1/+7
2017-05-05blkid: fix return code when display the versionAlexey Gladkov1-0/+1
2017-05-05column: use libsmartcols to avoid circular dependencesKarel Zak1-4/+3
2017-05-05libsmartcols: add scols_line_is_ancestor()Karel Zak4-0/+22
2017-05-05column: add note that circular dependencies are ignoredKarel Zak1-1/+2
2017-05-05column: add --tree to the man pageKarel Zak1-3/+20
2017-05-05column: fix --tree id-parent loop crashKarel Zak1-1/+5
2017-05-03tests: add new build-sys testsKarel Zak2-0/+4
2017-05-03testsL update build-sys testsKarel Zak18-18/+84
2017-05-03build-sys: fix lsmem dependenceKarel Zak1-0/+1
2017-05-03build-sys: remove column-old.cKarel Zak2-498/+0
2017-05-02chfn, chsh: use readline(3) to receive user inputSami Kerola3-14/+36
2017-05-02findfs: use getopt_long() to parse optionsSami Kerola1-9/+17
2017-05-02logger: make month names, login name, and tag read-only objectsSami Kerola1-6/+6
2017-05-02sulogin: reduce vulnerability surfaceSami Kerola3-58/+54