From owner-cvs-all@FreeBSD.ORG Sun Oct 22 18:24:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 837B016A407; Sun, 22 Oct 2006 18:24:20 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE4543D58; Sun, 22 Oct 2006 18:24:14 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 12D55170C6; Sun, 22 Oct 2006 18:24:13 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.8/8.13.8) with ESMTP id k9MIOCOd058767; Sun, 22 Oct 2006 18:24:12 GMT (envelope-from phk@critter.freebsd.dk) From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 22 Oct 2006 18:19:08 GMT." <200610221819.k9MIJ8ii032684@repoman.freebsd.org> Date: Sun, 22 Oct 2006 18:24:12 +0000 Message-ID: <58766.1161541452@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_fattime.c src/sys/conf files src/sys/sys clock.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 18:24:20 -0000 In message <200610221819.k9MIJ8ii032684@repoman.freebsd.org>, Poul-Henning Kamp writes: >phk 2006-10-22 18:19:08 UTC > > FreeBSD src repository > > Modified files: > sys/conf files > sys/sys clock.h > Added files: > sys/kern subr_fattime.c > Log: > Add two new functions to convert FAT filesystem format timestamps > to and from struct timespec, to replace the crummy conversion > function which have been copy&pasted into three different > filesystems already. I don't know if we have active janitors for msdosfs, nwfs and smbfs ? If we do, I'd prefer if they will apply these functions to their respective filesystems. Otherwise I'll do it at some point. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.