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
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert ls(1) to use libxo(3).
marcel
2015-06-10
1
-19
/
+33
*
When WCHAR_MIN == 0 the check if a wchar_t value will always be true. In
andrew
2013-01-06
1
-1
/
+4
*
Replace spaces with tabs where appropriate.
grog
2012-11-08
1
-4
/
+4
*
Add y flag and environment variable LS_SAMESORT to specify the same
grog
2012-11-08
1
-3
/
+3
*
- Add -D to usage().
ru
2008-04-04
1
-2
/
+2
*
Add a new -U flag to instruct ls to use the birthtime for printing or
jhb
2006-03-24
1
-2
/
+2
*
Having three options (-a, -A, -I) controlling the output of dotted
ru
2005-11-16
1
-2
/
+2
*
Add the -S option to sort files by size. NetBSD and OpenBSD already
dd
2005-06-03
1
-2
/
+2
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-2
/
+2
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
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
1
-59
/
+128
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Add the -m, -w and -x options to ls's usage message.
tjr
2003-09-09
1
-2
/
+2
*
Fix a bazillion warnings. This makes almost the whole of src/bin/*
markm
2003-05-03
1
-1
/
+1
*
Consistently use __FBSDID
obrien
2002-06-30
1
-4
/
+2
*
Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit locales
ache
2002-02-28
1
-1
/
+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
-6
/
+5
*
o __P has been reoved
imp
2002-02-02
1
-8
/
+4
*
Add a new flag, -h which when combined with the -l option causes
joe
2001-12-28
1
-2
/
+2
*
Add LOMAC options (the "Z" flag in both cases) to display extra information
green
2001-11-26
1
-2
/
+2
*
Add the missing flags to ls(1)'s usage: -Bb.
green
2000-07-22
1
-2
/
+2
*
make sure we do not write out non-printable characters in file names
assar
2000-07-04
1
-11
/
+13
*
Add -G to usage: if COLORLS
ache
2000-06-06
1
-1
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Add -n option to print numeric user and group IDs instead of names
sheldonh
1999-08-02
1
-2
/
+2
*
Doh. What was I smoking when I wrote this?
des
1998-10-13
1
-5
/
+5
*
Fix nasty error in len_octal, result not initialized
ache
1998-04-25
1
-2
/
+2
*
Fix ctype error #1 - chars must be unsigned
ache
1998-04-25
1
-2
/
+2
*
Remove the bogus -? option after reading the getopt() manual :)
des
1998-04-24
1
-2
/
+2
*
o Removed two unused variables (f_dirname and f_newline) in ls.c
des
1998-04-24
1
-16
/
+5
*
o Renamed '-b' (show unprintables in octal) to '-B'
des
1998-04-24
1
-10
/
+66
*
Added -b option to display unprintables in octal.
des
1998-04-21
1
-1
/
+40
*
Observe precedence set by Phillippe Charnier in adding an
steve
1997-08-07
1
-3
/
+5
*
Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.
steve
1997-08-07
1
-2
/
+3
*
make usage() and SYNOPSIS agree with each other and add missing options
obrien
1997-03-26
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Merge Lite2 mods, and -Wall cleaning. undelete(2) cruft
steve
1996-12-14
1
-2
/
+6
*
Use unsigned char for isprint
ache
1996-03-31
1
-2
/
+2
*
Back out ctype fix, unneded with new ctype
ache
1994-10-09
1
-2
/
+2
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
Make ls ctype-aware
ache
1994-09-21
1
-1
/
+1
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+71