Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   he
Date:           Thu Aug 20 22:07:50 UTC 2009

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/sys/sys: Makefile core.h exec_aout.h
Added Files:
        src/sys/sys: aout_mids.h

Log Message:
Introduce <sys/aout_mids.h>, and include it from <sys/core.h> and
<sys/exec_aout.h>.  This contains the various a.out machine IDs
moved out from exec_aout.h.  The a.out machine IDs are not only
used to identify a.out executable files, but also used to identify
NetBSD core dumps, so should be accessible outside of exec_aout.h.

OK'ed by matt@


To generate a diff of this commit:
cvs rdiff -u -r1.1293 -r1.1294 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.120 -r1.121 src/sys/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/sys/aout_mids.h
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/core.h
cvs rdiff -u -r1.38 -r1.39 src/sys/sys/exec_aout.h

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