From owner-freebsd-current Fri Nov 6 15:02:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17327 for freebsd-current-outgoing; Fri, 6 Nov 1998 15:02:46 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zone.syracuse.net (zone.syracuse.net [205.232.47.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17322 for ; Fri, 6 Nov 1998 15:02:44 -0800 (PST) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by zone.syracuse.net (8.8.8/8.8.7) with ESMTP id SAA03334 for ; Fri, 6 Nov 1998 18:02:14 -0500 (EST) Date: Fri, 6 Nov 1998 18:02:14 -0500 (EST) From: Brian Feldman X-Sender: green@zone.syracuse.net To: current@FreeBSD.ORG Subject: linux_clone things Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to figure out WHY this system has gotten less stable than before, with these patches or without. When I can be sure this system itself is stable (then I'll have to verify the patches as they are now are stable, since they seemed to lock up relatively soon after boot...), I'll continue work on this. Cheers, Brian Feldman P.S. When I continue work on this (maybe tonight), I will be probably using a new malloc for sigacts... 304 bytes is a pretty expensive malloc, don't you think? OHHH now I just figured out why my patches made the system unstable: + if (args->flags & CLONE_SIGHAND) + p2->p_sigacts = p->p_sigacts; I'll fix this tonight. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message