<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-03-07T23:48:29Z</updated>
<entry>
<title>MFC r238501,r238514:</title>
<updated>2013-03-07T23:48:29Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2013-03-07T23:48:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00da398a11c2540a54ce1e7d59b462287cdc4f69'/>
<id>urn:sha1:00da398a11c2540a54ce1e7d59b462287cdc4f69</id>
<content type='text'>
Changes which improve compilation if neither INET nor INET6 is defined.
</content>
</entry>
<entry>
<title>MFH (r240278): document -quit</title>
<updated>2013-03-01T10:23:36Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-03-01T10:23:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3ead4ea0d94378278cc9170210ac83e397c1e1e2'/>
<id>urn:sha1:3ead4ea0d94378278cc9170210ac83e397c1e1e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFH (r238602): add -g (gigabyte) flag</title>
<updated>2013-03-01T09:40:02Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-03-01T09:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cf6d0ba374ef6f4d81cf3b0a88212446641d7508'/>
<id>urn:sha1:cf6d0ba374ef6f4d81cf3b0a88212446641d7508</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 245610,245633,245635:</title>
<updated>2013-03-01T01:02:44Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2013-03-01T01:02:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b97869835244d025ef81b02208e6b5e6a355ca52'/>
<id>urn:sha1:b97869835244d025ef81b02208e6b5e6a355ca52</id>
<content type='text'>
Include the thread name along with the command name when displaying the
command name of a thread from a multi-threaded process that doesn't have
an available argument list (such as kernel processes) and threads display
is enabled via -H.
</content>
</entry>
<entry>
<title>MFC 241730: Correct the order of the MFU and MRU labels.</title>
<updated>2013-02-28T18:24:14Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2013-02-28T18:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a31d21d7bfa32fdeb6934643ef6759eea9c4934'/>
<id>urn:sha1:0a31d21d7bfa32fdeb6934643ef6759eea9c4934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r246860:</title>
<updated>2013-02-18T22:03:04Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-02-18T22:03:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aff71a25b0becba5787dcc2cafe71dfc893e434e'/>
<id>urn:sha1:aff71a25b0becba5787dcc2cafe71dfc893e434e</id>
<content type='text'>
Fix undefined behaviour in usr.bin/mail/util.c.

Reported by:	deeptech71@gmail.com
</content>
</entry>
<entry>
<title>Sync BIND 9 version with 9-STABLE, to 9.8.4-P1.</title>
<updated>2013-02-11T09:42:34Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2013-02-11T09:42:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b64c4483a56fc046b3382f3980d29ed2e27d3e7f'/>
<id>urn:sha1:b64c4483a56fc046b3382f3980d29ed2e27d3e7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r245418:</title>
<updated>2013-02-08T22:23:22Z</updated>
<author>
<name>Jeremie Le Hen</name>
<email>jlh@FreeBSD.org</email>
</author>
<published>2013-02-08T22:23:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=097e26837dbe8db1057b1cd0f1b513107995b8fa'/>
<id>urn:sha1:097e26837dbe8db1057b1cd0f1b513107995b8fa</id>
<content type='text'>
Allow commands without any additional arguments, as stated in the
manpage.  While here, exit early when there is nothing to do.

PR:            168415
Submitted by:  Zhihao Yuan (initial version)

MFC r245419:
Remove stray tabs.

Submitted by:	kib
</content>
</entry>
<entry>
<title>MFC r244037:</title>
<updated>2012-12-20T18:13:04Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-20T18:13:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=240c2c70d3edbb05a8506aa27d6ec2296cc9169c'/>
<id>urn:sha1:240c2c70d3edbb05a8506aa27d6ec2296cc9169c</id>
<content type='text'>
	Add check for failure of mkstemp and setenv.

Approved by:	cperciva (implicit)
</content>
</entry>
<entry>
<title>MFC r243834:</title>
<updated>2012-12-17T06:38:22Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-12-17T06:38:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=511b2b9555659cd2777a6aeb0f9cb6b352836ea8'/>
<id>urn:sha1:511b2b9555659cd2777a6aeb0f9cb6b352836ea8</id>
<content type='text'>
Note that the manual page of less(1) says:

  Note  that  a preprocessor cannot output an empty file, since that
  is interpreted as meaning there is no replacement, and the  origi-
  nal file is used.  To avoid this, if LESSOPEN starts with two ver-
  tical bars, the exit status of the script becomes meaningful.   If
  the  exit  status is zero, the output is considered to be replace-
  ment text, even if it empty.  If the exit status is  nonzero,  any
  output  is ignored and the original file is used.  For compatibil-
  ity with previous versions of less, if LESSOPEN starts  with  only
  one vertical bar, the exit status of the preprocessor is ignored.

Use two pipe symbols for zless, so that zless'ing a compressed empty
file will give output rather than being interpreted as its compressed
form, which is typically a binary.

Thanks Mark Nudelman for pointing out this difference and the
suggested solution.

Reported by:  Matthias Meyser &lt;meyser xenet.de&gt;
PR:           bin/168839
</content>
</entry>
</feed>
