summaryrefslogtreecommitdiffstats
path: root/bin/ls (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove some duplicate information from the description of -g: thisjmc2009-01-281-12/+2
* replace standardized text concerning the exit values of applicationssobrado2009-01-191-5/+3
* add a comment explaining the rather obscure decision when to recurseotto2008-12-301-2/+6
* fix previous; e.g. ls /var/spool/mqueue as an oridinary user. okotto2008-12-291-4/+5
* Kill a race condition which occurs when listing a directory containingotto2008-12-241-3/+3
* more updates on which args do and do not mix (doc only, this time):jmc2008-09-291-10/+8
* - make -ln and -nl combinations behave identically. currently -l overrides -n.jmc2008-09-042-50/+73
* convert to new .Dd format;jmc2007-05-311-2/+2
* note some flags which differ in behaviour from posix;jmc2007-05-291-1/+6
* - consistent STANDARDS blurbjmc2007-05-291-2/+6
* small update, now that -g does something; ok millertjmc2007-05-081-8/+19
* Change the -g flag from a no-op to be POSIX conforming. We allow themillert2007-05-074-21/+51
* the non existent -W option is removed from the usage()sobrado2007-04-251-3/+3
* minor shuffle; from Igor Sobrado and myselfjmc2007-03-031-5/+5
* Change maxsize to type off_t.dhill2006-04-131-4/+5
* timezone -> time zonejmc2005-11-301-2/+2
* another unused variable found by lintderaadt2005-11-301-3/+2
* kill unused var found by lint. ok deraadt@otto2005-11-291-3/+2
* do not exit from ls_main() but return; spotted by lintderaadt2005-11-251-3/+3
* remove whiteout supportmillert2005-06-153-29/+7
* - sort optionsjmc2005-03-242-48/+48
* use fts_path if fts_name is not available, tweak and ok millertjaredy2005-03-101-3/+4
* Remove unneccesary cast to long long and %llu format; print using %lu.otto2005-01-101-4/+3
* -l outputs total always, not just to terminals (netbsd -r 1.50);jmc2005-01-101-4/+6
* Use angle bracket macros instead of literal angle brackets. OK jmc@millert2004-09-161-4/+5
* move example descriptions before the examples themselvesjaredy2004-07-231-8/+8
* Unbreak alignment of fields when using -lh.otto2004-04-021-4/+8
* use POSIX description of -L, since it's much clearer;jmc2003-12-081-3/+6
* free(NULL) is validderaadt2003-09-261-4/+3
* realloc fixes: unallocate for next use if realloc fixes; do not incr size;deraadt2003-09-241-6/+11
* escape punctuation;jmc2003-09-021-2/+2
* -l and -n options display owner, group and other permissions;jmc2003-08-271-3/+3
* -h, human readable sizes. from a jonathon gray mail to tech@tedu2003-08-066-14/+40
* spacingderaadt2003-07-291-3/+3
* missing protosderaadt2003-07-021-1/+3
* ansification, art okderaadt2003-06-115-67/+36
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-027-46/+18
* - section reorderjmc2003-05-291-27/+27
* strlcpy; millert okderaadt2003-04-021-7/+7
* more .Lideraadt2003-03-121-4/+4
* utmp.h not neededderaadt2002-08-011-3/+2
* o Remove local prototypes for group_from_gid() and user_from_uid()millert2002-03-121-8/+7
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-164-36/+36
* Initial patch.mpech2002-02-111-4/+4
* fix the history refsmickey2002-01-241-2/+2
* o) __progname aria;mpech2001-09-062-4/+7
* -Wallderaadt2001-07-091-3/+4
* Remove completely redundant introductory sentences in ENVIRONMENT sections.aaron2001-05-011-3/+1
* - Some section shuffling: conform to the standard order documented in mdoc(7)aaron2000-11-091-6/+6
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2