<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/ls, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>Avoid a spurious warning for each whiteout found during "ls -lW".</title>
<updated>2006-10-18T10:58:27Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-10-18T10:58:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b912fe73eec0437f905cc1b17d992e2b70ef76ef'/>
<id>urn:sha1:b912fe73eec0437f905cc1b17d992e2b70ef76ef</id>
<content type='text'>
# ls -lW
total 2
-rw-r--r--  1 root  wheel  6 Oct 18 14:46 file1
ls: ./file2: No such file or directory
w---------  0 root  wheel  0 Jan  1  1970 file2
</content>
</entry>
<entry>
<title>- Improve description of the -A option.</title>
<updated>2006-10-12T10:08:52Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-10-12T10:08:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=32fcd4577ff3a5a10f7ab3ee2efdb72d0daccc27'/>
<id>urn:sha1:32fcd4577ff3a5a10f7ab3ee2efdb72d0daccc27</id>
<content type='text'>
- Document how whiteouts look in the long output. [1]
- Sort entry types.
- Fix description of the socket type.

PR:		docs/51921 [1]
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2006-09-17T17:40:07Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-17T17:40:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9badf57f01d56d12c922d1c5a195103b605287e4'/>
<id>urn:sha1:9badf57f01d56d12c922d1c5a195103b605287e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the -S and -t options to override each other so that the last one</title>
<updated>2006-03-24T17:09:03Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-03-24T17:09:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=93a5035fd721105b87d3a6a011e7b467062e9657'/>
<id>urn:sha1:93a5035fd721105b87d3a6a011e7b467062e9657</id>
<content type='text'>
specified wins to make their interaction less confusing.
</content>
</entry>
<entry>
<title>Fix a bug such that if you enabled sorting by size (-S) and enabled a</title>
<updated>2006-03-24T16:47:22Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-03-24T16:47:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86cca1e75ed02a39d8fd8785fa8db8de71a72cfb'/>
<id>urn:sha1:86cca1e75ed02a39d8fd8785fa8db8de71a72cfb</id>
<content type='text'>
flag to use a time other than modtime (-c, -u, or -U), the output would
actually be sorted by the specified time rather than size.  This does
alter the behavior in the case where both -S and -t are specified.  Now,
-S is always preferred.  Previously, -t was preferred if one of -c, -u, or
-U was specified, and -S was preferred otherwise.  Perhaps -S and -t should
override each other (last one specified wins).
</content>
</entry>
<entry>
<title>Add a few more references to -U.</title>
<updated>2006-03-24T16:43:58Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-03-24T16:43:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bea12be630bd7c9b064f75895420238044c79491'/>
<id>urn:sha1:bea12be630bd7c9b064f75895420238044c79491</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new -U flag to instruct ls to use the birthtime for printing or</title>
<updated>2006-03-24T16:38:02Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-03-24T16:38:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe79420eb70e4d4f4ce69d44e1d8f5e74de3f666'/>
<id>urn:sha1:fe79420eb70e4d4f4ce69d44e1d8f5e74de3f666</id>
<content type='text'>
sorting.

Submitted by:	Andrzej Tobola ato at iem dot pw dot edu dot pl
MFC after:	1 week
</content>
</entry>
<entry>
<title>-mdoc sweep.</title>
<updated>2005-11-17T12:15:23Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-17T12:15:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8af1113166785d8c42bdd28ab12ad13e6b5496f0'/>
<id>urn:sha1:8af1113166785d8c42bdd28ab12ad13e6b5496f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Having three options (-a, -A, -I) controlling the output of dotted</title>
<updated>2005-11-16T07:13:37Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-16T07:13:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=390a478eb0b16d6fb0ab8bc2a6abd664aee65a04'/>
<id>urn:sha1:390a478eb0b16d6fb0ab8bc2a6abd664aee65a04</id>
<content type='text'>
files is too much and hard to follow.  Instead, make the -I option
just mean "do not automatically set -A for root".  That is, if -A
is explicitly set, -I is ignored.  Also, document -I in usage().
(The ls.c diff is better viewed relative to rev. 1.80.)

No objection:	mux
Silence from:	mnag
MFC after:	3 days
</content>
</entry>
</feed>
