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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ls: Make -p not inhibit following symlinks.
jilles
2009-10-13
1
-1
/
+1
*
Fix regression introduced in r196712 - the 'name' string needs
trasz
2009-09-02
1
-5
/
+9
*
Add NFSv4 ACL support to ls(1).
trasz
2009-08-31
1
-52
/
+54
*
Add reference to strmode(3).
trasz
2009-04-13
1
-0
/
+1
*
Turn a tab into a space. This fixes a misalignment for ls -l.
imp
2008-04-05
1
-2
/
+2
*
- Add -D to usage().
ru
2008-04-04
2
-4
/
+5
*
Add -D option to specify exact format of date and time output with ls -l.
grog
2008-04-04
4
-16
/
+46
*
Avoid a spurious warning for each whiteout found during "ls -lW".
ru
2006-10-18
1
-2
/
+3
*
- Improve description of the -A option.
ru
2006-10-12
1
-7
/
+12
*
Markup fixes.
ru
2006-09-17
1
-1
/
+1
*
Change the -S and -t options to override each other so that the last one
jhb
2006-03-24
2
-0
/
+10
*
Fix a bug such that if you enabled sorting by size (-S) and enabled a
jhb
2006-03-24
1
-4
/
+4
*
Add a few more references to -U.
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
7
-4
/
+49
*
-mdoc sweep.
ru
2005-11-17
1
-3
/
+1
*
Having three options (-a, -A, -I) controlling the output of dotted
ru
2005-11-16
3
-20
/
+14
*
Mention the non-standardness of the -I option in ls(1).
mux
2005-11-10
1
-1
/
+2
*
Add a -I option to disable the automatic -A flag for the super-user.
mux
2005-11-10
2
-9
/
+25
*
fix typos: decribed -> described, preceeded -> preceded
rse
2005-09-06
1
-3
/
+3
*
Improved descriptions of block size handling.
garys
2005-08-31
1
-37
/
+48
*
Remove the EXAMPLES section that describes how to sort by size using
dd
2005-06-03
1
-15
/
+0
*
Improve wording: A sort is "in" a particular order, not "by" a
dd
2005-06-03
1
-2
/
+2
*
Add the -S option to sort files by size. NetBSD and OpenBSD already
dd
2005-06-03
5
-12
/
+43
*
Expand *n't contractions.
ru
2005-02-13
1
-2
/
+2
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-2
/
+2
*
Add the new standard EXIT STATUS section where appropriate.
ru
2005-01-16
1
-17
/
+17
*
The total sum of blocks for the -l and -s option is printed always,
joerg
2005-01-11
1
-3
/
+5
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
6
-6
/
+6
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-1
/
+1
*
Fix some style bugs I introduced pointed out by bde. Also add a blank
dwmalone
2004-06-23
1
-15
/
+23
*
Use nanoseconds and then lexicographic ordering when the seconds of
dwmalone
2004-06-22
1
-6
/
+42
*
If we are asked to print the total number of blocks, do so even if we
das
2004-06-08
1
-12
/
+14
*
Remove from the printfns the assumption that dp->list != NULL. Even
das
2004-06-08
1
-2
/
+6
*
Plug small memory leak.
le
2004-06-03
1
-0
/
+1
*
Use humanize_number(3).
pjd
2004-05-25
2
-60
/
+7
*
Punctuation.
ru
2004-05-16
1
-1
/
+1
*
Only add the widths together for printable characters in prn_normal();
tjr
2004-05-03
1
-1
/
+2
*
Treat filenames as multibyte character strings (according to the current
tjr
2004-05-02
4
-65
/
+132
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
7
-28
/
+0
*
Stop iterating over ACLs if we've already determined we
bmilekic
2004-04-03
1
-5
/
+11
*
Document incorrect handling of multibyte characters in filenames.
tjr
2004-03-21
1
-1
/
+5
*
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
*
Do something sensible if both -h and -k are given.
obrien
2003-12-01
2
-0
/
+9
*
Handle realloc() failure correctly.
tjr
2003-10-16
1
-2
/
+5
*
Add the -m, -w and -x options to ls's usage message.
tjr
2003-09-09
1
-2
/
+2
*
Note in STANDARDS that -gno are not (yet?) POSIX conformant.
schweikh
2003-08-08
1
-1
/
+6
*
-l prints all permissions, not just owner and group
brueffer
2003-07-10
1
-1
/
+1
*
Get this area compiling with the highest WARNS= that it works with.
markm
2003-06-13
1
-2
/
+0
*
df(1) and ls(1) print units in 'four or fewer' not 'three or less'.
trhodes
2003-05-06
1
-1
/
+1
[next]