<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-08-20T11:42:08Z</updated>
<entry>
<title>MFC r304519:</title>
<updated>2016-08-20T11:42:08Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2016-08-20T11:42:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37f9784baadb50ce2e182700140d84c0bbdeaed7'/>
<id>urn:sha1:37f9784baadb50ce2e182700140d84c0bbdeaed7</id>
<content type='text'>
* Use names for SCTP and UDPLite when reporting the input histogram.
* Fix the output for scope statistics.

Approved by: re (kib)
</content>
</entry>
<entry>
<title>MFS r304469:</title>
<updated>2016-08-19T18:14:33Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-08-19T18:14:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a34455d414b09b8134b24be37674cfe206e78158'/>
<id>urn:sha1:a34455d414b09b8134b24be37674cfe206e78158</id>
<content type='text'>
  MFC r303929,r303930,r303931,r303932,r303933:

    r303929:
      Fix -S with -b not atomically updating the destination file.
    r303930:
      Support -v for -l.
    r303931:
      Fix -S with -l not being atomic.
    r303932:
      Fix -b failure not restoring flags on the destination file.
    r303933:
      Squelch a false-positive Clang static analyzer warning.

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFS r304143:</title>
<updated>2016-08-19T17:48:47Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-08-19T17:48:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=02c0075216354d044b2a80e962396193615cec29'/>
<id>urn:sha1:02c0075216354d044b2a80e962396193615cec29</id>
<content type='text'>
  MFC r303934,r303937,r303942:

    r303934:
      Support rmdir(2).
    r303937:
      Use proper argument length for rmdir(2) for r303934.
    r303942:
      Fix sorting in r303934.

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC: r303685</title>
<updated>2016-08-15T08:20:37Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-08-15T08:20:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4ef93994629e9be5a71ee27280c1fa3dee88cda'/>
<id>urn:sha1:f4ef93994629e9be5a71ee27280c1fa3dee88cda</id>
<content type='text'>
truss: fix uninitialized trussinfo-&gt;curthread in add_threads()/enter_syscall

trussinfo-&gt;curthread must be initialized before calling enter_syscall(),
it is used by t-&gt;proc-&gt;abi-&gt;fetch_args().
Without that truss is segfaulting and the attached program also crash.

Submitted by:	Nikita Kozlov (nikita@gandi.net)
Reviewed by:	jhb
Approved by:	re (gjb)
Differential Revision:	https://reviews.freebsd.org/D7399
</content>
</entry>
<entry>
<title>MFC r303676:</title>
<updated>2016-08-09T19:20:53Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2016-08-09T19:20:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6d66342c82d716003d8d1832c51812dd8dba2d4'/>
<id>urn:sha1:b6d66342c82d716003d8d1832c51812dd8dba2d4</id>
<content type='text'>
Fix a segfault in bsdgrep when parsing the invalid extended regexps "?"
or "+" (these are invalid, because there is no preceding operand).

When bsdgrep attempts to emulate GNU grep in discarding and ignoring the
invalid ? or + operators, some later logic in tre_compile_fast() goes
beyond the end of the buffer, leading to a crash.

Fix this by bailing out, and reporting a bad pattern instead.

Approved by:	re (gjb, kib)
Reported by:	Steve Kargl
</content>
</entry>
<entry>
<title>Merge r303264 and corrections:</title>
<updated>2016-08-02T14:14:36Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2016-08-02T14:14:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4f76fbb39d086635ee35bc251aa39277c1e1445'/>
<id>urn:sha1:f4f76fbb39d086635ee35bc251aa39277c1e1445</id>
<content type='text'>
  The date format for ru_RU.UTF-8 locale has changed some time ago, adjust
  the ru_RU.UTF-8 calendar files.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r303520</title>
<updated>2016-08-01T16:39:40Z</updated>
<author>
<name>Eric van Gyzen</name>
<email>vangyzen@FreeBSD.org</email>
</author>
<published>2016-08-01T16:39:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a36bd13a92741e6d5b3b7c9f056b54e32075215'/>
<id>urn:sha1:2a36bd13a92741e6d5b3b7c9f056b54e32075215</id>
<content type='text'>
Fix markup for -j in cpuset(1) synopsis

Approved by:	re (kib)
Sponsored by:	Dell Inc.
</content>
</entry>
<entry>
<title>MFC r302911:</title>
<updated>2016-07-25T15:03:14Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-07-25T15:03:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7177fe92713b1b0dd024cfcf92b960f3eff52f5d'/>
<id>urn:sha1:7177fe92713b1b0dd024cfcf92b960f3eff52f5d</id>
<content type='text'>
mail(1): Avoid closing negative file descriptors.

CID:		1008105, 1008106
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Fix bspatch heap overflow vulnerability.</title>
<updated>2016-07-25T14:52:12Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-07-25T14:52:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b02c62a3c7d1f97d30d17c9a21bcbdbf49124b0f'/>
<id>urn:sha1:b02c62a3c7d1f97d30d17c9a21bcbdbf49124b0f</id>
<content type='text'>
Obtained from:	Chromium
Reported by:	Lu Tung-Pin
Security:	FreeBSD-SA-16:25.bspatch
Approved by:	re (so@ blanket)
</content>
</entry>
<entry>
<title>MFC r302542:</title>
<updated>2016-07-25T14:35:48Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-07-25T14:35:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ebfa5c38a76c8305348a200aaa4679ef4c0955b6'/>
<id>urn:sha1:ebfa5c38a76c8305348a200aaa4679ef4c0955b6</id>
<content type='text'>
Use _PATH_DEVNULL instead of hardcoding.

Approved by:	re (kib)
</content>
</entry>
</feed>
