From owner-freebsd-commit Sat Oct 28 05:35:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08877 for freebsd-commit-outgoing; Sat, 28 Oct 1995 05:35:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08854 for cvs-all-outgoing; Sat, 28 Oct 1995 05:35:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08839 for cvs-user-outgoing; Sat, 28 Oct 1995 05:35:20 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA08820 ; Sat, 28 Oct 1995 05:35:15 -0700 Date: Sat, 28 Oct 1995 05:35:15 -0700 From: Peter Wemm Message-Id: <199510281235.FAA08820@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lkm/syscons/star star_saver.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/10/28 05:35:14 Modified: lkm Makefile lkm/coff coff.c lkm/ibcs2 Makefile ibcs2 ibcs2.c lkm/ipfw ipfw_lkm.c lkm/linux linux linux.c lkm/syscons/blank blank_saver.c lkm/syscons/fade fade_saver.c lkm/syscons/green green_saver.c lkm/syscons/snake snake_saver.c lkm/syscons/star star_saver.c Log: Do a pass over the broken LKM's and update them to use the "new" convention of having their entry point named "_mod"". Symorder is enforcing this when the current bsd.kmod.mk is installed. I've not tested all these, but at least they all compile now. Reattach them to the makefile. Note that the change that I made to symorder needs to be compiled and installed before any LKM's will work - the last version was corrupting the relocation tables. A "make world" will to this, but if you manually run a make on the lkm's you'll need to take care of it by hand.