aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-279-9/+9
* Backed out my -n change to imply -l by request of sheldonh.Chris Costello1999-08-231-2/+0
* Make -n flag compliant to the Single Unix Specification.Chris Costello1999-08-231-1/+3
* Take integer rounding into account in the buffer size approximationSheldon Hearn1999-08-191-2/+2
* Style issues in previous commit:Sheldon Hearn1999-08-191-4/+14
* Add -n option to print numeric user and group IDs instead of namesSheldon Hearn1999-08-023-9/+31
* Chflags was clearing all flags supplied on the command line after aJean-Marc Zucconi1999-05-211-2/+2
* Various spelling/formatting changes.Kris Kennaway1999-05-082-4/+4
* .Xr chflags 1 ,Tim Vanderhoek1999-04-271-1/+2
* changable -> changeableBill Fumerola1998-11-301-2/+2
* Doh. What was I smoking when I wrote this?Dag-Erling Smørgrav1998-10-131-5/+5
* Null commit, just to test something. Please ignore.Jordan K. Hubbard1998-10-041-2/+1
* Add missing "else", without whom the prev. commit is a null change.Tim Vanderhoek1998-08-021-4/+3
* Allow env. variable LS_COLWIDTHS to specify minimum column widths,Tim Vanderhoek1998-07-294-13/+97
* Correct use of .Nm. Typo.Philippe Charnier1998-05-151-11/+11
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-2/+2
* Add note about BLOCKSIZE variable to -s flag.Warner Losh1998-04-291-2/+3
* Fix nasty error in len_octal, result not initializedAndrey A. Chernov1998-04-251-2/+2
* Fix ctype error #1 - chars must be unsignedAndrey A. Chernov1998-04-251-2/+2
* Remove the bogus -? option after reading the getopt() manual :)Dag-Erling Smørgrav1998-04-243-8/+6
* o Removed two unused variables (f_dirname and f_newline) in ls.cDag-Erling Smørgrav1998-04-243-27/+58
* o Renamed '-b' (show unprintables in octal) to '-B'Dag-Erling Smørgrav1998-04-245-25/+97
* Added -b option to display unprintables in octal.Dag-Erling Smørgrav1998-04-216-11/+71
* Make a couple of the stat flags dependent on the sys/stat.h header fileJohn Birrell1998-01-091-1/+9
* Use consistent spelling,Tim Vanderhoek1997-12-251-2/+2
* environmental -> environment.Philippe Charnier1997-09-181-3/+3
* Fix sorting of directories when doing '-d'.Sean Eric Fagan1997-09-181-10/+6
* Observe precedence set by Phillippe Charnier in adding anSteve Price1997-08-075-15/+28
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.Steve Price1997-08-077-35/+21
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-021-1/+9
* Enable whiteout code since we now have the lite2 support for them.Doug Rabson1997-04-292-4/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-3/+3
* make usage() and SYNOPSIS agree with each other and add missing optionsDavid E. O'Brien1997-03-262-4/+4
* Typo fix.Mike Pritchard1997-03-071-2/+2
* Add a missing period in the -o option description.Mike Pritchard1997-02-251-3/+10
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-229-9/+9
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-149-9/+9
* Minor mdoc cleanup.Mike Pritchard1997-01-111-2/+4
* Add a blurb describing the fact that ls will print theMike Pritchard1997-01-111-2/+8
* Make ls include the year when displaying times that are more thanMike Pritchard1997-01-111-2/+6
* Use strcoll instead of strcmp for file names comparationAndrey A. Chernov1996-12-281-3/+3
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftSteve Price1996-12-147-19/+63
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-2/+2
* set error status on exit, to be consistent with manpage and standard commands.Adam David1996-08-271-2/+6
* Use unsigned char for isprintAndrey A. Chernov1996-03-311-2/+2
* Remove unused include of utmp.h from print.c. Closes PR# 486.Mike Pritchard1996-01-201-2/+1
* Print dev minor #'s > 255 in hex.Joerg Wunsch1995-12-301-3/+7
* Change locale to LC_ALL, there no bitmaskAndrey A. Chernov1995-10-261-2/+3
* Change LC_ALL to LC_CTYPE|LC_TIME - small optimizationAndrey A. Chernov1995-10-231-2/+2
* Add setlocale LC_ALLAndrey A. Chernov1995-10-231-1/+3