From owner-cvs-src@FreeBSD.ORG Wed Nov 28 08:00:51 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D1F16A419; Wed, 28 Nov 2007 08:00:51 +0000 (UTC) (envelope-from matteo@freebsd.org) Received: from vsmtp3.tin.it (vsmtp3.tin.it [212.216.176.223]) by mx1.freebsd.org (Postfix) with ESMTP id EA16913C448; Wed, 28 Nov 2007 08:00:50 +0000 (UTC) (envelope-from matteo@freebsd.org) Received: from rionda.dyndns.org (87.9.174.20) by vsmtp3.tin.it (7.3.122) id 4676699A0FE63FB7; Wed, 28 Nov 2007 08:49:45 +0100 Received: from rionda.dyndns.org (rionda@localhost [127.0.0.1]) by rionda.dyndns.org (8.14.2/8.14.2) with ESMTP id lAS7njg7009306; Wed, 28 Nov 2007 08:49:45 +0100 (CET) (envelope-from matteo@freebsd.org) Received: (from rionda@localhost) by rionda.dyndns.org (8.14.2/8.14.2/Submit) id lAS7njFj009305; Wed, 28 Nov 2007 08:49:45 +0100 (CET) (envelope-from matteo@freebsd.org) X-Authentication-Warning: rionda.dyndns.org: rionda set sender to matteo@freebsd.org using -f Date: Wed, 28 Nov 2007 08:49:44 +0100 From: Matteo Riondato To: Attilio Rao Message-ID: <20071128074944.GA9221@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , Attilio Rao , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200711280550.lAS5ojT0050315@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XF85m9dhOBO43t/C" Content-Disposition: inline In-Reply-To: <200711280550.lAS5ojT0050315@repoman.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf NOTES options src/sys/i386/conf GENERIC XBOX src/sys/kern kern_mutex.c src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC 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: Wed, 28 Nov 2007 08:00:51 -0000 --XF85m9dhOBO43t/C Content-Type: multipart/mixed; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2007 at 05:50:45AM +0000, Attilio Rao wrote: > attilio 2007-11-28 05:50:45 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/amd64/conf GENERIC=20 > sys/conf NOTES options=20 > sys/i386/conf GENERIC XBOX=20 > sys/kern kern_mutex.c=20 > sys/sparc64/conf GENERIC=20 > sys/sun4v/conf GENERIC=20 > Log: > Make ADAPTIVE_GIANT as the default in the kernel and remove the option. > Currently, Giant is not too much contented so that it is ok to treact it > like any other mutexes. > =20 > Please don't forget to update your own custom config kernel files. I think this is worth an entry in UPDATING. Check attached patch. Thanks! --=20 Matteo Riondato FreeBSD Committer (http://www.FreeBSD.org) FreeSBIE Developer (http://www.FreeSBIE.org) GUFI Staff Member (http://www.GUFI.org) --CE+1k2dSO48ffgeK Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="UPDATING.diff" Content-Transfer-Encoding: quoted-printable Index: UPDATING =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/rionda/branch/ncvs/src/UPDATING,v retrieving revision 1.512 diff -u -r1.512 UPDATING --- UPDATING 18 Nov 2007 18:11:16 -0000 1.512 +++ UPDATING 28 Nov 2007 07:48:31 -0000 @@ -21,6 +21,10 @@ developers choose to disable these features on build machines to maximize performance. =20 +20081128: + The ADAPTIVE_GIANT kernel option has been retired because its + functionality is the default now. + 20071118: The AT keyboard emulation of sunkbd(4) has been turned on by default. In order to make the special symbols of the Sun --CE+1k2dSO48ffgeK-- --XF85m9dhOBO43t/C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHTR2Y2Mp4pR7Fa+wRAuiRAKDbpvwh7aDPmlB/D43NIM9rMUUcIwCfXwbS yEfAOZavoXl+UooB60BFd1s= =ypVM -----END PGP SIGNATURE----- --XF85m9dhOBO43t/C--