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