index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ls
/
print.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -D option to specify exact format of date and time output with ls -l.
grog
2008-04-04
1
-7
/
+10
*
Avoid a spurious warning for each whiteout found during "ls -lW".
ru
2006-10-18
1
-2
/
+3
*
Add a new -U flag to instruct ls to use the birthtime for printing or
jhb
2006-03-24
1
-0
/
+2
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
1
-1
/
+1
*
Remove from the printfns the assumption that dp->list != NULL. Even
das
2004-06-08
1
-2
/
+6
*
Use humanize_number(3).
pjd
2004-05-25
1
-58
/
+5
*
Treat filenames as multibyte character strings (according to the current
tjr
2004-05-02
1
-1
/
+2
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Stop iterating over ACLs if we've already determined we
bmilekic
2004-04-03
1
-5
/
+11
*
Fixes to output of `ls -lh` for certain file sizes:
cperciva
2004-03-01
1
-4
/
+4
*
Fix alignment of size field in `ls -lh` -- the width was being computed
cperciva
2004-01-22
1
-2
/
+2
*
Handle realloc() failure correctly.
tjr
2003-10-16
1
-2
/
+5
*
Fix a bazillion warnings. This makes almost the whole of src/bin/*
markm
2003-05-03
1
-22
/
+21
*
pathconf() and acl_get_file() follow links so they cannot be used to
tjr
2002-12-19
1
-0
/
+8
*
Use warn() instead of perror() or fprintf() where appropriate.
tjr
2002-11-06
1
-6
/
+4
*
Print a `+' character after the standard UNIX permission fields in long
tjr
2002-11-03
1
-0
/
+53
*
Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather
rwatson
2002-10-24
1
-2
/
+2
*
Constify, staticify, rationalise types and fix other related warnings.
markm
2002-10-23
1
-8
/
+8
*
Print non-printing characters in directory names, as well as file names,
tjr
2002-10-18
1
-1
/
+1
*
Output "human-readable" values with a non-0 precision where
dd
2002-10-18
1
-7
/
+9
*
Fix a warning of "possibly used before initialisation".
keramida
2002-08-29
1
-2
/
+1
*
Consistently use __FBSDID
obrien
2002-06-30
1
-4
/
+2
*
Add missing options required by SUSv3:
tjr
2002-05-19
1
-2
/
+47
*
restore missing default case removed in ls.c:r1.57
billf
2002-05-15
1
-0
/
+1
*
#include <time.h> for the definition of time functions instead of
bde
2002-02-25
1
-2
/
+1
*
Use __FBSDID() and clean up the vendor tags.
markm
2002-02-03
1
-5
/
+6
*
WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.
markm
2002-02-03
1
-13
/
+12
*
o __P has been reoved
imp
2002-02-02
1
-45
/
+25
*
LSCOLOURS should be spelt LSCOLORS.
joe
2001-12-29
1
-1
/
+1
*
Restore these files to shiny KNF.
joe
2001-12-29
1
-43
/
+43
*
Convert some spaces into tabs that I missed first time around.
joe
2001-12-28
1
-30
/
+30
*
Revert most of rev 1.42, to restore KNF style.
joe
2001-12-28
1
-49
/
+49
*
Add a new flag, -h which when combined with the -l option causes
joe
2001-12-28
1
-1
/
+71
*
Make it clearer what changed to a user using the old format of LSCOLORS.
joe
2001-12-28
1
-3
/
+3
*
Mop up some warnings.
joe
2001-12-28
1
-2
/
+2
*
Make the style more consistent throughout the file.
joe
2001-12-28
1
-58
/
+71
*
Use the default colour instead if a bad colour specification is given.
joe
2001-12-28
1
-1
/
+1
*
Revamp the colour support to allow for bold characters. Colours
joe
2001-12-28
1
-15
/
+39
*
Add LOMAC options (the "Z" flag in both cases) to display extra information
green
2001-11-26
1
-0
/
+2
*
Silence minor cc warning
ache
2001-03-21
1
-1
/
+1
*
Use nl_langinfo instead of %Ef
ache
2001-03-21
1
-6
/
+7
*
make sure we do not write out non-printable characters in file names
assar
2000-07-04
1
-9
/
+19
*
I broke locale sensitive ordering of date and month in
joe
2000-06-21
1
-6
/
+9
*
Don't assume that the output of strftime for "%c" ("national
joe
2000-06-18
1
-15
/
+10
*
Greately simplify oxtabs fix by simple setting f_notabs for f_color
ache
2000-06-06
1
-13
/
+0
*
Honor f_notabs flag even in COLORLS
ache
2000-06-06
1
-1
/
+1
*
Back out spaces to TABs replace removing for COLORLS
ache
2000-06-06
1
-0
/
+13
*
Don't replace TABs with spaces for COLORLS because "some terminals get confused"
ache
2000-06-06
1
-12
/
+0
*
Staticize more functions
ache
2000-06-06
1
-4
/
+7
*
Make signal handler safe - don't use stdio (pointed by bde)
ache
2000-06-06
1
-12
/
+26
[next]