aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/print.c
Commit message (Collapse)AuthorAgeFilesLines
* Observe precedence set by Phillippe Charnier in adding anSteve Price1997-08-071-3/+5
| | | | | | | rcsid. Notes: svn path=/head/; revision=27967
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.Steve Price1997-08-071-4/+3
| | | | Notes: svn path=/head/; revision=27958
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Make ls include the year when displaying times that are more thanMike Pritchard1997-01-111-2/+6
| | | | | | | | | 6 months into the future. Closes PR# 1657. Submitted by: Sakari Jalowaara <sja.home.tekla.fi> Notes: svn path=/head/; revision=21545
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftSteve Price1996-12-141-4/+9
| | | | | | | | | not yet implemented is protected by a define (BSD4_4_LITE) that should be removed when this call is supported by the kernel. Notes: svn path=/head/; revision=20417
* Remove unused include of utmp.h from print.c. Closes PR# 486.Mike Pritchard1996-01-201-2/+1
| | | | | | | Submitted by: Tom Samplonius <tom@haven.uniserve.com> Notes: svn path=/head/; revision=13513
* Print dev minor #'s > 255 in hex.Joerg Wunsch1995-12-301-3/+7
| | | | | | | Reviewed by: jkh, kuku, phk Notes: svn path=/head/; revision=13120
* Change ctime to strftime %c to use national date/time representationAndrey A. Chernov1995-08-081-3/+3
| | | | Notes: svn path=/head/; revision=9991
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-3/+2
| | | | | | | which is no longer bogusly installed in /usr/include. Notes: svn path=/head/; revision=9987
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | | | | Reviewed by: phk Notes: svn path=/head/; revision=8855
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-2/+2
| | | | | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) Notes: svn path=/head/; revision=7165
* Added $Id$David Greenman1994-09-241-0/+2
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+293
Notes: svn path=/head/; revision=1556