From owner-cvs-all Thu Sep 17 15:09:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18954 for cvs-all-outgoing; Thu, 17 Sep 1998 15:09:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18888; Thu, 17 Sep 1998 15:08:56 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27477; Thu, 17 Sep 1998 15:08:35 -0700 (PDT) Date: Thu, 17 Sep 1998 15:08:35 -0700 (PDT) Message-Id: <199809172208.PAA27477@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_sysvec.c src/lkm/linux linux.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/17 15:08:35 PDT Modified files: sys/i386/linux linux_sysvec.c lkm/linux linux.c Log: Add support for glibc consumers using the new ld-linux.so.2 linker. I can't say this was the most inspired fix, but it matches the design OK. Revision Changes Path 1.34 +10 -2 src/sys/i386/linux/linux_sysvec.c 1.13 +4 -3 src/lkm/linux/linux.c