From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 28 13:22:39 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE15516A4CF; Wed, 28 Apr 2004 13:22:39 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F66E43D1F; Wed, 28 Apr 2004 13:22:39 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (5ba2cedfe465ab620aa048b970f5ea97@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i3SKMcBi019056; Wed, 28 Apr 2004 15:22:38 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DA3C45220D; Wed, 28 Apr 2004 13:22:37 -0700 (PDT) Date: Wed, 28 Apr 2004 13:22:37 -0700 From: Kris Kennaway To: Kirill Ponomarew Message-ID: <20040428202237.GA49702@xor.obsecurity.org> References: <200404281956.i3SJuZxU033263@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <200404281956.i3SJuZxU033263@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: sparc64@FreeBSD.org Subject: 32-bit time in (Re: cvs commit: ports/net/pppd23 Makefile ports/net/pppd23/files extra-patch-no-logf patch-ab) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 20:22:39 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 28, 2004 at 12:56:35PM -0700, Kirill Ponomarew wrote: > krion 2004/04/28 12:56:35 PDT >=20 > FreeBSD ports repository >=20 > Modified files: > net/pppd23 Makefile=20 > Added files: > net/pppd23/files extra-patch-no-logf patch-ab=20 > Log: > - Reflect changes on FreeBSD 5.* to load if_ppp.ko unless > already loaded. (Thx to zoleg at buryatia dot ru for > pointing that) Current code will try both old and new method. > - Fix build on amd64 > - Reflect internal logf() for GCC 3-x > - Reflect 32bitness of time in `struct lastlog'. I wonder if this 32-bitness is related to the accounting problems noticed on sparc64 since the 64-bit time_t changeover: struct lastlog { int32_t ll_time; char ll_line[UT_LINESIZE]; char ll_host[UT_HOSTSIZE]; }; struct utmp { char ut_line[UT_LINESIZE]; char ut_name[UT_NAMESIZE]; char ut_host[UT_HOSTSIZE]; int32_t ut_time; }; Kris --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAkBKNWry0BWjoQKURAmJsAJ9eAcqfRReI/x+TUcCQWqTS4twkegCfY7im BWYtr0J6GG5MMWSYiGsw9H4= =txCO -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS--