Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 1995 05:35:15 -0700
From:      Peter Wemm <peter>
To:        CVS-commiters, cvs-user
Subject:   cvs commit: src/lkm/syscons/star star_saver.c
Message-ID:  <199510281235.FAA08820@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "<modname>_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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510281235.FAA08820>