Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2006 20:36:37 +0000 (UTC)
From:      Ceri Davies <ceri@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/find find.1 find.h function.c option.c
Message-ID:  <200604032036.k33Kab4L050169@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ceri        2006-04-03 20:36:37 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/find         find.1 find.h function.c option.c 
  Log:
  Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to
  work with the st_birthtime field of struct stat.
  
  'B' has been chosen to match the format specifier from stat(1).
  
  Approved by:    jhb
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.74      +33 -0     src/usr.bin/find/find.1
  1.18      +2 -0      src/usr.bin/find/find.h
  1.55      +13 -4     src/usr.bin/find/function.c
  1.24      +11 -0     src/usr.bin/find/option.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604032036.k33Kab4L050169>