<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils, branch v8.22</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.22</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.22'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2013-12-13T15:03:45Z</updated>
<entry>
<title>version 8.22</title>
<updated>2013-12-13T15:03:45Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-13T15:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=338446102698fa513ee399345811cb91827d05e5'/>
<id>urn:sha1:338446102698fa513ee399345811cb91827d05e5</id>
<content type='text'>
* NEWS: Record release date.
</content>
</entry>
<entry>
<title>stat,tail: improve support for hostfs and smackfs</title>
<updated>2013-12-13T14:05:53Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-13T14:05:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ee7512cf007dbbfa10b44d7dd8aceb9d0033094b'/>
<id>urn:sha1:ee7512cf007dbbfa10b44d7dd8aceb9d0033094b</id>
<content type='text'>
hostfs is provided by the Linux UML subsystem.
smackfs is provided by the Linux Smack security module.

* src/stat.c (human_fstype): Add new file system ID definitions.
* NEWS: Mention the improvement, and adjust for the fact that
SNFS is a remote file system.
</content>
</entry>
<entry>
<title>tests: avoid unlikely deadlock in dd/no-allocate on some shells</title>
<updated>2013-12-13T02:29:03Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-11T04:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=41e9a094ad1fd49c8887da24f0fabf222272bfbe'/>
<id>urn:sha1:41e9a094ad1fd49c8887da24f0fabf222272bfbe</id>
<content type='text'>
* test/dd/no-allocate.sh: Use 'wait' to ensure we don't have
multiple writers to the fifo, which was seen to trigger
a very hard to reproduce deadlock with make -j20 on solaris.
Also avoid writing to the fifo with the shell; instead using dd.
(check_dd_seek_alloc): A new function refactored from the various
cases, which are now constructed from function parameters.
</content>
</entry>
<entry>
<title>tests: restrict cp --link inode comparisons to compatible systems</title>
<updated>2013-12-13T02:28:47Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-12T22:43:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=10ffe43d68f085995de5b95a8b301a9b7170eac2'/>
<id>urn:sha1:10ffe43d68f085995de5b95a8b301a9b7170eac2</id>
<content type='text'>
* tests/cp/link-deref.sh: On systems were cp can't determine if
gnulib linkat() emulation might create a symlink instead of a hardlink
to a symlink, copy.c will create a symlink to the symlink so that
it has more control over its metadata.  Also even if the system
supports this operation, the particular file system under test may not.
So avoid the hardlinked symlink verification in these cases.
This fixes a false failure on aix, solaris and freebsd.
</content>
</entry>
<entry>
<title>build: default to avoiding openssl system libraries</title>
<updated>2013-12-13T02:28:11Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-12T15:22:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cbdb4d77d9984a22505a36f6d9b3a42423cbdd1f'/>
<id>urn:sha1:cbdb4d77d9984a22505a36f6d9b3a42423cbdd1f</id>
<content type='text'>
* configure.ac: Don't change the gnulib default of 'no' for
whether to link with openssl system libraries if available.
Distributions can explicitly enable this as their policy allows.
* NEWS: Adjust accordingly.
</content>
</entry>
<entry>
<title>doc: fix typo in numfmt invocation</title>
<updated>2013-12-12T16:59:36Z</updated>
<author>
<name>Tiger Lee</name>
<email>i@tigerlee.me</email>
</author>
<published>2013-12-12T16:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bf52066b96257ba61c74776174ae5671b7c68cb3'/>
<id>urn:sha1:bf52066b96257ba61c74776174ae5671b7c68cb3</id>
<content type='text'>
* doc/coreutils.texi (numfmt invocation): s/nun/num/.
Fixes http://bugs.gnu.org/16122
</content>
</entry>
<entry>
<title>tests: df/total-unprocessed: fix false failure with lofs</title>
<updated>2013-12-11T14:15:33Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-10T16:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=77a24724f6172af157b09fdfb870a8f526f39424'/>
<id>urn:sha1:77a24724f6172af157b09fdfb870a8f526f39424</id>
<content type='text'>
* tests/df/total-unprocessed.sh: Skip the test when we can't
determine the file system type as the exclusion filter is not
applied in that case.  "lofs" being ignored is effectively
an unknown file system type.
</content>
</entry>
<entry>
<title>tests: avoid warnings due to new filefrag -v format</title>
<updated>2013-12-11T04:42:59Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-11T04:42:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b95aac31803e64c766f4f0a097938366c7e3cee1'/>
<id>urn:sha1:b95aac31803e64c766f4f0a097938366c7e3cee1</id>
<content type='text'>
* tests/cp/sparse-fiemap.sh: Newer versions of filefrag output
more fields, in different orders, so handle that to avoid warnings.
</content>
</entry>
<entry>
<title>build: update gnulib to fix a tests build failure</title>
<updated>2013-12-09T14:28:03Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-09T14:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b9bb1b58fe4efbe95f44755af7d5f71eccbbe1d2'/>
<id>urn:sha1:b9bb1b58fe4efbe95f44755af7d5f71eccbbe1d2</id>
<content type='text'>
* gnulib: Update to incorporate a fix for building tests
with -Werror=old-style-declaration
</content>
</entry>
<entry>
<title>tests: fix false failure due to xargs usage</title>
<updated>2013-12-09T13:37:21Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-12-09T13:34:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b6d1e842c10bd0fe6d7e6937207c44c753caa7dd'/>
<id>urn:sha1:b6d1e842c10bd0fe6d7e6937207c44c753caa7dd</id>
<content type='text'>
* tests/readlink/multi.sh: Ensure there is a trailing delimeter
or xargs may (on AIX 7 at least) suppress the last argument.
</content>
</entry>
</feed>
