Age | Commit message (Expand) | Author |
2020-10-07 | If we are asked to print the total number of blocks, do so even if | Todd C. Miller |
2020-07-06 | Always print the directory name in -R mode; matches historical behavior. | Todd C. Miller |
2020-07-06 | Fix skipping of directories that begin with a '.' in -R mode. | Todd C. Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-02-04 | use sizeof, rather than the constant. on change in binary. | Theo de Raadt |
2018-02-04 | repair ugly indents | Theo de Raadt |
2016-08-16 | Nuke some erroneous leading whitespace. | Kenneth R Westerback |
2016-08-16 | Bring types of variables used with struct stat into the modern world. | Kenneth R Westerback |
2016-03-28 | remove unused variable | Charles Longeau |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2015-12-01 | Support UTF-8: use wcwidth(3) for column adjustment and replace | Ingo Schwarze |
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-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2014-03-31 | restore the traditional behavior of -f implying -a; apparently Keith Bostic | Igor Sobrado |
2013-05-30 | Fix column padding of inode numbers and block counts >2^32, as well as | Philip Guenther |
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 |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-05-06 | do not ignore COLUMNS in -C mode, even if !isatty(STDOUT_FILENO) | Todd T. Fries |
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-04 | - make -ln and -nl combinations behave identically. currently -l overrides -n. | Jason McIntyre |
2007-05-07 | Change the -g flag from a no-op to be POSIX conforming. We allow the | Todd C. Miller |
2006-04-13 | Change maxsize to type off_t. | David Hill |
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 |
2005-11-25 | do not exit from ls_main() but return; spotted by lint | Theo de Raadt |
2005-06-15 | remove whiteout support | Todd C. Miller |
2005-03-10 | use fts_path if fts_name is not available, tweak and ok millert | Jared Yanovich |
2004-04-02 | Unbreak alignment of fields when using -lh. | Otto Moerbeek |
2003-08-06 | -h, human readable sizes. from a jonathon gray mail to tech@ | Ted Unangst |
2003-06-11 | ansification, art ok | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-02 | strlcpy; millert ok | Theo de Raadt |
2002-03-12 | o Remove local prototypes for group_from_gid() and user_from_uid() | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-09 | -Wall | Theo de Raadt |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff |
1999-05-01 | defer conversion of unprintable filenames till final display, permitting | Theo de Raadt |
1999-02-24 | save cpu cycles by being more sensible about how we check conditionals | Aaron Campbell |
1999-02-23 | Break out main to an own file so we can include ls in ftpd. | Artur Grabowski |
1999-02-20 | add -x, -p, and -m options, based on netbsd work | Theo de Raadt |
1998-08-07 | fix exit code; problem reported by jsh@sun470.rd.qms.com; fix from freebsd | Theo de Raadt |
1997-09-18 | make ls -d still sort files in the regular order; reported by | Theo de Raadt |
1997-04-01 | option 'n' was unused, so let's come up with a feature to use it!!! YEAH!! | Theo de Raadt |
1997-01-03 | From NetBSD: | Todd C. Miller |
1996-12-14 | -Wall'ing. | Michael Shalayeff |