<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin, branch release/4.9.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.9.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.9.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-10-27T07:57:33Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-10-27T07:57:33Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-10-27T07:57:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90928716548537e93f54266e33cb4a3353fd3932'/>
<id>urn:sha1:90928716548537e93f54266e33cb4a3353fd3932</id>
<content type='text'>
'RELENG_4_9_0_RELEASE'.

This commit was manufactured to restore the state of the 4.9-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: revs. 1.22-1.24 (except for lchflags(2)).</title>
<updated>2003-08-14T14:07:13Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-08-14T14:07:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6ac755decd3364414f1a8dacb8e1e1f2748d63f'/>
<id>urn:sha1:f6ac755decd3364414f1a8dacb8e1e1f2748d63f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev. 1.76: Note the non-standard behavior of -gno</title>
<updated>2003-08-13T09:22:52Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-08-13T09:22:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fc2e6b80b0d27cc80bb55e0b133d575355378c2e'/>
<id>urn:sha1:fc2e6b80b0d27cc80bb55e0b133d575355378c2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: 1.64</title>
<updated>2003-08-09T13:42:16Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2003-08-09T13:42:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=da38567637a3c8c51a2ab0753a387f4d9a837fa8'/>
<id>urn:sha1:da38567637a3c8c51a2ab0753a387f4d9a837fa8</id>
<content type='text'>
Clarify that the 'state' information consists of characters, not
only letters (e.g. IWs+)
</content>
</entry>
<entry>
<title>MFC: Changes following CScout analysis:</title>
<updated>2003-07-22T13:11:26Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2003-07-22T13:11:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cbcfad98b88324e4c39cf8501c0df01db3af8b73'/>
<id>urn:sha1:cbcfad98b88324e4c39cf8501c0df01db3af8b73</id>
<content type='text'>
  - Removed dead declarations
  - Made objects that should have been declared as static, static.

The changes use STATIC instead of static, following the existing
convention in the rest of the code.

alias.c:	1.17
cd.c:		1.33
exec.c:		1.23
exec.h:		1.11
expand.c:	1.44
input.c:	1.20
jobs.c:		1.64
memalloc.c:	1.25
nodes.c.pat:	1.14
output.c:	1.18
parser.c:	1.49
redir.c:	1.24
var.c:		1.25
</content>
</entry>
<entry>
<title>MFC: 1.75</title>
<updated>2003-07-14T07:22:24Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2003-07-14T07:22:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=46d9c09473a7a4f827776e6f128e7e232b0c962e'/>
<id>urn:sha1:46d9c09473a7a4f827776e6f128e7e232b0c962e</id>
<content type='text'>
-l prints all permissions, not just owner and group
</content>
</entry>
<entry>
<title>Partial MFC: 1.12: Note special meaning of operators in shells,</title>
<updated>2003-05-16T22:55:19Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2003-05-16T22:55:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d0ba8c056224a324994a3bdd3b80dd2adf2cab86'/>
<id>urn:sha1:d0ba8c056224a324994a3bdd3b80dd2adf2cab86</id>
<content type='text'>
explain integer conversion and describe operator precedence.
</content>
</entry>
<entry>
<title>MFC: 1.33: Fix a broken reference to locale(5) and xref re_format(7).</title>
<updated>2003-05-16T22:45:18Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2003-05-16T22:45:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c335d1555a5d10cc04bac18bc734576d10984a3'/>
<id>urn:sha1:5c335d1555a5d10cc04bac18bc734576d10984a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce diffs to current.</title>
<updated>2003-05-16T22:43:15Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2003-05-16T22:43:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=508ebb4a25c60868dbaf46c76b2ee3f0441d0883'/>
<id>urn:sha1:508ebb4a25c60868dbaf46c76b2ee3f0441d0883</id>
<content type='text'>
MFC: 1.23: The .Nm utility
</content>
</entry>
<entry>
<title>MFC: Note that -n and \c are implementation-defined as per TC1 to POSIX 2001.</title>
<updated>2003-05-11T08:48:04Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-05-11T08:48:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=39f75a3f683db11f4db81076cd3828e73114dde4'/>
<id>urn:sha1:39f75a3f683db11f4db81076cd3828e73114dde4</id>
<content type='text'>
</content>
</entry>
</feed>
