<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/echo, branch release/9.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-11-12T22:43:40Z</updated>
<entry>
<title>echo(1): Clarify portability and mention literal "--" handling.</title>
<updated>2010-11-12T22:43:40Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2010-11-12T22:43:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=61aad2fe097a06924c73edfca01b8faf40d02575'/>
<id>urn:sha1:61aad2fe097a06924c73edfca01b8faf40d02575</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Mark functions as __dead2 in order to help the LLVM static checker</title>
<updated>2008-08-04T01:25:48Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2008-08-04T01:25:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f9bcf9cabfc4f147200688700289c31c663caf99'/>
<id>urn:sha1:f9bcf9cabfc4f147200688700289c31c663caf99</id>
<content type='text'>
understand which code paths aren't possible.

This commit eliminates 117 false positive bug reports of the form
"allocate memory; error out if pointer is NULL; use pointer".
</content>
</entry>
<entry>
<title>Add the new standard EXIT STATUS section where appropriate.</title>
<updated>2005-01-16T16:41:59Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-16T16:41:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581'/>
<id>urn:sha1:6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581</id>
<content type='text'>
Sort standard sections in the (documented) preferred order.
</content>
</entry>
<entry>
<title>/*- or .\"- or #- to begin license clauses.</title>
<updated>2005-01-10T08:39:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-10T08:39:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ddb49cbe45441fa3f3a10f6dd355e9956480b5f'/>
<id>urn:sha1:9ddb49cbe45441fa3f3a10f6dd355e9956480b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T21:04:19Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T21:04:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eccea571a771f9fa80ccb3963855f281db792efd'/>
<id>urn:sha1:eccea571a771f9fa80ccb3963855f281db792efd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove clause 3 from the UCB licenses.</title>
<updated>2004-04-06T20:06:54Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-06T20:06:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9'/>
<id>urn:sha1:6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9</id>
<content type='text'>
OK'ed by:	imp, core
</content>
</entry>
<entry>
<title>- Check and report write(2) errors.</title>
<updated>2003-10-11T20:34:43Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2003-10-11T20:34:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=91b7d6dc5871f532b1a86ee76389a9bc348bdf58'/>
<id>urn:sha1:91b7d6dc5871f532b1a86ee76389a9bc348bdf58</id>
<content type='text'>
- Issue a single writev(2) call instead of multiple write(2)s.
  This change improves the inefficiencies introduced when echo
  went on an stdio diet.

The following figures are for echoing 1000 arguments.
original stdio-based echo:
        0.01 real         0.01 user         0.00 sys
before:
        0.05 real         0.00 user         0.04 sys
after:
        0.01 real         0.00 user         0.00 sys
</content>
</entry>
<entry>
<title>Note that -n and \c are implementation-defined as per TC1 to POSIX 2001.</title>
<updated>2003-05-08T17:47:28Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-05-08T17:47:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=005fd5b64b04ffdb158c5e22de77924c74271f33'/>
<id>urn:sha1:005fd5b64b04ffdb158c5e22de77924c74271f33</id>
<content type='text'>
Approved by:	re@ (bmah)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Quiet warnings about copyright[].</title>
<updated>2003-05-01T16:58:57Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-01T16:58:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09a80d4867b85b3df9856d150eb565232dc900d4'/>
<id>urn:sha1:09a80d4867b85b3df9856d150eb565232dc900d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refer to 1003.1-2001 in the Standards section now that TC1 allows the</title>
<updated>2003-04-12T03:49:28Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-04-12T03:49:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=88d5eb71473f24dc33242471f93705c167e98c82'/>
<id>urn:sha1:88d5eb71473f24dc33242471f93705c167e98c82</id>
<content type='text'>
traditional BSD behaviour (-n option) and FreeBSD extensions (\c).
</content>
</entry>
</feed>
