From owner-cvs-all Sat Dec 19 16:34:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10933 for cvs-all-outgoing; Sat, 19 Dec 1998 16:34:38 -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 QAA10928; Sat, 19 Dec 1998 16:34:35 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id QAA15987; Sat, 19 Dec 1998 16:19:47 -0800 (PST) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdL15984; Sun Dec 20 00:19:43 1998 Date: Sat, 19 Dec 1998 16:19:40 -0800 (PST) From: Julian Elischer To: Mike Smith cc: S ren Schmidt , Julian Elischer , 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. In-Reply-To: <199812192231.OAA00801@dingo.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id QAB10929 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I was asked to make it conditional because it doubles the size of the Proc struct. I wish I hadn't because I screwed up a file when I reapplied the conditionals after accidentally munging it. See "eats crow" message On Sat, 19 Dec 1998, Mike Smith wrote: > > It seems Julian Elischer wrote: > > > > It also break make world, because linux_sysvec.c is now an #ifdef > > nightmare that came true.... > > I have to agree with this; it's not something that should be > conditional. > > This is -current for crying out loud! > > > > julian 1998/12/18 18:55:34 PST > > > > > > Modified files: > > > bin/ps keyword.c > > > lib/libc/i386/sys sigsuspend.S > > > 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 > > > sys/kern imgact_elf.c init_main.c kern_exit.c > > > kern_fork.c kern_sig.c > > > sys/sys proc.h signalvar.h unistd.h user.h > > > sys/vm vm_glue.c > > > Log: > > > Reviewed by: Luoqi Chen, Jordan Hubbard > > > Submitted by: "Richard Seaman, Jr." > > > Obtained from: linux :-) > > > > > > 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. > > > > > > Revision Changes Path > > > 1.21 +3 -1 src/bin/ps/keyword.c > > > 1.7 +5 -3 src/lib/libc/i386/sys/sigsuspend.S > > > 1.25 +2 -1 src/sys/i386/linux/linux.h > > > 1.9 +1 -8 src/sys/i386/linux/linux_dummy.c > > > 1.48 +173 -1 src/sys/i386/linux/linux_misc.c > > > 1.14 +3 -2 src/sys/i386/linux/linux_proto.h > > > 1.10 +1 -1 src/sys/i386/linux/linux_syscall.h > > > 1.15 +2 -2 src/sys/i386/linux/linux_sysent.c > > > 1.41 +22 -1 src/sys/i386/linux/linux_sysvec.c > > > 1.13 +2 -2 src/sys/i386/linux/syscalls.master > > > 1.44 +5 -1 src/sys/kern/imgact_elf.c > > > 1.100 +19 -1 src/sys/kern/init_main.c > > > 1.70 +39 -1 src/sys/kern/kern_exit.c > > > 1.53 +23 -1 src/sys/kern/kern_fork.c > > > 1.51 +75 -1 src/sys/kern/kern_sig.c > > > 1.63 +39 -2 src/sys/sys/proc.h > > > 1.21 +5 -1 src/sys/sys/signalvar.h > > > 1.18 +4 -1 src/sys/sys/unistd.h > > > 1.17 +8 -1 src/sys/sys/user.h > > > 1.78 +8 -1 src/sys/vm/vm_glue.c > > > > > > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > Søren Schmidt (sos@freebsd.org) FreeBSD Core Team member > > > > > > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ msmith@cdrom.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message