<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/tools, branch releng/6.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-09-01T23:48:06Z</updated>
<entry>
<title>MFC: r174533, r182605:</title>
<updated>2008-09-01T23:48:06Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2008-09-01T23:48:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e6c5269e1949db5e49fdb3510df1a006d0402bea'/>
<id>urn:sha1:e6c5269e1949db5e49fdb3510df1a006d0402bea</id>
<content type='text'>
+ Open ctty in non-blocking mode to avoid hangs during open and close(waiting
  for the port to drain).
+ Handle "*" as a priority properly.
+ Test what is free'ed.
+ Dynamically determine length vs. hardcoding it.
+ Free the previous message buffer (f_prevline) only after logging all the
  messages and just before the process exit.  Also check f_prevline for NULL
  before using it.
+ The time displayed is not synchornized with the other log destinations.
+ Fix a comment.
+ Remove extraneous NULL pointer check - the pointer is guaranteed to be
  non-NULL.
</content>
</entry>
<entry>
<title>MFC of regression tests for usr.bin/calendar.</title>
<updated>2008-08-05T08:49:49Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2008-08-05T08:49:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08fb58f04877e94750c9a0a4a2fc8312bc9bf93d'/>
<id>urn:sha1:08fb58f04877e94750c9a0a4a2fc8312bc9bf93d</id>
<content type='text'>
PR:		bin/113275, bin/113287
</content>
</entry>
<entry>
<title>MFC: kernel-mode NFS lock manager.</title>
<updated>2008-04-24T10:46:25Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2008-04-24T10:46:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a00f27bf3c371e363f050e8f9f7fe6c866b1a98d'/>
<id>urn:sha1:a00f27bf3c371e363f050e8f9f7fe6c866b1a98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2008-04-11T10:35:00Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-04-11T10:35:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=038cb3f076dbb2a0201f0d6d28a52b8671c40d90'/>
<id>urn:sha1:038cb3f076dbb2a0201f0d6d28a52b8671c40d90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2007-05-13T09:33:36Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-05-13T09:33:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dab56305f470c65b9a99c38ac11dea40b718029f'/>
<id>urn:sha1:dab56305f470c65b9a99c38ac11dea40b718029f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2007-04-19T23:19:43Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-04-19T23:19:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7aec17680c308519ee216be1520a0aa8b9cb0433'/>
<id>urn:sha1:7aec17680c308519ee216be1520a0aa8b9cb0433</id>
<content type='text'>
Don't forget to close the range if we branched over its end
and had no chance to match it by the 2nd address precisely.
Otherwise the unclosed range would bogusly extend to the end
of stream.

Add a regression test.

Explain the decision in the `POSIX' file.

	1.44	src/usr.bin/sed/process.c
	1.2-1.4	src/usr.bin/sed/POSIX
	1.13	src/tools/regression/usr.bin/sed/regress.sh
	1.1	src/tools/regression/usr.bin/sed/regress.b2a.out
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2007-04-19T23:04:51Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-04-19T23:04:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db937f2110bce910c29bfbe7dfada49a8f07a567'/>
<id>urn:sha1:db937f2110bce910c29bfbe7dfada49a8f07a567</id>
<content type='text'>
Make the `c' function not forget to print the text in some cases.
Add respective regression tests.

	1.42	src/usr.bin/sed/process.c
	1.12	src/tools/regression/usr.bin/sed/regress.sh
	1.1	src/tools/regression/usr.bin/sed/regress.c0.out
	1.1	src/tools/regression/usr.bin/sed/regress.c1.out
	1.1	src/tools/regression/usr.bin/sed/regress.c2.out
	1.1	src/tools/regression/usr.bin/sed/regress.c3.out
</content>
</entry>
<entry>
<title>MFC rev 1.4:</title>
<updated>2007-04-19T22:53:21Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2007-04-19T22:53:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0cc2eb761571e68f94b85510bba432d34c5066cc'/>
<id>urn:sha1:0cc2eb761571e68f94b85510bba432d34c5066cc</id>
<content type='text'>
Add missing newline to correct failure of the regression test.
According to IEEE Std 1003.1, 2004 "Whenever the pattern space is
written to standard output or a named file, sed shall immediately
follow it with a &lt;newline&gt;."
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2007-04-10T20:03:43Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-04-10T20:03:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f12177bc4663fc514f11a06e9c7b5f5e93d13028'/>
<id>urn:sha1:f12177bc4663fc514f11a06e9c7b5f5e93d13028</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.3: fix typo</title>
<updated>2007-01-26T06:46:39Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2007-01-26T06:46:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4663203c128e296a022a0263966fbcc28ca46cb4'/>
<id>urn:sha1:4663203c128e296a022a0263966fbcc28ca46cb4</id>
<content type='text'>
</content>
</entry>
</feed>
