From owner-cvs-all Sun Oct 11 14:08:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08213 for cvs-all-outgoing; Sun, 11 Oct 1998 14:08:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 OAA08199; Sun, 11 Oct 1998 14:08:04 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA10238; Sun, 11 Oct 1998 14:08:03 -0700 (PDT) Date: Sun, 11 Oct 1998 14:08:03 -0700 (PDT) Message-Id: <199810112108.OAA10238@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm/linux linux.c src/sys/i386/linux linux_sysvec.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1998/10/11 14:08:03 PDT Modified files: lkm/linux linux.c sys/i386/linux linux_sysvec.c Log: Unregister the glibc2 brand at module unload time. Change the ELF registration/unregistration scheme to be less error prone. Adding a new brand requires a single addition to linux_brandlist instead of modifying linux_load(), linux_unload(), and linux_elf_init(). Approved by: jkh Reviewed by: msmith Revision Changes Path 1.14 +23 -6 src/lkm/linux/linux.c 1.36 +19 -5 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message