Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2004 09:27:09 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        John-Mark Gurney <jmg@FreeBSD.org>
Cc:        current@FreeBSD.org
Subject:   kqueue is safe to use?
Message-ID:  <20040818062709.GC6348@ip.net.ua>
In-Reply-To: <20040818045206.GD99980@funkthat.com>
References:  <200408172029.35506.mjohnston@skyweb.ca> <20040818045206.GD99980@funkthat.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--aT9PWwzfKXlsBJM1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 17, 2004 at 09:52:06PM -0700, John-Mark Gurney wrote:
> Mark Johnston wrote this message on Tue, Aug 17, 2004 at 20:29 -0500:
> > Here's this week's giant summary.  As you probably know, a code freeze =
went=20
> > into effect first thing on the 17th, which is the main reason for the l=
ength=20
> > of this summary.
>=20
> Another change you forgot is that I commit patches to make kqueue safe
> to use on -current.  This has been a long outstanding problem with
> -current.
>=20
Would the following be safe to commit now?

%%%
Index: Makefile
=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/ncvs/src/usr.bin/make/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	12 Aug 2004 11:49:55 -0000	1.33
+++ Makefile	18 Aug 2004 06:23:06 -0000
@@ -18,11 +18,10 @@
 CFLAGS+=3D-DMAKE_VERSION=3D\"5200408120\"
 .if defined(_UPGRADING)
 CFLAGS+=3D-D__FBSDID=3D__RCSID
+.else
+CFLAGS+=3D-DUSE_KQUEUE
 .endif
=20
-# XXX: kernel currently broken
-# CFLAGS+=3D-DUSE_KQUEUE
-
 main.o: ${MAKEFILE}
=20
 # Set the shell which make(1) uses.  Bourne is the default, but a decent
%%%


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--aT9PWwzfKXlsBJM1
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (FreeBSD)

iD8DBQFBIva9qRfpzJluFF4RAk5TAJ0eA2xjXOMPleXN3+nxIk+gIPstNwCfZweL
2GkuCelLRo4Pfb5J3DIXAt4=
=pK2N
-----END PGP SIGNATURE-----

--aT9PWwzfKXlsBJM1--



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