aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-16build-sys: fix blkid date typostable/v2.36Karel Zak1-1/+1
2021-02-12build-sys: release++ (v2.36.2)v2.36.2Karel Zak2-1/+5
2021-02-12docs: update v2.36.2-ReleaseNotesKarel Zak1-0/+80
2021-02-12docs: update AUTHORS fileKarel Zak1-0/+12
2021-02-12po: merge changesKarel Zak29-13718/+13940
2021-02-12po: add sr.po (from translationproject.org)Мирослав Николић1-0/+21320
2021-02-12po: update sv.po (from translationproject.org)Sebastian Rasmussen1-1056/+1213
2021-02-12po: update hr.po (from translationproject.org)Božidar Putanec1-1189/+1035
2021-02-12tests: be explicit with file permissions for cramfsKarel Zak2-3/+16
2021-02-12tests: don't rely on scsi_debug partitionsKarel Zak2-6/+14
2021-02-12libfdisk: (dos) fix last possible sector calculationKarel Zak2-9/+19
2021-02-10agetty: tty eol defaults to REPRINTSami Loone1-1/+1
2021-02-10rfkill: stop execution when rfkill device cannot be openedSami Kerola1-0/+4
2021-02-10switch_root: check if mount point to move even existsThomas Deutschmann1-1/+11
2021-02-10libmount: (py) do not use pointer as an integer valueKarel Zak1-1/+1
2021-02-10blkdiscard: fix compiler warnings [-Wmaybe-uninitialized]Karel Zak1-1/+1
2021-02-10hwclock: fix compiler warnings [-Wmaybe-uninitialized]Karel Zak1-1/+1
2021-02-10scriptlive: fix compiler warnings [-Wmaybe-uninitialized]Karel Zak1-1/+1
2021-02-10script: fix compiler warnings [-Wmaybe-uninitialized]Karel Zak1-1/+1
2021-02-10github: remove cifuzz from stable branchKarel Zak1-42/+0
2021-02-10libmount: fix /{etc,proc}/filesystems useKarel Zak2-3/+20
2021-02-10login: use full tty path for PAM_TTYKarel Zak1-3/+5
2021-02-10su: use full tty path for PAM_TTYKarel Zak1-3/+4
2021-02-10fsck.cramfs: fix fsck.cramfs crashes on blocksizes > 4KToddRK1-10/+27
2021-02-10libmount: add vboxsf, virtiofs to pseudo filesystemsShahid Laher1-1/+3
2021-02-10libmount: do not canonicalize ZFS source datasetKarel Zak1-1/+6
2021-02-10lib/loopdev: make is_loopdev() more robustKarel Zak1-6/+23
2021-02-10libblkid: make gfs2 prober more extendibleKarel Zak1-5/+13
2021-02-10libfdisk: (script) ignore empty values for start and sizeGaël PORTAY1-0/+7
2021-02-10sys-utils: mount.8: fix a typoEric Biggers1-1/+1
2021-02-10fstab.5: NTFS and FAT volume IDs use upper caseHeinrich Schuchardt1-0/+2
2021-02-10Show the 'r' option in the help menuVincent McIntyre1-0/+1
2021-02-10libfdisk: ignore 33553920 byte optimal I/O sizeRyan Finnie1-6/+10
2021-02-10tests: add checksum for cramfs/mkfs for LE:16384 (ia64)Anatoly Pugachev1-1/+1
2021-02-10configure: test -a|o is not POSIXIssam E. Maghni1-15/+15
2021-02-10lsblk: read SCSI_IDENT_SERIAL also from udevKarel Zak1-1/+3
2021-02-10losetup: fix wrong printf() format specifier for ino_t data typeManuel Bentele1-2/+2
2021-02-10lslogins: call close() for usable FD [coverity scan]Karel Zak1-1/+3
2021-02-10libblkid: drbdmanage: use blkid_probe_strncpy_uuid instead of blkid_probe_set...Pali Rohár1-1/+1
2021-02-10setpriv: small clean-up.Érico Rolim1-6/+3
2021-02-10lib/signames: change license to public domainKarel Zak1-38/+7
2021-02-10umount: ignore --no-canonicalize,-c for non-root usersKarel Zak2-1/+14
2021-02-10hwclock: do not assume __NR_settimeofday_time32Pino Toscano1-1/+1
2021-02-10build-sys: do not build plymouth-ctrl.c w/ disabled plymouthPino Toscano2-4/+8
2021-02-09setpriv: allow using [-+]all for capabilities.Érico Rolim1-6/+3
2021-02-09lib/procutils: improve proc_is_procfs(), add testKarel Zak1-5/+29
2021-02-09lib/caputils: add fall back for last cap using prctl.Érico Rolim1-13/+40
2021-02-09lib/procutils: add proc_is_procfs helper.Érico Rolim2-0/+22
2020-11-19libmount: don't use "symfollow" for helpers on user mountsKarel Zak1-3/+3
2020-11-16build-sys: release++ (v2.36.1)v2.36.1Karel Zak2-1/+5
2020-11-16docs: update v2.36.1-ReleaseNotesKarel Zak1-0/+111
2020-11-16docs: update AUTHORS fileKarel Zak1-0/+13
2020-11-16tests: an attempt to get around https://github.com/karelzak/util-linux/issues...Evgeny Vereshchagin3-3/+6
2020-11-16po: merge changesKarel Zak28-21731/+23580
2020-11-16po: update es.po (from translationproject.org)Antonio Ceballos Roa1-110/+100
2020-11-16po: update cs.po (from translationproject.org)Petr Písař1-312/+229
2020-11-13lscpu: Even more Arm part numbersJeremy Linton1-0/+6
2020-11-13libblkid: limit amount of parsed partitionsSamanta Navarro2-5/+16
2020-11-13wipefs: (man) add hint to erase on partitions and diskKarel Zak1-0/+2
2020-11-13flock: keep -E exit status more restrictiveKarel Zak2-1/+5
2020-11-13libblkid: allow a lot of mac partitionsSamanta Navarro1-3/+3
2020-11-13libblkid: fix memory leak in config parserSamanta Navarro1-0/+3
2020-11-13sfdisk: fix backward --move-dataKarel Zak1-6/+13
2020-11-13sfdisk: correct --json --dump false exclusiveDimitri John Ledkov1-1/+2
2020-11-13whereis: support zst compressed man pagesSamanta Navarro1-0/+2
2020-11-13whereis: fix out of boundary readSamanta Navarro1-4/+4
2020-11-13sfdisk: (docs) add more information about GPT attribute bitsKarel Zak1-6/+29
2020-11-13lib/randutils: rename random_get_bytes()Sami Kerola6-12/+12
2020-11-13cast NULL to char * when using execlEgor Chelak10-19/+19
2020-11-13vipw: fix short write handling in copyfileEgor Chelak1-1/+1
2020-11-13libmount: Fix 0x%u usageDr. David Alan Gilbert2-2/+2
2020-11-13sfdisk: do not free device name too soon [coverity scan]Sami Kerola1-1/+2
2020-11-13login: close() only a file descriptor that is open [coverity scan]Sami Kerola1-2/+3
2020-11-13login: ensure getutxid() does not use uninitialized variable [coverity scan]Sami Kerola1-3/+3
2020-11-13lib/pager: fix improper use of negative value [coverity scan]Sami Kerola1-2/+2
2020-11-13unshare: fix bad bit shift operation [coverity scan]Sami Kerola1-4/+3
2020-11-13hardlink: fix hardlink pcre leakSami Kerola1-1/+4
2020-11-13do not require sys/syscall.h on non-linux platformsEric Simpson1-2/+2
2020-11-13tests: update atari partx testsKarel Zak3-14/+5
2020-11-13fstrim: remove fstab condition from fstrim.timerDusty Mabe1-1/+0
2020-11-13tests: update atari blkid testsKarel Zak6-15/+6
2020-11-13libblkid: make Atari more robustKarel Zak1-14/+43
2020-11-13losetup: increase limit of setup attemptsKarel Zak2-2/+3
2020-11-13losetup: avoid infinite busy loopKarel Zak2-2/+13
2020-11-13lib/sysfs: fix doble free [coverity scan]Karel Zak1-3/+1
2020-11-13libblkid: fix Atari prober logicKarel Zak1-5/+7
2020-11-13docs: add hint about make install-strip and link to Documentation/Karel Zak2-2/+18
2020-11-13lib: add missing headers to .c filesKarel Zak6-6/+23
2020-11-13build-sys: exclude GPL from libcommonKarel Zak6-19/+32
2020-11-13lib/procutils: use Public Domain for this fileKarel Zak1-9/+3
2020-11-13agetty: fix typo in manual pageSamanta Navarro1-1/+1
2020-11-13chrt: use SCHED_FLAG_RESET_ON_FORK for sched_setattr()Karel Zak1-3/+4
2020-11-13fdisk: always report fdisk_create_disklabel() errorsKarel Zak3-12/+37
2020-11-13libfdisk: (gpt) make sure device is large enoughKarel Zak1-7/+14
2020-11-13lscpu: Add FUJITSU aarch64 A64FX cpupartShunsuke Nakamura1-0/+6
2020-11-13blockdev: fix man page formattingJakub Wilk1-1/+1
2020-11-13lscpu: avoid segfault on PowerPC systems with valid hardware configurationsThomas Abraham1-2/+0
2020-11-13lsblk: fix SCSI_IDENT_SERIALKarel Zak1-1/+1
2020-11-13lsblk: read ID_SCSI_IDENT_SERIAL if availableKarel Zak1-0/+1
2020-11-13libfdisk: add "Linux /usr" and "Linux /usr verity" GPT partition typesnl67201-2/+12
2020-11-13fallocate: fix --dig-holes at end of filesGero Treuner1-1/+4
2020-11-13add Carmel from NVIDIATomoaki Teshima1-0/+1
2020-11-13lsblk: print zero rather than empty SIZEKarel Zak1-2/+0
2020-11-13libfdisk: reset context FD on erroryangzz-971-0/+1
2020-11-13libsmartcols: don't print empty output on empty table in JSONKarel Zak1-1/+4
2020-11-13mount: Add support for "nosymfollow" mount option.Mattias Nissler4-0/+19
2020-11-13libmount: do not use pointer as an integer valueSami Kerola2-2/+2
2020-11-13lsblk: fix -T optional argumentKarel Zak1-2/+5
2020-11-13pg: fix wcstombs() useKarel Zak1-1/+1
2020-11-13hwclock: fix SYS_settimeofday fallbackRosen Penev1-2/+6
2020-11-13Generate valid JSON if partition table is emptyAdriaan de Groot1-1/+1
2020-11-13libfdisk: add systemd-homed user's home GPT partition typenl67201-1/+4
2020-11-13libfdisk: (script) fix possible partno overflowKarel Zak1-3/+8
2020-11-13libfdisk: (script) fix possible memory leaksKarel Zak1-1/+10
2020-11-13libfdisk: another parse_line_nameval() cleanupKarel Zak1-10/+13
2020-11-13libfdisk: fix typo from 255f5f4c770ebd46a38b58975bd33e33ae87ed24Karel Zak1-1/+1
2020-11-13libfdisk: (script) make sure buffer is initializedKarel Zak1-2/+4
2020-11-13libfdisk: (script) don't use sector size if not specifiedKarel Zak1-6/+24
2020-11-13libfdisk: (script) make sure label is specifiedKarel Zak2-7/+5
2020-11-13hwclock: add fallback if SYS_settimeofday does not existKarel Zak1-0/+4
2020-11-13docs: fix typo in v2.36-ReleaseNotesKarel Zak1-1/+1
2020-11-13build-system: stop looking for %ms and %asEvgeny Vereshchagin2-73/+0
2020-11-13libfdisk: fix fdisk_reread_changes() for extended partitionsKarel Zak1-1/+12
2020-11-13fdisk: fix expected test output on alphaChris Hofstaedtler1-1/+1
2020-11-13manpages: fix "The example command" in AVAILABILITY sectionChris Hofstaedtler5-5/+5
2020-11-13hexdump: automatically use -C when called as hdChris Hofstaedtler2-0/+10
2020-08-27libfdisk: fix last free sector detection if partition size specifiedKarel Zak1-2/+2
2020-07-23build-sys: release++ (v2.36)v2.36Karel Zak2-3/+7
2020-07-23po: update fr.po (from translationproject.org)Frédéric Marchal1-51/+52
2020-07-23tools: remove changes merged by accidentKarel Zak1-2/+0
2020-07-22docs: update v2.36-ReleaseNotesKarel Zak1-4/+58
2020-07-22docs: update AUTHORS fileKarel Zak1-0/+3
2020-07-22po: merge changesKarel Zak29-7387/+7167
2020-07-22po: update zh_CN.po (from translationproject.org)Boyuan Yang1-392/+789
2020-07-22po: update uk.po (from translationproject.org)Yuri Chornoivan1-382/+297
2020-07-22po: update pt.po (from translationproject.org)Pedro Albuquerque1-295/+204
2020-07-22po: update pt_BR.po (from translationproject.org)Rafael Fontenelle1-306/+223
2020-07-22po: update pl.po (from translationproject.org)Jakub Bogusz1-337/+206
2020-07-22po: update ja.po (from translationproject.org)Takeshi Hamasaki1-149/+840
2020-07-22po: update hr.po (from translationproject.org)Božidar Putanec1-3201/+2672
2020-07-22po: update fr.po (from translationproject.org)Frédéric Marchal1-289/+202
2020-07-22po: update es.po (from translationproject.org)Antonio Ceballos Roa1-220/+188
2020-07-22po: update de.po (from translationproject.org)Mario Blättermann1-307/+235
2020-07-22po: update cs.po (from translationproject.org)Petr Písař1-3200/+2686
2020-07-22docs: add blkdiscard to ReleaseNotesKarel Zak1-0/+4
2020-07-22libsmartcols: (docs) fix referenceKarel Zak1-1/+1
2020-07-22libfdisk: (docs) add missing commentKarel Zak1-2/+3
2020-07-22libmount: (docs) fix typo, remove unused referenceKarel Zak1-4/+0
2020-07-22libsmartcols: (docs) add missing referencesKarel Zak2-1/+11
2020-07-22libmount: (docs) add missing referencesKarel Zak1-0/+4
2020-07-22libfdisk: (docs) add missing referencesKarel Zak6-1/+16
2020-07-22libblkid: (docs) add missing referencesKarel Zak4-2/+12
2020-07-20Merge branch 'documentation_typo' of https://github.com/8vasu/util-linuxKarel Zak1-1/+1
2020-07-20Manual pages: scriptreplay.1: Miscellaneous wording, grammar, and formatting ...Michael Kerrisk (man-pages)1-13/+17
2020-07-20Manual pages: scriptlive.1: Miscellaneous wording, grammar, and formatting fixesMichael Kerrisk (man-pages)1-6/+13
2020-07-20Manual pages: script.1: Miscellaneous wording, grammar, and formatting fixesMichael Kerrisk (man-pages)1-21/+30
2020-07-17libmount: fix condition for mountinfo filterKarel Zak1-2/+2
2020-07-16fix typo: yourbranch -> yourgitSoumendra Ganguly1-1/+1
2020-07-14rename: tests: add more symlink checksMauricio Faria de Oliveira3-0/+21
2020-07-14Manual pages: runuser.1, su.1: miscellaneous wording and formatting fixesMichael Kerrisk (man-pages)2-50/+99
2020-07-14Manual pages: reword su.1 descriptionKarel Zak1-1/+1
2020-07-14docs: reword others "allow to"Karel Zak20-33/+33
2020-07-14Manual pages: various: reword "allow(s) to"Michael Kerrisk (man-pages)12-23/+29
2020-07-14Manual pages: login.1: various minor wording fixesMichael Kerrisk (man-pages)1-8/+10
2020-07-14Manual pages: login.1: formatting fixesMichael Kerrisk (man-pages)1-13/+35
2020-07-14Manual pages: login.1: SEE ALSO: add utmp(5), lastlog(8)Michael Kerrisk (man-pages)1-0/+2
2020-07-14manual pages: adjtime_config.5: format pathname with .IMichael Kerrisk (man-pages)1-1/+1
2020-07-14build-sys: add --enable-werror to devel build scenariosKarel Zak3-0/+3
2020-07-14libsmartcols: (sample) remove unused variableKarel Zak1-1/+0
2020-07-14libsmartcols: (sample) remove unnecessary check [coverity scan]Karel Zak1-1/+1
2020-07-14libsmartcols: (sample) check scols_line_refer_data() return code [coverity scan]Karel Zak1-1/+2
2020-07-14libuuid: (test) make sure UUID is terminated [coverity scan]Karel Zak1-2/+1
2020-07-14libsmartcols: (smaple) check scols_line_set_data() return code [coverity scan]Karel Zak1-4/+9
2020-07-14libuuid: (test) cleanup unused memory [coverity scan]Karel Zak1-0/+4
2020-07-14libuuid: (test) close fd [coverity scan]Karel Zak1-0/+2
2020-07-14test_tiocsti: check ioctl() return code [coverity scan]Karel Zak1-3/+8
2020-07-14libsmartcols: (sample) check scols_line_set_data() return code [coverity scan]Karel Zak1-2/+3
2020-07-14lsblk: Add SERIAL column to the SCSI output mode.Milan Broz1-0/+1
2020-07-14docs: misc-utils: change "allows to <verb>" to "allows <verb>ing"Bjarni Ingi Gislason1-1/+1
2020-07-14Subject: docs: disk-utils: change "allows to <verb>" to "allows <verb>ing"Bjarni Ingi Gislason3-5/+5
2020-07-14Subject: docs: remove unnecessary paragraph macrosBjarni Ingi Gislason1-6/+0
2020-07-14Subject: docs: change from nofill to fill modeBjarni Ingi Gislason1-1/+1
2020-07-14docs: remove trailing space in stringsBjarni Ingi Gislason1-10/+10
2020-07-14Merge branch 'coverity' of https://github.com/evverx/util-linuxKarel Zak3-1/+89
2020-07-14Merge branch 'osx' of https://github.com/evverx/util-linuxKarel Zak1-1/+1
2020-07-13docs: mention Coverity Scan and the Fossies codespell reportEvgeny Vereshchagin1-0/+8
2020-07-13travis: integrate util-linux with Coverity ScanEvgeny Vereshchagin2-1/+81
2020-07-13More typo fixes by fossiesYuri Chornoivan6-12/+12
2020-07-10travis: switch to a newer version of macOSEvgeny Vereshchagin1-1/+1
2020-07-09Fix minor typosYuri Chornoivan19-23/+23
2020-07-09build-sys: release++ (v2.36-rc2)v2.36-rc2Karel Zak2-2/+6
2020-07-09docs: update v2.36-ReleaseNotesKarel Zak1-2/+87
2020-07-09docs: update AUTHORS fileKarel Zak1-0/+7
2020-07-09po: merge changesKarel Zak28-9885/+10428
2020-07-09docs: update ReleaseNotesKarel Zak1-1/+8
2020-07-09last: fix use of non-terminated utmp->ut_lineKarel Zak1-2/+5
2020-07-09docs: add terminal hyperlinks to TODOKarel Zak1-0/+7
2020-07-08travis: don't ask for Ubuntu release on XOSKarel Zak1-1/+3
2020-07-08libmount: (verity) remove unnecessary empty linesKarel Zak1-12/+0
2020-07-08Merge branch 'lp1886300' of https://github.com/mfoliveira/util-linuxKarel Zak1-1/+10