summaryrefslogtreecommitdiffstats
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
* Continue ubreaking ``env LANG=ru_RU.KOI8-R ls -l''.kan2015-06-171-2/+2
* Unbreak ``env LANG=ru_RU.KOI8-R ls -l''.marcel2015-06-171-1/+1
* new dependssjg2015-06-161-0/+1
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-4/+2
| |\
| * \ Merge head from 7/28sjg2014-08-192-3/+2
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-282-9/+62
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-051-0/+3
| |\ \ \ \ \
| * \ \ \ \ \ sync from headsjg2013-04-121-1/+19
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | Sync with HEAD.obrien2013-02-087-72/+165
| |\ \ \ \ \ \ \
| * | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+1
| | | | | | | | |
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Sync from headsjg2012-11-042-7/+11
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | r284198 seems to have left a null format string printf that gcc does *not*sbruno2015-06-111-1/+0
* | | | | | | | | | Convert ls(1) to use libxo(3).marcel2015-06-106-104/+190
* | | | | | | | | | It has been long time that when doing 'ls -G /path/to/a/symlink', instead ofdelphij2015-06-081-2/+7
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Convert bin/ to LIBADD, reduce overlinking allow to build all components asbapt2014-11-251-4/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Bump Dd, missed as part of r264098 and related commits.gjb2014-04-131-1/+1
* | | | | | -k option is compliant with POSIX.grog2014-04-041-3/+1
* | | | | | Typo.grog2014-04-031-1/+1
* | | | | | Add information on standards compliance of many options.grog2014-04-031-5/+58
* | | | | | Make -f set -a, as required by the standard.grog2014-04-032-3/+5
| |_|_|_|/ |/| | | |
* | | | | Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-0/+3
| |_|_|/ |/| | |
* | | | Add a few examples.joel2013-03-151-1/+19
| |_|/ |/| |
* | | When WCHAR_MIN == 0 the check if a wchar_t value will always be true. Inandrew2013-01-061-1/+4
* | | Undo over-aggressive conversion of spaces to tabs. ie: those withinpeter2012-11-092-6/+6
* | | Replace spaces with tabs where appropriate.grog2012-11-086-36/+36
* | | Add y flag and environment variable LS_SAMESORT to specify the samegrog2012-11-086-21/+110
* | | Sort option parsing as far as practical.grog2012-11-071-41/+42
| |/ |/|
* | Fix bin/ build with a 64-bit ino_t.mdf2012-09-272-7/+11
|/
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsmarcel2012-05-191-1/+4
* If ls was invoked with -i but neither -l nor -s, blocksize was used indes2011-10-191-2/+2
* When calculating the width of the blocksize column, ls(1) used 512-bytedes2011-10-181-2/+2
* Get rid of major/minor number distinction.ed2011-09-284-39/+20
* Update sticky(7) cross references.pluknet2011-05-131-4/+4
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-32/+32
* Make sure that FTS_COMFOLLOW is not set when the -P option is in effect.jh2010-02-081-2/+6
* Fixes for ls(1) long format (-l) output:jh2010-01-243-21/+50
* Print full path in the error message. It's possible that fts(3)jh2010-01-241-1/+1
* ls: Make -p not inhibit following symlinks.jilles2009-10-131-1/+1
* Fix regression introduced in r196712 - the 'name' string needstrasz2009-09-021-5/+9
* Add NFSv4 ACL support to ls(1).trasz2009-08-311-52/+54
OpenPOWER on IntegriCloud