<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/util-linux.git/bash-completion, branch master</title>
<subtitle>git.kernel.org: pub/scm/utils/util-linux/util-linux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/'/>
<entry>
<title>Merge branch 'enosys' of https://github.com/t-8ch/util-linux</title>
<updated>2023-05-17T11:34:34+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2023-05-17T11:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=bd2ebbd4eadd29efac994037c0e85e8ddad13248'/>
<id>bd2ebbd4eadd29efac994037c0e85e8ddad13248</id>
<content type='text'>
* 'enosys' of https://github.com/t-8ch/util-linux:
  enosys: properly block execve syscall
  enosys: don't require end-of-options marker
  enosys: find syscalls at build time
  enosys: remove long jumps from BPF
  enosys: add --list
  enosys: validate syscall architecture
  enosys: add manpage
  enosys: add bash completion
  enosys: make messages useful for users
  enosys: translate messages
  enosys: add common arguments
  enosys: add test
  enosys: fix native arch for s390x
  enosys: syscall numbers are "long"
  enosys: mark variable static
  enosys: remove unneeded inline variable declaration
  enosys: improve checks for EXIT_NOTSUPP
  enosys: move from tests/helpers/test_enosys.c
  c.h: make err_nonsys available
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 'enosys' of https://github.com/t-8ch/util-linux:
  enosys: properly block execve syscall
  enosys: don't require end-of-options marker
  enosys: find syscalls at build time
  enosys: remove long jumps from BPF
  enosys: add --list
  enosys: validate syscall architecture
  enosys: add manpage
  enosys: add bash completion
  enosys: make messages useful for users
  enosys: translate messages
  enosys: add common arguments
  enosys: add test
  enosys: fix native arch for s390x
  enosys: syscall numbers are "long"
  enosys: mark variable static
  enosys: remove unneeded inline variable declaration
  enosys: improve checks for EXIT_NOTSUPP
  enosys: move from tests/helpers/test_enosys.c
  c.h: make err_nonsys available
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mkswap/offset' of https://github.com/t-8ch/util-linux</title>
<updated>2023-05-17T11:27:55+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2023-05-17T11:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=372e026e09382dae5385718567ecd97ad0637ece'/>
<id>372e026e09382dae5385718567ecd97ad0637ece</id>
<content type='text'>
* 'mkswap/offset' of https://github.com/t-8ch/util-linux:
  mkswap: implement --offset
  mkswap: (tests) don't overwrite logfiles
  mkswap: (tests) validate existence of truncate command
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 'mkswap/offset' of https://github.com/t-8ch/util-linux:
  mkswap: implement --offset
  mkswap: (tests) don't overwrite logfiles
  mkswap: (tests) validate existence of truncate command
</pre>
</div>
</content>
</entry>
<entry>
<title>enosys: add --list</title>
<updated>2023-05-16T20:44:50+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2023-04-28T11:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=7f104027e2a0929e71fa1307dcfe94f5217799a5'/>
<id>7f104027e2a0929e71fa1307dcfe94f5217799a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enosys: add bash completion</title>
<updated>2023-05-16T20:44:50+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2023-05-04T18:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=ac5267423d3ca26e315d690900e443ff541d23a8'/>
<id>ac5267423d3ca26e315d690900e443ff541d23a8</id>
<content type='text'>
Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mkswap: implement --offset</title>
<updated>2023-05-11T10:09:56+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2023-04-28T18:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=84ec6f99f7927e5dc05a20f133b21f5870923ff1'/>
<id>84ec6f99f7927e5dc05a20f133b21f5870923ff1</id>
<content type='text'>
Addresses #2166

Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #2166

Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blockdev: add support for BLKGETZONESZ</title>
<updated>2023-05-05T08:57:52+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2023-04-26T06:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=4832fd9f36fbb7a12771b8e8df1e749ff14cc462'/>
<id>4832fd9f36fbb7a12771b8e8df1e749ff14cc462</id>
<content type='text'>
Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blockdev: add --getdiskseq to bash completion</title>
<updated>2023-04-26T07:09:09+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2023-04-26T06:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=eb8bf48d60d4d5e9c1309f35169cc7d0bf123eb7'/>
<id>eb8bf48d60d4d5e9c1309f35169cc7d0bf123eb7</id>
<content type='text'>
Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add waitpid in bash-completion/Makemodule.am</title>
<updated>2023-04-19T13:05:00+00:00</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2023-04-19T13:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=7c6e8709f8b2289905feb2950a4f2a379c4f2361'/>
<id>7c6e8709f8b2289905feb2950a4f2a379c4f2361</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add fadvise in bash-completion/Makemodule.am</title>
<updated>2023-04-19T12:57:31+00:00</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2023-04-19T12:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=526644982fd24ff02b3bcf83cdcd5fc7718c3e24'/>
<id>526644982fd24ff02b3bcf83cdcd5fc7718c3e24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nsenter: use explicit argument to follow target PID/GID</title>
<updated>2023-04-03T18:44:15+00:00</updated>
<author>
<name>Thomas Weißschuh</name>
<email>thomas@t-8ch.de</email>
</author>
<published>2023-04-03T18:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=97bb98effd2c2fe976b2e20f87e000f75130c56c'/>
<id>97bb98effd2c2fe976b2e20f87e000f75130c56c</id>
<content type='text'>
Making the argument to -S and -G optional in #2092 broke the cli
compatability.
So replace it with an explicit "follow" argument that provides the new
functionality with a compatible interface.

Fixes #2143
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making the argument to -S and -G optional in #2092 broke the cli
compatability.
So replace it with an explicit "follow" argument that provides the new
functionality with a compatible interface.

Fixes #2143
</pre>
</div>
</content>
</entry>
</feed>
