From owner-cvs-src@FreeBSD.ORG Thu May 18 22:02:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F059C16A42A; Thu, 18 May 2006 22:02:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0F043D4C; Thu, 18 May 2006 22:02:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4IM2LJo013711; Thu, 18 May 2006 22:02:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4IM2LYm013710; Thu, 18 May 2006 22:02:21 GMT (envelope-from jhb) Message-Id: <200605182202.k4IM2LYm013710@repoman.freebsd.org> From: John Baldwin Date: Thu, 18 May 2006 22:02:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 22:02:51 -0000 jhb 2006-05-18 22:02:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c Log: MFC: Add a new -U flag to instruct ls to use the birthtime for printing or sorting. Revision Changes Path 1.17.2.1 +26 -0 src/bin/ls/cmp.c 1.24.2.1 +2 -0 src/bin/ls/extern.h 1.89.2.4 +6 -4 src/bin/ls/ls.1 1.80.2.3 +14 -2 src/bin/ls/ls.c 1.21.2.1 +1 -0 src/bin/ls/ls.h 1.74.2.1 +2 -0 src/bin/ls/print.c 1.38.2.2 +2 -2 src/bin/ls/util.c