summaryrefslogtreecommitdiff
path: root/bin/ls/print.c
AgeCommit message (Expand)Author
2025-01-16ls -lh: humanize the totalPiotr Pawel Stefaniak
2024-07-24ls: Make -, apply to -s as well as -l.Dag-Erling Smørgrav
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-18ls: Improve POSIX compatibility for -g and -n.Minsoo Choo
2022-09-09Handle NULL return from localtime(3) in ls(1) and find(1)Kirk McKusick
2021-09-19ls(1): Allow LSCOLORS to specify an underlineCameron Katri
2018-08-17ls(1): Add --color=whenKyle Evans
2018-01-17Convert ls(1) to not use libxo(3)Conrad Meyer
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-02-16Use uintmax_t to print st_nlink.Konstantin Belousov
2015-12-07Fix ls -l alignement with new localesBaptiste Daroussin
2015-07-24Cast uid and gid to the correct type for display to solve segfault in ls(1) o...Allan Jude
2015-07-22Remove an excess space accidently introduced in the output in ls(1) by r285734Allan Jude
2015-07-21Fix some issues with the application of libxo to ls(1)Allan Jude
2015-06-17Continue ubreaking ``env LANG=ru_RU.KOI8-R ls -l''.Alexander Kabaev
2015-06-17Unbreak ``env LANG=ru_RU.KOI8-R ls -l''.Marcel Moolenaar
2015-06-11r284198 seems to have left a null format string printf that gcc does *not*Sean Bruno
2015-06-10Convert ls(1) to use libxo(3).Marcel Moolenaar
2012-11-09Undo over-aggressive conversion of spaces to tabs. ie: those withinPeter Wemm
2012-11-08Replace spaces with tabs where appropriate.Greg Lehey
2012-11-08Add y flag and environment variable LS_SAMESORT to specify the sameGreg Lehey
2012-09-27Fix bin/ build with a 64-bit ino_t.Matthew D Fleming
2011-09-28Get rid of major/minor number distinction.Ed Schouten
2010-01-24Fixes for ls(1) long format (-l) output:Jaakko Heinonen
2009-09-02Fix regression introduced in r196712 - the 'name' string needsEdward Tomasz Napierala
2009-08-31Add NFSv4 ACL support to ls(1).Edward Tomasz Napierala
2008-04-05Turn a tab into a space. This fixes a misalignment for ls -l.Warner Losh
2008-04-04Add -D option to specify exact format of date and time output with ls -l.Greg Lehey
2006-10-18Avoid a spurious warning for each whiteout found during "ls -lW".Ruslan Ermilov
2006-03-24Add a new -U flag to instruct ls to use the birthtime for printing orJohn Baldwin
2005-01-10/*- or .\"- or #- to begin license clauses.Warner Losh
2004-06-08Remove from the printfns the assumption that dp->list != NULL. EvenDavid Schultz
2004-05-25Use humanize_number(3).Pawel Jakub Dawidek
2004-05-02Treat filenames as multibyte character strings (according to the currentTim J. Robbins
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2004-04-03Stop iterating over ACLs if we've already determined weBosko Milekic
2004-03-01Fixes to output of `ls -lh` for certain file sizes:Colin Percival
2004-01-22Fix alignment of size field in `ls -lh` -- the width was being computedColin Percival
2003-10-16Handle realloc() failure correctly.Tim J. Robbins
2003-05-03Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray
2002-12-19pathconf() and acl_get_file() follow links so they cannot be used toTim J. Robbins
2002-11-06Use warn() instead of perror() or fprintf() where appropriate.Tim J. Robbins
2002-11-03Print a `+' character after the standard UNIX permission fields in longTim J. Robbins
2002-10-24Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherRobert Watson
2002-10-23Constify, staticify, rationalise types and fix other related warnings.Mark Murray
2002-10-18Print non-printing characters in directory names, as well as file names,Tim J. Robbins
2002-10-18Output "human-readable" values with a non-0 precision whereDima Dorfman