summaryrefslogtreecommitdiff
path: root/bin/ls
AgeCommit message (Expand)Author
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-04ls can use tame "stdio rpath getpw". It does uid/gid lookups, usingTheo de Raadt
2015-06-25Put fts_close() where missing.Masao Uebayashi
2015-04-24improve wording.Igor Sobrado
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-06reallocarrayTed Unangst
2014-04-01slightly reword -f; ok sobrado schwarzeJason McIntyre
2014-03-31restore the traditional behavior of -f implying -a; apparently Keith BosticIgor Sobrado
2014-03-31revert previous: i was wrong;Jason McIntyre
2014-03-30a pesky comma rendered the text describing how output is sorted relevantJason McIntyre
2014-03-28expand STANDARDS somewhat; ok millertJason McIntyre
2014-01-09Per POSIX, times in the future should be reported with the yearPhilip Guenther
2013-11-21add unsigned char casts for specific calls to ctype.h macros.Theo de Raadt
2013-05-30Fix column padding of inode numbers and block counts >2^32, as well asPhilip Guenther
2013-04-23handle large ino_t; ok millertTheo de Raadt
2012-12-04remove some unnecessary sys/cdefs.h inclusionsTheo de Raadt
2012-07-12With the -l option, only call time() once per run instead of once per filePhilip Guenthe
2011-08-31use the same format/text, as far as possible, for date strings;Jason McIntyre
2011-03-05fix description of -g; from Pascal StumpfJason McIntyre
2011-03-05tweak; ok okanJason McIntyre
2011-03-04add support for the (POSIX) -H flagOkan Demirmen
2010-09-12remove trailing spaces and tabs from source code; no binary change.Igor Sobrado
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-21- more opaque removalJason McIntyre
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-05-12remove a sentence from COLUMNS that says nothing; ok ottoJason McIntyre
2009-05-06do not ignore COLUMNS in -C mode, even if !isatty(STDOUT_FILENO)Todd T. Fries
2009-02-08updates to IEEE Std 1003.1-2008;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-28remove some duplicate information from the description of -g: thisJason McIntyre
2009-01-19replace standardized text concerning the exit values of applicationsIgor Sobrado
2008-12-30add a comment explaining the rather obscure decision when to recurseOtto Moerbeek
2008-12-29fix previous; e.g. ls /var/spool/mqueue as an oridinary user. okOtto Moerbeek
2008-12-24Kill a race condition which occurs when listing a directory containingOtto Moerbeek
2008-09-29more updates on which args do and do not mix (doc only, this time):Jason McIntyre
2008-09-04- make -ln and -nl combinations behave identically. currently -l overrides -n.Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29note some flags which differ in behaviour from posix;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-05-08small update, now that -g does something; ok millertJason McIntyre
2007-05-07Change the -g flag from a no-op to be POSIX conforming. We allow theTodd C. Miller
2007-04-25the non existent -W option is removed from the usage()Igor Sobrado
2007-03-03minor shuffle; from Igor Sobrado and myselfJason McIntyre
2006-04-13Change maxsize to type off_t.David Hill
2005-11-30timezone -> time zoneJason McIntyre
2005-11-30another unused variable found by lintTheo de Raadt
2005-11-29kill unused var found by lint. ok deraadt@Otto Moerbeek