<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/tools, branch release/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2016-07-03T18:27:00Z</updated>
<entry>
<title>Remove ftp(1) related files when MK_FTP == no</title>
<updated>2016-07-03T18:27:00Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2016-07-03T18:27:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d39abb6f673759860583853a0be4d9b9ef1d340f'/>
<id>urn:sha1:d39abb6f673759860583853a0be4d9b9ef1d340f</id>
<content type='text'>
Approved by: re (gjb)
Differential Revision: https://reviews.freebsd.org/D6969
MFC after: 1 week
Reviewed by: ngie
Submitted by: rakuco
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Posixify the locales name for variants</title>
<updated>2016-07-03T18:21:11Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-07-03T18:21:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a'/>
<id>urn:sha1:3cf6509d70d2d3b5a8ef07944d3bf57f45f2ba9a</id>
<content type='text'>
For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @&lt;variant&gt; to the others
  respecting POSIX

As a result:
- All the 3 components locales added recently are renamed to the usual 2
  components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
  version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
  changes

Discussed with:	ache@
Approved by:	re@ (gjb)
</content>
</entry>
<entry>
<title>Document support for alternate TCP stacks.</title>
<updated>2016-06-28T13:37:01Z</updated>
<author>
<name>Jonathan T. Looney</name>
<email>jtl@FreeBSD.org</email>
</author>
<published>2016-06-28T13:37:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cf3c688cc9bc0a5e8ccb49be27a8c92c8d88b408'/>
<id>urn:sha1:cf3c688cc9bc0a5e8ccb49be27a8c92c8d88b408</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D6940
Reviewed by:	hiren
Approved by:	re (gjb)
Sponsored by:	Juniper Networks
</content>
</entry>
<entry>
<title>makeroot: zero out subsecond component of time= keywords</title>
<updated>2016-06-23T19:19:44Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-06-23T19:19:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=948c30e565f327b0a0369d0146f3445a4844fda0'/>
<id>urn:sha1:948c30e565f327b0a0369d0146f3445a4844fda0</id>
<content type='text'>
They are currently not supported by makefs(1).

PR:		194703
Reviewed by:	brooks
Approved by:	re (gjb)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D6925
</content>
</entry>
<entry>
<title>Fix generation of locales with multiple variants</title>
<updated>2016-06-20T06:45:42Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-06-20T06:45:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd51ae1287601bd4eb9d672ac6bf28252d1b312a'/>
<id>urn:sha1:bd51ae1287601bd4eb9d672ac6bf28252d1b312a</id>
<content type='text'>
Serbian locales have triple components to represent the 2 variations of the
locale: Latin and Cyrillic. Previously the tools generatic the locale were
appending both definitions instead of differentiating them.

Reported by:	ache
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>- Prefer to use %d over %e where the day of the month should be zero</title>
<updated>2016-06-19T03:44:32Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2016-06-19T03:44:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=47a8356221f29df5ab5647d49d38efb4dee3446b'/>
<id>urn:sha1:47a8356221f29df5ab5647d49d38efb4dee3446b</id>
<content type='text'>
  filled.
- Since %e means the day of the month as well, regard %e as same as %d
  in md_order.

Reported by:	vangyzen
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Add clang-format under WITH_CLANG_EXTRAS.</title>
<updated>2016-06-17T16:46:58Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-17T16:46:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bc2abcfdef445d4884b996c8f4806d1931b9ab1c'/>
<id>urn:sha1:bc2abcfdef445d4884b996c8f4806d1931b9ab1c</id>
<content type='text'>
Reviewed by:	dim
Approved by:	re (gjb)
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D6856
</content>
</entry>
<entry>
<title>Add a tool to decode ioctl commands.</title>
<updated>2016-06-15T21:01:53Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2016-06-15T21:01:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49b39ebf49987e9cf0038e12706710c83d93c4b5'/>
<id>urn:sha1:49b39ebf49987e9cf0038e12706710c83d93c4b5</id>
<content type='text'>
One or more ioctl command values can be passed as arguments on the command
line.  For each value, the command is broken down into it's components
(direction, group, number, and length).  In addition, if a command has a
known name it is output via sysdecode_ioctlname().

Reviewed by:	kib, emaste, avg
Approved by:	re (gjb)
Differential Revision:	https://reviews.freebsd.org/D6851
</content>
</entry>
<entry>
<title>WITH_META_MODE: Enable printing of some of make's environment on error.</title>
<updated>2016-06-14T16:20:25Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-14T16:20:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29f227c1445a0cf9c7769a3f69be5db48b6e90fc'/>
<id>urn:sha1:29f227c1445a0cf9c7769a3f69be5db48b6e90fc</id>
<content type='text'>
This will print a set of variables from make on error using
MAKE_PRINT_VAR_ON_ERROR.  It is already enabled for the DIRDEPS_BUILD.
It may make sense to enable this in the non-meta mode as well once
people are more used to its more verbose error output.

This makes it much simpler to see which .meta file is used when a
command files so that it may be inspected for the build command.

Suggested by:	sjg
Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>WITH_META_MODE: Lessen the filemon(4) requirement scope.</title>
<updated>2016-06-14T16:20:19Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-14T16:20:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b8ef21b88a8c7ae04e7831f24b0dd5680dfef426'/>
<id>urn:sha1:b8ef21b88a8c7ae04e7831f24b0dd5680dfef426</id>
<content type='text'>
- Move the sys.mk filemon requirement to bsd.init.mk as a warning.
  This is intended only to show when building directly in a subdirectory
  without filemon loaded.
- Move the error into Makefile and only apply it when building
  from the META_TGT_WHITELIST target list.

-DNO_FILEMON can be used to suppress both the warning and the error but
makes WITH_META_MODE less useful.  It will only compare build commands
in this mode rather than track all dependencies.

This fixes installing from a jail which doesn't need filemon in this
phase [1].

Reported by:	Nikolai Lifanov &lt;lifanov@mail.lifanov.com&gt; [1]
Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
</feed>
