summaryrefslogtreecommitdiff
path: root/bin/ls
AgeCommit message (Expand)Author
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-09-22Bump date for previous; comma cleanup.wiz
2003-09-22After last weeks addition of the '-b' flag, add '-B' and '-w' flags,jschauma
2003-09-14Bump date for previous.wiz
2003-09-14Implement '-b' option, which, following FreeBSD, Linux and (I think) Solarisjschauma
2003-09-02Sort options (AaBb...).wiz
2003-08-28From FreeBSD bug report 54294, via Jonathan Gray and then jmc@openbsd:wiz
2003-08-13use bounded string opitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-30Pass a NULL to getbsize() for any arguments that aren't needed, andsimonb
2003-05-11If both -g and -l options are present, let -l take precedence over -g,kleink
2003-05-07Add a FALLTHROUGH to keep lint happy.simonb
2003-05-07make -g behave as it should according to SUSv3 (long listing withoutgrant
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-10some mdoc improvements.grant
2002-11-16we can't do {} while (0) for TEST() macro since it has "break" whichitojun
2002-11-09Default .Ar arugment is sufficient.enami
2002-11-09Cosmetic changes.enami
2002-09-27Need to initialise the blocksize variable if the -i option is usedsimonb
2002-09-25New policy: New sentences start on a new line.wiz
2002-09-14Use the output blocksize when computing how much room to leave for thesommerfeld
2002-08-01don't include utmp.hchristos
2002-06-24Note that -T is to be used with -l; synced with FreeBSD via Michalkleink
2002-04-29Add missing -p to synopsis; from Ryan Younce in PR misc/16555.kleink
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-03Add explanation of directory sizes, and a reference to dir(5),fair
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Add hooks to make mtree compilable from src/tools.tv
2001-12-20Oops, pasto.soren
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-12-20Use standard headers.wiz
2001-12-20Whitespace nits.wiz
2001-11-03change from WARNS?=1 to WARNS?=2 for bin/lukem
2001-10-19enable WARNS?= 2lukem
2001-10-18fix strlcpy length in previous...lukem
2001-10-18make this WARNS=2 safelukem
2001-10-18flags_to_strings() changes:lukem
2001-07-08Xref getbsize(3).simonb
2001-02-04fix nested extern.christos
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES askleink
2000-08-28Add 'RETURN VALUE' section header.hubertf
2000-07-29convert to new KNFlukem
2000-07-23ts_nsec -> tv_nsec, per POSIX.mycroft
2000-06-22make sure to print file names consistenly in column modeassar
2000-06-17Do not modify the file name when not printing non-printables, also doassar
2000-05-28Add Ev tag to COLUMNSbjh21
2000-03-06- Fix a typo that when group_from_gid is failed (though it merely failsenami
2000-01-05Add description of FIFOs in long display (was commented out).mjl
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-11-02Call setlocale(3) to use localization in "ls" as suggested bytron