Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
gwr
Thu Jan 23 14:20:18 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/dev
In directory netbsd1:/var/slash-tmp/cvs-serv19715
Modified Files:
memerr.c
Log Message:
Use <machine/machdep.h>
gwr
Thu Jan 23 14:21:51 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/include
In directory netbsd1:/var/slash-tmp/cvs-serv20069
Modified Files:
pcb.h
Log Message:
Make this once again identical to the hp300 version.
Perhaps this should exist as <m68k/include/pcb.h>
gwr
Thu Jan 23 14:24:05 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/include
In directory netbsd1:/var/slash-tmp/cvs-serv20174
Modified Files:
pmap.h
Log Message:
Add <machine/pte.h> and the new pm_mmucrp member of struct pmap.
Kill macros PMAP_ACTIVATE and PMAP_ACTIVATE (not used).
Add macro _pmap_fault for use in trap.c
gwr
Thu Jan 23 14:25:57 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/include
In directory netbsd1:/var/slash-tmp/cvs-serv20471
Modified Files:
pte.h
Log Message:
Wrap prototypes with ifdef _KERNEL
gwr
Thu Jan 23 14:27:30 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv20499
Modified Files:
_startup.c
Log Message:
Move a bunch of stuff to sun3/sunmon.c where we can share it.
cgd
Thu Jan 23 14:29:07 PST 1997
Update of /cvsroot/src/sys/lib/libkern
In directory netbsd1:/var/slash-tmp/cvs-serv20088/libkern
Modified Files:
Makefile.inc
Log Message:
clean up substantially. Transform clean, depend, cleandir targets from ::
to :, so they can be used e.g. with <bsd.prog.mk>. Standardize variable
names used to configure kernel libraries.
Variables used by these Makefile.inc's are:
S must be set to the top of the 'sys' tree.
${LIB}DST may be set to the location of the directory where library
objects are to be built. Defaults to ${.OBJDIR}/lib/${lib}.
${LIB}_AS may be set to 'obj' to build a object from the library's
object files. (Otherwise, a library will be built.)
Defaults to 'library'.
${LIB}MISCMAKEFLAGS
Miscellaneous flags to be passed to the library's Makefile when
building. See library's Makefile for more details about
supported flags and their default values.
(where LIB is KERN, SA, or Z, and lib is kern, sa, or z, depending on which
library's Makefile.inc is being discussed.)
cgd
Thu Jan 23 14:29:08 PST 1997
Update of /cvsroot/src/sys/lib/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv20088/libsa
Modified Files:
Makefile.inc
Log Message:
clean up substantially. Transform clean, depend, cleandir targets from ::
to :, so they can be used e.g. with <bsd.prog.mk>. Standardize variable
names used to configure kernel libraries.
Variables used by these Makefile.inc's are:
S must be set to the top of the 'sys' tree.
${LIB}DST may be set to the location of the directory where library
objects are to be built. Defaults to ${.OBJDIR}/lib/${lib}.
${LIB}_AS may be set to 'obj' to build a object from the library's
object files. (Otherwise, a library will be built.)
Defaults to 'library'.
${LIB}MISCMAKEFLAGS
Miscellaneous flags to be passed to the library's Makefile when
building. See library's Makefile for more details about
supported flags and their default values.
(where LIB is KERN, SA, or Z, and lib is kern, sa, or z, depending on which
library's Makefile.inc is being discussed.)
cgd
Thu Jan 23 14:29:09 PST 1997
Update of /cvsroot/src/sys/lib/libz
In directory netbsd1:/var/slash-tmp/cvs-serv20088/libz
Modified Files:
Makefile.inc
Log Message:
clean up substantially. Transform clean, depend, cleandir targets from ::
to :, so they can be used e.g. with <bsd.prog.mk>. Standardize variable
names used to configure kernel libraries.
Variables used by these Makefile.inc's are:
S must be set to the top of the 'sys' tree.
${LIB}DST may be set to the location of the directory where library
objects are to be built. Defaults to ${.OBJDIR}/lib/${lib}.
${LIB}_AS may be set to 'obj' to build a object from the library's
object files. (Otherwise, a library will be built.)
Defaults to 'library'.
${LIB}MISCMAKEFLAGS
Miscellaneous flags to be passed to the library's Makefile when
building. See library's Makefile for more details about
supported flags and their default values.
(where LIB is KERN, SA, or Z, and lib is kern, sa, or z, depending on which
library's Makefile.inc is being discussed.)
Home |
Main Index |
Thread Index |
Old Index