<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/wc, branch upstream/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-04-11T08:16:35Z</updated>
<entry>
<title>wc(1): document SIGINFO handling in the manual page.</title>
<updated>2020-04-11T08:16:35Z</updated>
<author>
<name>Eugene Grosbein</name>
<email>eugen@FreeBSD.org</email>
</author>
<published>2020-04-11T08:16:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75acbb222694769c1089363d56af6fee95e2550d'/>
<id>urn:sha1:75acbb222694769c1089363d56af6fee95e2550d</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>wc(1): account for possibility of file == NULL</title>
<updated>2020-02-05T14:00:27Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-02-05T14:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbdf47586eb1e4a9dd874fbdc82a6e8e35026391'/>
<id>urn:sha1:fbdf47586eb1e4a9dd874fbdc82a6e8e35026391</id>
<content type='text'>
file could reasonably be NULL here if we we're using stdin. Albeit less
likely in normal usage, one could actually hit either of these warnings on
stdin.

ubmitted by:	sigsys@gmail.com
MFC after:	3 days
</content>
</entry>
<entry>
<title>Update Makefile.depend files</title>
<updated>2019-12-11T17:37:53Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2019-12-11T17:37:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c9a9dfc187d171de6b92654d71b977f067ed641'/>
<id>urn:sha1:2c9a9dfc187d171de6b92654d71b977f067ed641</id>
<content type='text'>
Update a bunch of Makefile.depend files as
a result of adding Makefile.depend.options files

Reviewed by:	 bdrewery
MFC after:	1 week
Sponsored by:   Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D22494
</content>
</entry>
<entry>
<title>Add Makefile.depend.options</title>
<updated>2019-12-11T17:37:37Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2019-12-11T17:37:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ab1c5846ff41be24b1f6beb0317bf8258cd4409'/>
<id>urn:sha1:5ab1c5846ff41be24b1f6beb0317bf8258cd4409</id>
<content type='text'>
Leaf directories that have dependencies impacted
by options need a Makefile.depend.options file
to avoid churn in Makefile.depend

DIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etc
can be set in local.dirdeps-options.mk
which can add to those set in Makefile.depend.options

See share/mk/dirdeps-options.mk

Reviewed by:	 bdrewery
MFC after:	1 week
Sponsored by:   Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D22469
</content>
</entry>
<entry>
<title>cap_fileargs: chase r346315, update fileargs_init in consumers</title>
<updated>2019-04-17T16:18:14Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2019-04-17T16:18:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d76eef3430e27ec08548476dc1c1dbfe7f63b1f4'/>
<id>urn:sha1:d76eef3430e27ec08548476dc1c1dbfe7f63b1f4</id>
<content type='text'>
Reported by:	ci.freebsd.org (8 times so far)
MFC after:	3 weeks
MFC with:	r346315
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>s/caph_enter_capser/caph_enter_casper/g</title>
<updated>2018-11-12T18:43:51Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2018-11-12T18:43:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=509e73d4831ef82280019042b63b1c806d21e224'/>
<id>urn:sha1:509e73d4831ef82280019042b63b1c806d21e224</id>
<content type='text'>
Reported by:	npn
</content>
</entry>
<entry>
<title>s/caph_enter_with_casper/caph_enter_casper/</title>
<updated>2018-11-12T18:34:55Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2018-11-12T18:34:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8e4febf0121378c381ffae1893ad4336fbb51daa'/>
<id>urn:sha1:8e4febf0121378c381ffae1893ad4336fbb51daa</id>
<content type='text'>
Reported by:	npn
</content>
</entry>
<entry>
<title>wc: We should sandbox wc only if Capers is available.</title>
<updated>2018-11-12T18:01:36Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2018-11-12T18:01:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c71292ea35140dc8f2744ff6da9e3d12760e30e1'/>
<id>urn:sha1:c71292ea35140dc8f2744ff6da9e3d12760e30e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wc: sandbox wc using capsicum</title>
<updated>2018-11-12T17:47:51Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2018-11-12T17:47:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e4c5144e6ad7f3c51465bf92a0101d1e5afe845'/>
<id>urn:sha1:9e4c5144e6ad7f3c51465bf92a0101d1e5afe845</id>
<content type='text'>
Reviewed by:	AllanJude, emaste
Differential Revision:	https://reviews.freebsd.org/D14409
</content>
</entry>
<entry>
<title>wc(1): Fix 'wc -L'</title>
<updated>2018-08-02T23:45:14Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2018-08-02T23:45:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84b851c23fecf26c88f1407b8a06282785c6bffd'/>
<id>urn:sha1:84b851c23fecf26c88f1407b8a06282785c6bffd</id>
<content type='text'>
I inadvertently broke 'wc -L' in r326736.  We must skip the fast path if -L
was specified, in addition to the existing check for the -l option.

Document long-standing -L behavior (count varies depending on whether wc(1)
is run with the -m option or not) in wc.1.  That behavior dates back to the
introduction of the -L option, but was not documented.

PR:		230300
Reported by:	&lt;amstrnad+bugzilla AT gmail.com&gt;
Sponsored by:	Dell EMC Isilon
</content>
</entry>
</feed>
