From owner-cvs-all Sat Dec 19 00:08:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10813 for cvs-all-outgoing; Sat, 19 Dec 1998 00:08:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10807; Sat, 19 Dec 1998 00:08:17 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id AAA00685; Sat, 19 Dec 1998 00:02:56 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdxWC683; Sat Dec 19 08:02:50 1998 Date: Sat, 19 Dec 1998 00:02:46 -0800 (PST) From: Julian Elischer To: Julian Elischer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/ps keyword.c src/lib/libc/i386/sys sigsuspend.S src/sys/i386/linux linux.h linux_dummy.c linux_misc.c linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c syscalls.master src/sys/kern imgact_elf.c init_main.c kern_exit.c ... In-Reply-To: <199812190255.SAA27983@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 18 Dec 1998, Julian Elischer wrote: > > Code to allow Linux Threads to run under FreeBSD. > > By default not enabled > This code is dependent on the conditional > COMPAT_LINUX_THREADS (suggested by Garret) > This is not yet a 'real' option but will be within some number of hours. Part of my test is to do a "Make world" and make LINT on sources freshly checked out to ensure I didn;t break normal operations. this is taking longer than expected today so I have still not confirmed I haven't broken anything here.. (But I'm still checking.. If I have, I'll fix it as soon as I discover it..) julian > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message