DragonFly commits List (threaded) for 2004-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/conf Makefile.amd64 Makefile.i386 bsd.kern.mk files.i386
dillon 2004/02/16 11:57:40 PST
DragonFly src repository
Modified files:
sys/conf Makefile.amd64 Makefile.i386 bsd.kern.mk
files.i386
Log:
Compile the kernel with -fno-common to guarentee that we do not accidently
put non-extern'd variable declarations in header files. Our module loader
no longer deals with commons so duplicate declarations can cause kldloaded
modules to fail, and its sloppy programming anyway.
Revision Changes Path
1.2 +1 -1 src/sys/conf/Makefile.amd64
1.12 +1 -1 src/sys/conf/Makefile.i386
1.4 +5 -0 src/sys/conf/bsd.kern.mk
1.14 +2 -2 src/sys/conf/files.i386
http://www.dragonflybsd.org/cvsweb/src/sys/conf/Makefile.amd64.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/Makefile.i386.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/bsd.kern.mk.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.i386.diff?r1=1.13&r2=1.14&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]