Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   matt
Date:           Sun Jun 12 00:24:32 UTC 2005

Modified Files:
        src/sys/arch/i386/conf: INSTALL_TINY
        src/sys/arch/i386/i386: vm_machdep.c
        src/sys/conf: files

Log Message:
Reduce INSTALL_TINY by 1.3KB.

Support for a.out coredumps is now conditional on EXEC_AOUT, EXEC_COFF,
EXEC_ECOFF, or EXEC_MACHO, or LKM.  Since coredump_netbsd is the only user
of cpu_coredump, make that conditional too.  Lastly, add 'no options EXEC_AOUT'
so the EXEC_AOUT option in std.i386 can be overridden.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/arch/i386/conf/INSTALL_TINY
cvs rdiff -r1.120 -r1.121 src/sys/arch/i386/i386/vm_machdep.c
cvs rdiff -r1.717 -r1.718 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index