<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-11-10T20:34:59Z</updated>
<entry>
<title>MFC r339793:</title>
<updated>2018-11-10T20:34:59Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2018-11-10T20:34:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5027105905597e7cd02ced20a4e5796a57b4a0ce'/>
<id>urn:sha1:5027105905597e7cd02ced20a4e5796a57b4a0ce</id>
<content type='text'>
Don't set NFSv4 ACL inheritance flags on non-directories.

PR:		155163
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>dd(1): Correct padding in status=progress</title>
<updated>2018-09-13T14:54:46Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-09-13T14:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac5d5b054f0b1b92ae322a4be8122bd9edca84fa'/>
<id>urn:sha1:ac5d5b054f0b1b92ae322a4be8122bd9edca84fa</id>
<content type='text'>
Output padding is specified via outlen, which is set using the return value
of fprintf. Because it's printing that padding plus a trailing byte, it
grows by one each iteration rather than reflecting actual length.

Additionally, iec was sized improperly for scaling up similarly to si.
Fixing this revealed that the humanize_number(3) call to populate persec
was using the wrong width.

Submitted by:	Thomas Hurst &lt;tom@hur.st&gt;
Reviewed by:	imp
Approved by:	re (kib)
Differential Revision:	https://reviews.freebsd.org/D16960
</content>
</entry>
<entry>
<title>Fix unlink(1) for files starting with -</title>
<updated>2018-09-12T19:41:16Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-09-12T19:41:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=19b4f0dca0cf914fa9a60c824f5dfe6be962c703'/>
<id>urn:sha1:19b4f0dca0cf914fa9a60c824f5dfe6be962c703</id>
<content type='text'>
Restore the original behavior of unlink(1), passing the provided filename
directly to unlink(2), handling the first argument being "--" correctly.

This fixes "unlink -foo", broken in r97533.

PR:		228448
Submitted by:	Brennan Vincent &lt;brennan@umanwizard.com&gt; (original version)
Submitted by:	Yuri Pankov
Reported by:	Brennan Vincent &lt;brennan@umanwizard.com&gt;
Reviewed by:	emaste, kevans, vangyzen, 0mp
Approved by:	re (delphij)
Differential Revision: https://reviews.freebsd.org/D17132
</content>
</entry>
<entry>
<title>sh: Fix formal overflow in pointer arithmetic</title>
<updated>2018-09-05T19:16:09Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2018-09-05T19:16:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4269bba2eb79d2011a11572e9a0f681b8e9082ff'/>
<id>urn:sha1:4269bba2eb79d2011a11572e9a0f681b8e9082ff</id>
<content type='text'>
The intention is to lower the value of the pointer, which according to ubsan
cannot be done by adding an unsigned quantity.

Reported by:	kevans
Approved by:	re (kib)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/.</title>
<updated>2018-08-29T16:59:19Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-08-29T16:59:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=94ec7ec758aad2cdfd976ef5385ca2b345a6d64d'/>
<id>urn:sha1:94ec7ec758aad2cdfd976ef5385ca2b345a6d64d</id>
<content type='text'>
Approved by:	re (gjb), will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16770
</content>
</entry>
<entry>
<title>Fix the install of /root/.login missed as part of r337849.</title>
<updated>2018-08-28T22:51:45Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-08-28T22:51:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b4d1ec6c6965fe486cfd1320d7f2371a511be38d'/>
<id>urn:sha1:b4d1ec6c6965fe486cfd1320d7f2371a511be38d</id>
<content type='text'>
Approved by:	re (rgrimes)
</content>
</entry>
<entry>
<title>ls(1): Gate the do_color_* definitions behind COLORLS</title>
<updated>2018-08-18T21:03:19Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-08-18T21:03:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=517d0a9043bef8d4a4f1e69ca87465a2b7a0378e'/>
<id>urn:sha1:517d0a9043bef8d4a4f1e69ca87465a2b7a0378e</id>
<content type='text'>
Pointy hat to:	me
</content>
</entry>
<entry>
<title>ls(1): Support other aliases for --color arguments used by GNU ls(1)</title>
<updated>2018-08-18T20:55:20Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-08-18T20:55:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=041e6eb1c5c9c50ec82679cd3e04d028997ecc4f'/>
<id>urn:sha1:041e6eb1c5c9c50ec82679cd3e04d028997ecc4f</id>
<content type='text'>
These aliases are supported and documented in the man page. For now, they
will not be mentioned in the error when an invalid argument is encountered,
instead keeping that list to the shorter 'preferred' names of each argument.

Reported by:	rgrimes
</content>
</entry>
<entry>
<title>ls(1): Add --color=when</title>
<updated>2018-08-17T04:15:51Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-08-17T04:15:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e10ba80063386211b1c74eb72b4fb0f4093e93c0'/>
<id>urn:sha1:e10ba80063386211b1c74eb72b4fb0f4093e93c0</id>
<content type='text'>
--color may be set to one of: 'auto', 'always', and 'never'.

'auto' is the default behavior- output colors only if -G or COLORTERM are
set, and only if stdout is a tty.

'always' is a new behavior- output colors always. termcap(5) will be
consulted unless TERM is unset or not a recognized terminal, in which case
ls(1) will fall back to explicitly outputting ANSI escape sequences.

'never' to turn off any environment variable and -G usage.

Reviewed by:	cem, 0mp (both modulo last-minute manpage changes
Differential Revision:	https://reviews.freebsd.org/D16741
</content>
</entry>
<entry>
<title>ls(1): Fix color env var checking</title>
<updated>2018-08-16T01:27:16Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-08-16T01:27:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7db2f1fe089b82e5051fe5902c87614d540a7027'/>
<id>urn:sha1:7db2f1fe089b82e5051fe5902c87614d540a7027</id>
<content type='text'>
CLICOLOR will behavior as always- if present at all in the environment,
allow colors.

COLORTERM, recently enforced, will have to be both present and not empty.

Submitted by:	imp
</content>
</entry>
</feed>
