]> git.ipfire.org Git - thirdparty/util-linux.git/log
thirdparty/util-linux.git
3 years agofstrim: Remove all skipped entries before de-duplication
Scott Shambarger [Thu, 12 May 2022 23:27:26 +0000 (16:27 -0700)] 
fstrim: Remove all skipped entries before de-duplication

When processing fstab entries, de-duplication is performed based on the
source before all tests on the target have been checked, resulting in
some entries being skipped when a removed duplicate with a different
target would not have been.

The fix is to move all the target checks before the source
de-duplication.

Addresses: #1686
Signed-off-by: Scott Shambarger <devel@shambarger.net>
3 years agolosetup: Fix typo for the --sector-size docs
Alberto Ruiz [Thu, 12 May 2022 21:35:21 +0000 (23:35 +0200)] 
losetup: Fix typo for the --sector-size docs

3 years agofix time_t format
Rosen Penev [Tue, 3 May 2022 00:53:07 +0000 (17:53 -0700)] 
fix time_t format

Use musl's define to test for 64-bit time_t.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agofix various formats
Rosen Penev [Tue, 3 May 2022 00:43:32 +0000 (17:43 -0700)] 
fix various formats

Found with -Wformat.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agohardlink: Fix man page docs for '-v/--verbose'
FeRD (Frank Dana) [Mon, 9 May 2022 21:17:57 +0000 (17:17 -0400)] 
hardlink: Fix man page docs for '-v/--verbose'

Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
3 years agohardlink: Move -c option in --help
FeRD (Frank Dana) [Mon, 9 May 2022 11:31:13 +0000 (07:31 -0400)] 
hardlink: Move -c option in --help

The new placement mirrors its position in the manpage, and
keeps it grouped with the individual flags for which it
acts as a shorthand.

Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
3 years agohardlink: Document '-c' option in manpage
FeRD (Frank Dana) [Mon, 9 May 2022 11:20:26 +0000 (07:20 -0400)] 
hardlink: Document '-c' option in manpage

Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
3 years agofstrim: check for ENOSYS when using --quiet-unsupported
Narthorn [Sat, 7 May 2022 05:43:02 +0000 (07:43 +0200)] 
fstrim: check for ENOSYS when using --quiet-unsupported

Some filesystems like bindfs report ENOSYS (Function not implemented)
for the trim ioctl, which should be caught by --quiet-unsupported.

3 years agolibmount: fix and improve utab update on MS_MOVE
Karel Zak [Wed, 4 May 2022 10:13:08 +0000 (12:13 +0200)] 
libmount: fix and improve utab update on MS_MOVE

* avoid double '//'

* don't update /fooxxx when /foo update requested (make sure that
  startswith() returns path terminated by '/')

* canonicalize only once the new path -- all in utab/mtab is already
  canonicalized, so after MS_MOVE we need to care about the new path
  only

* use asprintf() rather than strcpy() and strcat(), don't compose a
  new path from prefix and subdir when replace entire path

Addresses: https://github.com/util-linux/util-linux/pull/1660
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agologger: make sure structured data are escaped
Karel Zak [Mon, 2 May 2022 13:30:26 +0000 (15:30 +0200)] 
logger: make sure structured data are escaped

For the option --sd-param all formatting chars (" \ and ]) has to be
escaped by \. This patch also allow escape [ to make it more user
friendly.

For example

$ logger --rfc5424 --sd-id zoo@123 --sd-param 'foo="b\"A\"r"' --no-act --stderr "this is message"
<13>1 2022-05-02T15:35:00.342141+02:00 ws.net.home kzak - - [timeQuality tzKnown="1" isSynced="1" syncAccuracy="45291"][zoo@123 foo="b\"A\"r"] this is message

Reported-by: Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolib/strutils: add ul_strchr_escaped()
Karel Zak [Mon, 2 May 2022 13:07:42 +0000 (15:07 +0200)] 
lib/strutils: add ul_strchr_escaped()

Like strchr(), but ignores escaped chars.

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agomore: avoid infinite loop on --squeeze
Karel Zak [Mon, 2 May 2022 10:57:13 +0000 (12:57 +0200)] 
more: avoid infinite loop on --squeeze

The command 'echo | more -s' ends in infinite loop if exit-on-EOF is
disabled (default now). We need to call more_key_command() to ask for
user's reaction.

Fixes: https://github.com/util-linux/util-linux/issues/1669
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolibfdisk: (gpt) Add UUID for Marvell Armada 3700 Boot partition
Pali Rohár [Sat, 30 Apr 2022 10:50:46 +0000 (12:50 +0200)] 
libfdisk: (gpt) Add UUID for Marvell Armada 3700 Boot partition

This GPT UUID is used by BootROM on Marvell Armada 3700 SoC. BootROM
searches for GPT partition with this UUID on attached SATA disk and loads
bootloader from it.

Marvell Armada 3700 SoC is used e.g. on popular EspressoBIN SBC board which
has relatively solid Linux support.

Information about SATA booting and this GPT partition is currently
documented only in development version of ARM Trusted-Firmware-A
documentation:

https://trustedfirmware-a.readthedocs.io/en/latest/plat/marvell/armada/build.html

It is missing in official documentation for Armada 3720 BootROM and
therefore hard to find it.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
3 years agomeson: fix compilation without systemd
Rosen Penev [Fri, 29 Apr 2022 23:53:43 +0000 (16:53 -0700)] 
meson: fix compilation without systemd

systemdsystemunitdir is used elsewhere.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoBSD: Use byteswap.h and endian.h defined macos when present
Warner Losh [Fri, 29 Apr 2022 21:29:44 +0000 (15:29 -0600)] 
BSD: Use byteswap.h and endian.h defined macos when present

Newer versions of FreeBSD will have a glibc compatible
byteswap.h. Currently, this file assumes that FreeBSD requires
bswap{16,32,64} to always be defined. This isn't the case when we're
using the byteswap.h file (which is enabled by HAVE_BYTESWAP_H
define). Assume that if byteswap.h and endian.h are present, then the
proper macros are defined.  Otherwise, assume that sys/endian.h is
present and paper over the small differences between the BSDs for this
file.

Signed-off-by: Warner Losh <imp@bsdimp.com>
3 years agomeson: fix when HAVE_CLOCK_GETTIME is set
Nicolas Caramelli [Fri, 29 Apr 2022 16:16:36 +0000 (18:16 +0200)] 
meson: fix when HAVE_CLOCK_GETTIME is set

Signed-off-by: Nicolas Caramelli <caramelli.devel@gmail.com>
3 years agolibuuid: improve cache handling
d032747 [Fri, 22 Apr 2022 08:07:46 +0000 (10:07 +0200)] 
libuuid: improve cache handling

Short running applications with a few UUID request don't need
a large cache. Therefore increment the cache size over runtime.

3 years agolsirq: improve --sort IRQ
Karel Zak [Fri, 29 Apr 2022 08:11:49 +0000 (10:11 +0200)] 
lsirq: improve --sort IRQ

IRQ column mixes numbers and text, it seems better to use strverscmp()
rather than classic strcmp().

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2078787
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolibmount: when moving a mount point, all sub mount entries in utab should also be...
Franck Bui [Fri, 22 Apr 2022 09:30:09 +0000 (11:30 +0200)] 
libmount: when moving a mount point, all sub mount entries in utab should also be updated

Given that /run/mount/utab stores paths, this file needs to be adjusted when a
mount tree is moved.

However the moved tree may contains sub mount points in which case their utab
entries (if any) need to also be translated.

This patch takes care of that.

As suggested in https://github.com/systemd/systemd/issues/15266, a better
approach might be to store mount IDs instead of paths since mount IDs remain
unchanged when mount trees are moved.

Fixes: #1659
3 years agotests: report failed tests
Karel Zak [Thu, 21 Apr 2022 08:59:28 +0000 (10:59 +0200)] 
tests: report failed tests

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agodmesg: fix --since and --until
Karel Zak [Wed, 20 Apr 2022 12:42:32 +0000 (14:42 +0200)] 
dmesg: fix --since and --until

Now --since and --until requires any time field in the output (e.g.
--ctime,-T), it means "dmesg --since '1 day ago'" doesn't work, but
"dmesg -T --since '1 day ago'" works as expected.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2076829
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agotests: fdisk/bsd: update expected output for ppc64le
Chris Hofstaedtler [Wed, 13 Apr 2022 11:11:50 +0000 (11:11 +0000)] 
tests: fdisk/bsd: update expected output for ppc64le

Update expected test data after upstream MRs #1385 and #1386.

Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
3 years agoDon't install uuidd service if systemd isn't present
data-man [Tue, 12 Apr 2022 10:29:06 +0000 (15:29 +0500)] 
Don't install uuidd service if systemd isn't present

3 years agotests: don't compile lsfd/mkfds helper on macos, since it's linux only
Anatoly Pugachev [Sat, 9 Apr 2022 09:44:06 +0000 (12:44 +0300)] 
tests: don't compile lsfd/mkfds helper on macos, since it's linux only

macos is missing linux only header "sys/prctl.h", so exclude lsfd/mkfds
on macos from make 'check-programs' target

3 years agotests: fix misc/setarch run in a docker environment
Anatoly Pugachev [Fri, 8 Apr 2022 14:53:58 +0000 (17:53 +0300)] 
tests: fix misc/setarch run in a docker environment

Fixes: #601
3 years agolibfdisk: meson.build fix typo
Anatoly Pugachev [Fri, 8 Apr 2022 12:34:16 +0000 (15:34 +0300)] 
libfdisk: meson.build fix typo

3 years agolsns: improve dependence on NS_GET_ ioctls
Karel Zak [Wed, 6 Apr 2022 08:38:43 +0000 (10:38 +0200)] 
lsns: improve dependence on NS_GET_ ioctls

Fixes: http://autobuild.buildroot.org/results/572ecf8e37ac733a4e4265f4f78f35230337278e
Reported-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agoconfigure.ac: add lsns option
Fabrice Fontaine [Tue, 5 Apr 2022 18:04:59 +0000 (20:04 +0200)] 
configure.ac: add lsns option

lsns unconditionally uses NS_GET_NSTYPE since version 2.38 and
https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=de72df79d72fa906e71e2ac922d8745ff22deee5
which is only available since kernel 4.11 and
https://github.com/torvalds/linux/commit/e5ff5ce6e20ee22511398bb31fb912466cf82a36
resulting in the following build failure:

sys-utils/lsns.c: In function 'add_namespace_for_nsfd':
sys-utils/lsns.c:719:25: error: 'NS_GET_NSTYPE' undeclared (first use in this function)
  719 |  clone_type = ioctl(fd, NS_GET_NSTYPE);
      |                         ^~~~~~~~~~~~~

So add an option to allow the user to disable lsns

Fixes:
 - http://autobuild.buildroot.org/results/572ecf8e37ac733a4e4265f4f78f35230337278e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3 years agotests: make libmount tests more portable
Karel Zak [Mon, 4 Apr 2022 13:59:36 +0000 (15:59 +0200)] 
tests: make libmount tests more portable

git tree on macbook:
...
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'tests/expected/libmount/optstr-apply-user-X'
  'tests/expected/libmount/optstr-apply-user-x'

Let's rename the files.

Addresses: https://github.com/util-linux/util-linux/issues/1583
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolsfd: add static modifier to nodev_table
Masatake YAMATO [Mon, 7 Mar 2022 09:17:25 +0000 (18:17 +0900)] 
lsfd: add static modifier to nodev_table

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
3 years agolsfd: delete __unused__ attribute for an used parameter
Masatake YAMATO [Mon, 7 Mar 2022 08:10:17 +0000 (17:10 +0900)] 
lsfd: delete __unused__ attribute for an used parameter

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
3 years agolsblk: fix JSON output when without --bytes
Karel Zak [Fri, 1 Apr 2022 08:03:14 +0000 (10:03 +0200)] 
lsblk: fix JSON output when without --bytes

Fixes: https://github.com/util-linux/util-linux/issues/1636
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agohardlink: require statfs_magic.h only when reflink support enabled
Karel Zak [Wed, 30 Mar 2022 08:50:38 +0000 (10:50 +0200)] 
hardlink: require statfs_magic.h only when reflink support enabled

Addresses: https://github.com/util-linux/util-linux/issues/1634
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agobuild-sys: release++ (v2.38) v2.38
Karel Zak [Mon, 28 Mar 2022 11:33:44 +0000 (13:33 +0200)] 
build-sys: release++ (v2.38)

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agodocs: update v2.38-ReleaseNotes
Karel Zak [Mon, 28 Mar 2022 11:32:47 +0000 (13:32 +0200)] 
docs: update v2.38-ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agodocs: update AUTHORS file
Karel Zak [Mon, 28 Mar 2022 11:31:22 +0000 (13:31 +0200)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo-man: merge changes
Karel Zak [Mon, 28 Mar 2022 11:26:39 +0000 (13:26 +0200)] 
po-man: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo: merge changes
Karel Zak [Mon, 28 Mar 2022 11:25:09 +0000 (13:25 +0200)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo-man: add cs.po (from translationproject.org)
Petr Písař [Mon, 28 Mar 2022 11:23:14 +0000 (13:23 +0200)] 
po-man: add cs.po (from translationproject.org)

3 years agopo-man: update uk.po (from translationproject.org)
Yuri Chornoivan [Mon, 28 Mar 2022 11:23:14 +0000 (13:23 +0200)] 
po-man: update uk.po (from translationproject.org)

3 years agopo-man: update fr.po (from translationproject.org)
Frédéric Marchal [Mon, 28 Mar 2022 11:23:14 +0000 (13:23 +0200)] 
po-man: update fr.po (from translationproject.org)

3 years agopo-man: update de.po (from translationproject.org)
Mario Blättermann [Mon, 28 Mar 2022 11:23:13 +0000 (13:23 +0200)] 
po-man: update de.po (from translationproject.org)

3 years agopo: update zh_CN.po (from translationproject.org)
Boyuan Yang [Mon, 28 Mar 2022 11:22:26 +0000 (13:22 +0200)] 
po: update zh_CN.po (from translationproject.org)

3 years agopo: update uk.po (from translationproject.org)
Yuri Chornoivan [Mon, 28 Mar 2022 11:22:26 +0000 (13:22 +0200)] 
po: update uk.po (from translationproject.org)

3 years agopo: update tr.po (from translationproject.org)
Mesutcan Kurt [Mon, 28 Mar 2022 11:22:26 +0000 (13:22 +0200)] 
po: update tr.po (from translationproject.org)

3 years agopo: update pl.po (from translationproject.org)
Jakub Bogusz [Mon, 28 Mar 2022 11:22:26 +0000 (13:22 +0200)] 
po: update pl.po (from translationproject.org)

3 years agopo: update ko.po (from translationproject.org)
Seong-ho Cho [Mon, 28 Mar 2022 11:22:26 +0000 (13:22 +0200)] 
po: update ko.po (from translationproject.org)

3 years agopo: update hr.po (from translationproject.org)
Božidar Putanec [Mon, 28 Mar 2022 11:22:26 +0000 (13:22 +0200)] 
po: update hr.po (from translationproject.org)

3 years agopo: update fr.po (from translationproject.org)
Frédéric Marchal [Mon, 28 Mar 2022 11:22:26 +0000 (13:22 +0200)] 
po: update fr.po (from translationproject.org)

3 years agopo: update de.po (from translationproject.org)
Mario Blättermann [Mon, 28 Mar 2022 11:22:26 +0000 (13:22 +0200)] 
po: update de.po (from translationproject.org)

3 years agopo: update cs.po (from translationproject.org)
Petr Písař [Mon, 28 Mar 2022 11:22:25 +0000 (13:22 +0200)] 
po: update cs.po (from translationproject.org)

3 years agolslocks: fix maj:min scanf
Karel Zak [Mon, 28 Mar 2022 09:39:27 +0000 (11:39 +0200)] 
lslocks: fix maj:min scanf

Fixes: https://github.com/util-linux/util-linux/issues/1633
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agoflock: Decribe limitations of flock: deadlock, NFS, CIFS
Stanislav Brabec [Fri, 25 Mar 2022 08:26:48 +0000 (09:26 +0100)] 
flock: Decribe limitations of flock: deadlock, NFS, CIFS

The flock(1) does not refer to limitations of flock(2). Provide an
documentation entry point for solving of problems with flock on NFS
and CIFS and mention risk of deadlock.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agoMerge branch 'apple-silicon-parttypes' of https://github.com/WhyNotHugo/util-linux
Karel Zak [Fri, 25 Mar 2022 07:28:16 +0000 (08:28 +0100)] 
Merge branch 'apple-silicon-parttypes' of https://github.com/WhyNotHugo/util-linux

* 'apple-silicon-parttypes' of https://github.com/WhyNotHugo/util-linux:
  Add UUID for the partition types on Apple Silicon

3 years agolib/buffer: fix possible SEGV
Karel Zak [Tue, 22 Mar 2022 11:46:52 +0000 (12:46 +0100)] 
lib/buffer: fix possible SEGV

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agoAdd UUID for the partition types on Apple Silicon
Hugo Osvaldo Barrera [Thu, 24 Mar 2022 21:53:57 +0000 (22:53 +0100)] 
Add UUID for the partition types on Apple Silicon

3 years agodocs: update TODO
Karel Zak [Mon, 21 Mar 2022 10:50:22 +0000 (11:50 +0100)] 
docs: update TODO

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agodocs: update TODO
Karel Zak [Fri, 18 Mar 2022 09:49:45 +0000 (10:49 +0100)] 
docs: update TODO

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolibmount: fix possible memory leak in mnt_optstr_fix_secontext() [coverity scan]
Karel Zak [Thu, 17 Mar 2022 12:00:44 +0000 (13:00 +0100)] 
libmount: fix possible memory leak in mnt_optstr_fix_secontext() [coverity scan]

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolibblkid: make blkid_free_probe() more robust
Karel Zak [Thu, 17 Mar 2022 11:41:48 +0000 (12:41 +0100)] 
libblkid: make blkid_free_probe() more robust

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolib/path: initialize variables for scanf [coverity scan]
Karel Zak [Thu, 17 Mar 2022 11:22:01 +0000 (12:22 +0100)] 
lib/path: initialize variables for scanf [coverity scan]

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolib/path: make ul_path_read_buffer() more robust [coverity scan]
Karel Zak [Thu, 17 Mar 2022 11:18:03 +0000 (12:18 +0100)] 
lib/path: make ul_path_read_buffer() more robust [coverity scan]

Make sure we never call buf[rc - 1] for rc=0.

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopartx: remove memory leak to make scanners happy [coverity scan]
Karel Zak [Thu, 17 Mar 2022 10:22:29 +0000 (11:22 +0100)] 
partx: remove memory leak to make scanners happy  [coverity scan]

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agocfdisk: don't use NULL in printf [coverity scan]
Karel Zak [Thu, 17 Mar 2022 09:48:33 +0000 (10:48 +0100)] 
cfdisk: don't use NULL in printf [coverity scan]

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agobuild-sys: release++ (v2.38-rc4) v2.38-rc4
Karel Zak [Wed, 16 Mar 2022 16:49:47 +0000 (17:49 +0100)] 
build-sys: release++ (v2.38-rc4)

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo-man: merge changes
Karel Zak [Wed, 16 Mar 2022 16:46:24 +0000 (17:46 +0100)] 
po-man: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo: merge changes
Karel Zak [Wed, 16 Mar 2022 16:43:08 +0000 (17:43 +0100)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo: update zh_CN.po (from translationproject.org)
Boyuan Yang [Wed, 16 Mar 2022 16:41:09 +0000 (17:41 +0100)] 
po: update zh_CN.po (from translationproject.org)

3 years agopo: update uk.po (from translationproject.org)
Yuri Chornoivan [Wed, 16 Mar 2022 16:41:09 +0000 (17:41 +0100)] 
po: update uk.po (from translationproject.org)

3 years agobuild-sys: (po-man) force .pot file update on 'make dist'
Karel Zak [Wed, 16 Mar 2022 16:15:30 +0000 (17:15 +0100)] 
build-sys: (po-man) force .pot file update on 'make dist'

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agoblkzone: Do not print zone capacity if not supported
Andreas Hindborg [Wed, 16 Mar 2022 08:39:05 +0000 (09:39 +0100)] 
blkzone: Do not print zone capacity if not supported

If `blkzone` is built against kernel headers that do not define
`BLK_ZONE_REP_CAPACITY`, `blkzone report` will use zone size when printing zone
capacity. This patch changes the behavior of `blockzone report` in this case to
omit the capacity field instead of using the potentially wrong value.

Signed-off-by: Andreas Hindborg <andreas.hindborg@wdc.com>
3 years agobuild-sys: release++ (v2.38-rc3) v2.38-rc3
Karel Zak [Tue, 15 Mar 2022 14:16:31 +0000 (15:16 +0100)] 
build-sys: release++ (v2.38-rc3)

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agodocs: update v2.38-ReleaseNotes
Karel Zak [Tue, 15 Mar 2022 14:15:33 +0000 (15:15 +0100)] 
docs: update v2.38-ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agodocs: update AUTHORS file
Karel Zak [Tue, 15 Mar 2022 12:40:42 +0000 (13:40 +0100)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo-man: merge changes
Karel Zak [Tue, 15 Mar 2022 15:55:59 +0000 (16:55 +0100)] 
po-man: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo: merge changes
Karel Zak [Tue, 15 Mar 2022 14:31:42 +0000 (15:31 +0100)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo: update tr.po (from translationproject.org)
Mesutcan Kurt [Tue, 15 Mar 2022 14:22:46 +0000 (15:22 +0100)] 
po: update tr.po (from translationproject.org)

3 years agopo: update uk.po (from translationproject.org)
Yuri Chornoivan [Tue, 15 Mar 2022 12:23:10 +0000 (13:23 +0100)] 
po: update uk.po (from translationproject.org)

3 years agopo: update ko.po (from translationproject.org)
Seong-ho Cho [Tue, 15 Mar 2022 12:23:09 +0000 (13:23 +0100)] 
po: update ko.po (from translationproject.org)

3 years agopo: update hr.po (from translationproject.org)
Božidar Putanec [Tue, 15 Mar 2022 12:23:09 +0000 (13:23 +0100)] 
po: update hr.po (from translationproject.org)

3 years agopo: update fr.po (from translationproject.org)
Frédéric Marchal [Tue, 15 Mar 2022 12:23:09 +0000 (13:23 +0100)] 
po: update fr.po (from translationproject.org)

3 years agopo: update de.po (from translationproject.org)
Mario Blättermann [Tue, 15 Mar 2022 12:23:09 +0000 (13:23 +0100)] 
po: update de.po (from translationproject.org)

3 years agopo: update cs.po (from translationproject.org)
Petr Písař [Tue, 15 Mar 2022 12:23:09 +0000 (13:23 +0100)] 
po: update cs.po (from translationproject.org)

3 years agodocs: update copyright years
Karel Zak [Tue, 15 Mar 2022 12:20:47 +0000 (13:20 +0100)] 
docs: update copyright years

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agotests: remove readline from build-sys output
Karel Zak [Tue, 15 Mar 2022 12:17:28 +0000 (13:17 +0100)] 
tests: remove readline from build-sys output

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agoMerge branch 'fix-bsd-crashes-when-mount-not-found' of https://github.com/ellcs/util...
Karel Zak [Mon, 14 Mar 2022 09:35:58 +0000 (10:35 +0100)] 
Merge branch 'fix-bsd-crashes-when-mount-not-found' of https://github.com/ellcs/util-linux

* 'fix-bsd-crashes-when-mount-not-found' of https://github.com/ellcs/util-linux:
  Fix crash, when mount was not found on bsd systems

3 years agoMerge branch 'fix_typos' of https://github.com/yurchor/util-linux
Karel Zak [Mon, 14 Mar 2022 09:31:54 +0000 (10:31 +0100)] 
Merge branch 'fix_typos' of https://github.com/yurchor/util-linux

* 'fix_typos' of https://github.com/yurchor/util-linux:
  Fix minor typos

3 years agohardlink: add a missing word to an error message
Benno Schulenberg [Sun, 13 Mar 2022 11:45:56 +0000 (12:45 +0100)] 
hardlink: add a missing word to an error message

Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
3 years agohardlink: grammaticalize the main description in the man page
Benno Schulenberg [Sun, 13 Mar 2022 09:43:57 +0000 (10:43 +0100)] 
hardlink: grammaticalize the main description in the man page

(Also, hard-wrap the extremely long line to reasonable widths,
so that later small changes are easier to observe in git.)

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
3 years agohardlink: set all locale elements, so that messages will get translated
Benno Schulenberg [Sun, 13 Mar 2022 09:43:56 +0000 (10:43 +0100)] 
hardlink: set all locale elements, so that messages will get translated

This setting and binding were lost a year ago, in commit 2180ecc81b.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
3 years agoFix crash, when mount was not found on bsd systems
ellcs [Sun, 13 Mar 2022 15:56:54 +0000 (16:56 +0100)] 
Fix crash, when mount was not found on bsd systems

3 years agolibuuid: extend cache in uuid_generate_time_generic()
Michael Trapp [Thu, 10 Mar 2022 12:18:52 +0000 (13:18 +0100)] 
libuuid:  extend cache in uuid_generate_time_generic()

Improve throughput and reduce clock sequence increments
for high load situation with time based version 1 uuids.

In a high load scenario, where an application continiously reads time
based version 1 uuids from uuidd, we have noticed the following
behaviour.

The application reads more uuids as there are available in the
corresponding timeframe and each bulk request results in an increment of
the clock sequence because of the 'step back' in time. Due to the
14bit size of the clock sequence this also results in overflows of
the clock sequence.

As uuidd calls
    uuid_generate_time_safe()
       uuid_generate_time_generic()
the default value for the bulk request in the '#ifdef HAVE_TLS' section
of uuid_generate_time_generic() is set to 1000.

Extending the 'cache' of uuid_generate_time_generic() by increasing
the default of num to 1000000 doesn't solve the issue, but reduces
the clock sequence increments by factor 1000 and it also improves
the uuid throughput in our setup by factor 3-4.

It might be possible to implement a cache for
  UUIDD_OP_BULK_TIME_UUID
  UUIDD_OP_TIME_UUID
in the uuidd request handling, but it would not be as simple as this fix
in uuid_generate_time_generic().

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolosetup: fix --direct-io
Karel Zak [Wed, 9 Mar 2022 10:13:26 +0000 (11:13 +0100)] 
losetup: fix --direct-io

losetup checks for empty lo_flags when A_CREATE (action) is not
requested, otherwise it prints

"the options %s are allowed during loop device setup only"

error message. We need to cleanup lo_flags when alone --direct-io
requested.

Fix also typo in man page, "losetup --direct-io" is the same as
"losetup --direct-io=on".

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agolosetup: fix memory leak [asan]
Karel Zak [Tue, 8 Mar 2022 12:06:45 +0000 (13:06 +0100)] 
losetup: fix memory leak [asan]

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agowipefs: increase delay after re-read ioctl
Karel Zak [Tue, 8 Mar 2022 09:28:26 +0000 (10:28 +0100)] 
wipefs: increase delay after re-read ioctl

We usually use 250000 ms delay after EBUSY to repeat read/ioctls.
Let's use the same for wipefs.

Fixes: https://github.com/util-linux/util-linux/issues/1619
Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo-man: update variables in Makefile.am
Karel Zak [Mon, 7 Mar 2022 13:17:11 +0000 (14:17 +0100)] 
po-man: update variables in Makefile.am

3 years agopo-man: add new langs to po4a.cfg
Karel Zak [Mon, 7 Mar 2022 13:05:04 +0000 (14:05 +0100)] 
po-man: add new langs to po4a.cfg

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agotools: add git-tp-sync-man
Karel Zak [Mon, 7 Mar 2022 12:56:13 +0000 (13:56 +0100)] 
tools: add git-tp-sync-man

Signed-off-by: Karel Zak <kzak@redhat.com>
3 years agopo-man: add uk.po (from translationproject.org)
Yuri Chornoivan [Mon, 7 Mar 2022 12:54:39 +0000 (13:54 +0100)] 
po-man: add uk.po (from translationproject.org)

3 years agopo-man: add pt_BR.po (from translationproject.org)
Rafael Fontenelle [Mon, 7 Mar 2022 12:54:39 +0000 (13:54 +0100)] 
po-man: add pt_BR.po (from translationproject.org)