<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/test, branch releng/4.11</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.11</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.11'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-06-16T12:10:25Z</updated>
<entry>
<title>MFC rev. 1.19-20:</title>
<updated>2004-06-16T12:10:25Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2004-06-16T12:10:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f25347467fed1935bb99aca167eacbef060f864'/>
<id>urn:sha1:3f25347467fed1935bb99aca167eacbef060f864</id>
<content type='text'>
Describe how test(1) will evaluate its expressions for a symlink.
Remove a duplicated description of the test for the null string.
</content>
</entry>
<entry>
<title>MFC rev. 1.51:</title>
<updated>2002-09-10T09:10:57Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2002-09-10T09:10:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=480fadb7b17ceedf56a7b21e862f7b69b9a8600f'/>
<id>urn:sha1:480fadb7b17ceedf56a7b21e862f7b69b9a8600f</id>
<content type='text'>
o backout rev. 1.40 (rev. 1.29.2.4 in RELENG_4),
o add argv[] boundary check.

Note rev. 1.49 has been never MFCed so there is no need to backout it.

Approved by:	re (jhb)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-08-11T13:40:44Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-08-11T13:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e0cfaf398a61adaa43b0c62ce76c7f02e1f36b46'/>
<id>urn:sha1:e0cfaf398a61adaa43b0c62ce76c7f02e1f36b46</id>
<content type='text'>
Make test check the tv_nsec part of a struct stat when comparing
the mtimes of a file. (This is probably only useful if you have
vfs.timestamp_precision set to something nonzero).

PR:		39163
Submitted by:	Hal Burch &lt;hburch@lumeta.com&gt;
</content>
</entry>
<entry>
<title>Restore uid and euid before exiting.</title>
<updated>2002-04-29T13:06:02Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2002-04-29T13:06:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=575df4287dbefa724a5a2ab3e3e08a0acd11d72a'/>
<id>urn:sha1:575df4287dbefa724a5a2ab3e3e08a0acd11d72a</id>
<content type='text'>
PR:		bin/35076
Reviewed by:	ru
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: rev.1.40: Work around a buffer overflow problem on argv.</title>
<updated>2002-02-06T17:38:37Z</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@FreeBSD.org</email>
</author>
<published>2002-02-06T17:38:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=859bc6d81e89686827aded2c6824aff3380a1371'/>
<id>urn:sha1:859bc6d81e89686827aded2c6824aff3380a1371</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Make test(1) a builtin command of sh(1).</title>
<updated>2001-12-15T10:05:19Z</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@FreeBSD.org</email>
</author>
<published>2001-12-15T10:05:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5d6c49ffd3b322a97936d2e64cf7c91551531d1'/>
<id>urn:sha1:e5d6c49ffd3b322a97936d2e64cf7c91551531d1</id>
<content type='text'>
bin/sh/Makefile          rev. 1.31
bin/sh/builtins.def      rev. 1.8
  - Add test as builtin.

share/man/man1/builtin.1 rev. 1.14-1.15
bin/sh/sh.1              rev. 1.56
  - Add proper cross references.

bin/test/test.c          rev. 1.32-1.35
  - Fix style bugs I found, and add a comment.
  - Do not reference argv[1] if no argument is given.
  - Call error() instead of errx() if compiled as sh(1) builtin.
</content>
</entry>
<entry>
<title>MFC: Reduce gratuitous diffs to -CURRENT.</title>
<updated>2001-12-14T14:28:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-12-14T14:28:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0bd612e6db92c9a89ea03b2747fd3adc0cfd65f'/>
<id>urn:sha1:b0bd612e6db92c9a89ea03b2747fd3adc0cfd65f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: minor, assorted manual page fixes.</title>
<updated>2001-09-30T12:40:05Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-09-30T12:40:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4db36d919e432bedfd923138463559b379b4947'/>
<id>urn:sha1:d4db36d919e432bedfd923138463559b379b4947</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: markup and misc fixes.</title>
<updated>2001-08-16T10:01:11Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-16T10:01:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c1a8d8088f4daef6e0ec50113c89988bd3c4fd14'/>
<id>urn:sha1:c1a8d8088f4daef6e0ec50113c89988bd3c4fd14</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: WARNS=2 and BDECFLAGS</title>
<updated>2001-08-01T05:31:04Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-08-01T05:31:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f65ae72de0412e2eb9c0b0e93f93955ea8072b20'/>
<id>urn:sha1:f65ae72de0412e2eb9c0b0e93f93955ea8072b20</id>
<content type='text'>
</content>
</entry>
</feed>
