History log of /netbsd/bin/ls/print.c (Results 1 – 25 of 57)
Revision Date Author Comments
# 7c907856 17-May-2020 christos <christos@NetBSD.org>

No ACL support for install media (SMALLPROG)


# b9c1fd7f 16-May-2020 christos <christos@NetBSD.org>

Add ACL support for FFS. From FreeBSD.


# af4f5b33 10-May-2014 martin <martin@NetBSD.org>

PR bin/48798: fix format for ino_t.
Slightly modifed variant of the patch provided by Thomas Schmitt.


# 81efc443 22-Feb-2014 mlelstv <mlelstv@NetBSD.org>

fix -w output


# 05701fd1 20-Feb-2014 christos <christos@NetBSD.org>

Add -O (only leaf files) and -P (print full path), from tls@


# 4957c2d1 02-May-2013 zafer <zafer@NetBSD.org>

remove whitespace from end of file.
introduced by erh in 1.49


# 53932275 29-Jun-2012 yamt <yamt@NetBSD.org>

handle realloc failure


# 33310410 15-Mar-2011 christos <christos@NetBSD.org>

- use printf(3) "'" format to do thousands grouping instead of custom version.
- fix sign format inconsistencies.


# 32ac515e 15-Mar-2011 erh <erh@NetBSD.org>

PR#7540, add a -M option to ls which causes sizes (and number of blocks) to be
displayed with comma separators (or a locale specific separator).


# 5a8bd460 18-Aug-2010 enami <enami@NetBSD.org>

Fix broken indentation. No functional change.


# b22f1047 02-Apr-2010 christos <christos@NetBSD.org>

make it obvious to grep that we are checking ctime.


# 221f2e33 01-Apr-2010 christos <christos@NetBSD.org>

handle ctime returning NULL


# 990d25a9 14-Feb-2009 lukem <lukem@NetBSD.org>

fix -Wsign-compare issues


# 909ffa32 28-Dec-2008 christos <christos@NetBSD.org>

prepare for 64 bit dev_t


# c111d829 02-Nov-2008 ahoka <ahoka@NetBSD.org>

Implement a printtotal function to avoid code repetition.


# 78509e7f 14-Dec-2006 christos <christos@NetBSD.org>

Pass lint. From Anon Ymous


# 0386433d 31-Oct-2005 jschauma <jschauma@NetBSD.org>

Somehow missed this in the last commit, where I only changed the commentary
to reflect the actual change (plus minor nits). So here's the actual change:

Rather than '-h' suppressing '-s' when using

Somehow missed this in the last commit, where I only changed the commentary
to reflect the actual change (plus minor nits). So here's the actual change:

Rather than '-h' suppressing '-s' when using '-l', make it display
the blocks used in human readable form, as suggested by Alan Barrett
and Daniel Carosone.

(Missing bits spotted, as usual, by wiz@.)

show more ...


# 75a40767 17-Nov-2004 mycroft <mycroft@NetBSD.org>

Print some future timestamps with HH:MM rather than YYYY, so that we get
something reasonable if we're using a file server whose time is slightly
ahead.


# 1a12f82f 09-Aug-2004 jschauma <jschauma@NetBSD.org>

If a files date is any time in the future (not six months or more),
use "date "+%b %e %Y"" format. This is what SUSv3 says.
Ok jdolecek, dsl


# f4c47802 26-Dec-2003 grant <grant@NetBSD.org>

implement -h(umanize).

from David P. Reese Jr. in PR bin/23870.


# 21ab6335 22-Sep-2003 jschauma <jschauma@NetBSD.org>

After last weeks addition of the '-b' flag, add '-B' and '-w' flags,
suggested by uwe@, inspired by FreeBSD. The three flags override
each other (and the '-q' flag) and behave as follows:

-B

After last weeks addition of the '-b' flag, add '-B' and '-w' flags,
suggested by uwe@, inspired by FreeBSD. The three flags override
each other (and the '-q' flag) and behave as follows:

-B Force printing of non-printable characters in file names as
\xxx, where xxx is the numeric value of the character in octal.

-b As -B, but use C escape codes whenever possible.

-w Force raw printing of non-printable characters. This is the
default when output is not to a terminal.

show more ...


# 2ccef82c 14-Sep-2003 jschauma <jschauma@NetBSD.org>

Implement '-b' option, which, following FreeBSD, Linux and (I think) Solaris
prints octal escapes for nongraphic characters.


# b5b29542 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22249, verified by myself.


# 75d0e9d0 07-May-2003 grant <grant@NetBSD.org>

make -g behave as it should according to SUSv3 (long listing without
owner).

ok'd by kleink@.


# 54a944c3 09-Nov-2002 enami <enami@NetBSD.org>

Cosmetic changes.


123