<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/ls/util.c, branch upstream/11.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-03-29T02:50:57Z</updated>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>Convert ls(1) to use libxo(3).</title>
<updated>2015-06-10T01:27:38Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2015-06-10T01:27:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=52e4a08c452e268b1cda0f789893509404958181'/>
<id>urn:sha1:52e4a08c452e268b1cda0f789893509404958181</id>
<content type='text'>
Obtained from:	Phil Shafer &lt;phil@juniper.net&gt;
Sponsored by:	Juniper Networks, Inc.
</content>
</entry>
<entry>
<title>When WCHAR_MIN == 0 the check if a wchar_t value will always be true. In</title>
<updated>2013-01-06T02:50:38Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2013-01-06T02:50:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c96f482d96e67291a3a7a4f7c860affbf1d3655'/>
<id>urn:sha1:3c96f482d96e67291a3a7a4f7c860affbf1d3655</id>
<content type='text'>
this case skip the test as gcc complains it is always true.
</content>
</entry>
<entry>
<title>Replace spaces with tabs where appropriate.</title>
<updated>2012-11-08T23:45:19Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2012-11-08T23:45:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dfd91f79a34a3e1b51fa5ec7233fb9c99efd69bf'/>
<id>urn:sha1:dfd91f79a34a3e1b51fa5ec7233fb9c99efd69bf</id>
<content type='text'>
Reminded by: jh@
</content>
</entry>
<entry>
<title>Add y flag and environment variable LS_SAMESORT to specify the same</title>
<updated>2012-11-08T00:24:26Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2012-11-08T00:24:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9aa68a3ffae06d619ec56178d1397b59fd7751bf'/>
<id>urn:sha1:9aa68a3ffae06d619ec56178d1397b59fd7751bf</id>
<content type='text'>
sorting order for time and name with the -t option.  IEEE Std 1003.2
(POSIX.2) mandates that the -t option sort in descending order, and
that if two files have the same timestamp, they should be sorted in
ascending order of their names.  The -r flag reverses both of these
sort orders, so they're never the same.  This creates significant
problems for sequentially named files stored on FAT file systems,
where it can be impossible to list them in the order in which they
were created.

Add , (comma) option to print file sizes grouped and separated by
thousands using the non-monetary separator returned by localeconv(3),
typically a comma or period.

MFC after:  14 days
</content>
</entry>
<entry>
<title>- Add -D to usage().</title>
<updated>2008-04-04T05:55:42Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-04-04T05:55:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ffbd51eb073fd4c617d07865f5a816416a14900'/>
<id>urn:sha1:5ffbd51eb073fd4c617d07865f5a816416a14900</id>
<content type='text'>
- Bump document date for the addition of the -D option.
- Reformat a sentence to look like a real sentence.
</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/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>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/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>
<entry>
<title>Add the -S option to sort files by size. NetBSD and OpenBSD already</title>
<updated>2005-06-03T11:05:58Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2005-06-03T11:05:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71b8b7488794f1ddca03db4fe2d7acf1a0ced1fa'/>
<id>urn:sha1:71b8b7488794f1ddca03db4fe2d7acf1a0ced1fa</id>
<content type='text'>
have this option with identical semantics (sorting large files first).
-r can be used to reverse the sort if that is desired.

PR:		81625
Submitted by:	Kostas Blekos &lt;mplekos@physics.upatras.gr&gt;, keramida
</content>
</entry>
</feed>
