diff -Nur modutils-2.3.11/ChangeLog modutils-2.3.12/ChangeLog --- modutils-2.3.11/ChangeLog Thu Apr 20 14:31:49 2000 +++ modutils-2.3.12/ChangeLog Sun Jul 9 15:44:35 2000 @@ -1,3 +1,19 @@ +2000-07-09 Keith Owens + + modutils 2.3.12 + + * Only read default config on first file. + * Add /lib/modules/.../kernel directory, positioning for Makefile rewrite. + * Correct modinfo -f by Yann Droneaud. + * Add filename to obj_file, allow %{filename} in modinfo format. + * Partial cleanup char vs const char. + * Handle gzipped objects by Willy Tarreau. + * SuSe patch for s390 support. + * SuSe patch to default aliases. + * IA64 support by Mike Stephens. + * Update hint message for kernel errors. + * Default to using libc, phasing out _syscall(). + 2000-04-20 Keith Owens modutils 2.3.11 diff -Nur modutils-2.3.11/INSTALL modutils-2.3.12/INSTALL --- modutils-2.3.11/INSTALL Thu Apr 13 18:17:59 2000 +++ modutils-2.3.12/INSTALL Sun Jul 9 15:44:35 2000 @@ -78,6 +78,16 @@ own initrd boot system. --enable-strip Are binaries to be stripped during install? Default is yes. +--disable-zlib Handle gzipped objects? Default is no. + You probably only need this if you are booting + a small root filesystem and the filesystem is + not compressed itself. +--disable-use-syscall Use _syscall() functions? Default is no. + Any current libc should have definitions for the + modutils to kernel system calls. If you get + missing sys_xxx functions, try --enable-use-syscall. + Note that the glibc maintainers want to remove + _syscall() from the library ABI. To disable any of these, specify --disable-