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
/
ls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the -S and -t options to override each other so that the last one
jhb
2006-03-24
1
-0
/
+3
*
Fix a bug such that if you enabled sorting by size (-S) and enabled a
jhb
2006-03-24
1
-4
/
+4
*
Add a new -U flag to instruct ls to use the birthtime for printing or
jhb
2006-03-24
1
-2
/
+14
*
Having three options (-a, -A, -I) controlling the output of dotted
ru
2005-11-16
1
-11
/
+7
*
Add a -I option to disable the automatic -A flag for the super-user.
mux
2005-11-10
1
-8
/
+16
*
Add the -S option to sort files by size. NetBSD and OpenBSD already
dd
2005-06-03
1
-6
/
+15
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
1
-1
/
+1
*
If we are asked to print the total number of blocks, do so even if we
das
2004-06-08
1
-12
/
+14
*
Plug small memory leak.
le
2004-06-03
1
-0
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Do something sensible if both -h and -k are given.
obrien
2003-12-01
1
-0
/
+1
*
Fix a bazillion warnings. This makes almost the whole of src/bin/*
markm
2003-05-03
1
-34
/
+32
*
When mac_from_text() fails with -Z, print "-" rather than "" so that
rwatson
2003-04-26
1
-1
/
+1
*
Improve handling of symlink targets when listing MAC labels: don't
rwatson
2002-12-18
1
-6
/
+13
*
Use warn() instead of perror() or fprintf() where appropriate.
tjr
2002-11-06
1
-8
/
+4
*
Do not include <sys/syslimits.h> directly; it is not intended for general
wollman
2002-10-27
1
-1
/
+0
*
Attempt improved use of fts results: use the correct path to the
rwatson
2002-10-24
1
-4
/
+14
*
Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather
rwatson
2002-10-24
1
-29
/
+61
*
Print non-printing characters in directory names, as well as file names,
tjr
2002-10-18
1
-4
/
+7
*
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
wollman
2002-09-21
1
-2
/
+2
*
Replace various spellings with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-10
/
+10
*
Fix typos; each file has at least one s/seperat/separat/
schweikh
2002-08-11
1
-1
/
+1
*
err() is documented as allowing NULL for the format string but GCC isn't
dillon
2002-07-10
1
-4
/
+4
*
Consistently use __FBSDID
obrien
2002-06-30
1
-4
/
+2
*
Ignore empty COLUMNS environment variable. COLUMNS should take precedence
tjr
2002-06-04
1
-5
/
+5
*
Add missing options required by SUSv3:
tjr
2002-05-19
1
-4
/
+27
*
restore missing default case removed in ls.c:r1.57
billf
2002-05-15
1
-0
/
+3
*
Make 'user' and 'group' const as to not discard the qualifier from the
jmallett
2002-05-15
1
-1
/
+2
*
Remove an empty default case to make this syntactically correct. Not there
jmallett
2002-05-15
1
-1
/
+0
*
Fixed divots that I created when I moved prototypes of group_from_gid
imp
2002-02-19
1
-0
/
+2
*
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
-41
/
+56
*
Fix unused variable.
imp
2002-02-02
1
-0
/
+1
*
o __P has been reoved
imp
2002-02-02
1
-18
/
+11
*
Force raw printing of non-printable characters via the -w option.
joe
2001-12-29
1
-1
/
+6
*
Restore these files to shiny KNF.
joe
2001-12-29
1
-39
/
+45
*
Add a new flag, -h which when combined with the -l option causes
joe
2001-12-28
1
-1
/
+5
*
Mop up some warnings.
joe
2001-12-28
1
-1
/
+1
*
Revamp the colour support to allow for bold characters. Colours
joe
2001-12-28
1
-0
/
+4
*
Add LOMAC options (the "Z" flag in both cases) to display extra information
green
2001-11-26
1
-9
/
+33
*
Un-deprecate the -G flag at obrien's request. Colour sequences are still
joe
2000-08-13
1
-6
/
+5
*
Correct spelling: depricated -> deprecated.
joe
2000-08-12
1
-1
/
+1
*
A change to the way that colours are switched on in ls. The -G
joe
2000-08-12
1
-15
/
+20
*
make sure we do not write out non-printable characters in file names
assar
2000-07-04
1
-2
/
+0
*
Switch over to using the new fflagstostr and strtofflags library calls.
joe
2000-06-17
1
-3
/
+8
*
Fix one conditionalization in my prev. commit
ache
2000-06-06
1
-2
/
+3
*
Greately simplify oxtabs fix by simple setting f_notabs for f_color
ache
2000-06-06
1
-1
/
+10
*
Move colorquit() prototype to extern.h
ache
2000-06-06
1
-1
/
+0
*
Do SIGINT cleanup for SIGQUIT as well.
cracauer
2000-06-05
1
-0
/
+1
*
Don't use curses includes, include termcap.h instead
ache
2000-06-05
1
-6
/
+7
[next]