Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
mark
Wed Jan 21 14:20:04 PST 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv7841
Modified Files:
cpufunc.c
Log Message:
Include sys/systm.h for various prototypes.
thorpej
Wed Jan 21 14:24:33 PST 1998
Update of /cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv7568/conf
Modified Files:
files
Log Message:
Implement an activity log for malloc() and free(), useful for tracking
down "Data modified on freelist" and "muliple free" problems.
The log is activated by the MALLOCLOG option, and the size of the
event ring buffer is controlable via the MALLOGLOGSIZE option (default
is 100000 entries).
>From Chris Demetriou, cleaned up a little by me per suggestions in the
e-mail from Chris that contained the code.
thorpej
Wed Jan 21 14:24:34 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv7568/kern
Modified Files:
kern_malloc.c
Log Message:
Implement an activity log for malloc() and free(), useful for tracking
down "Data modified on freelist" and "muliple free" problems.
The log is activated by the MALLOCLOG option, and the size of the
event ring buffer is controlable via the MALLOGLOGSIZE option (default
is 100000 entries).
>From Chris Demetriou, cleaned up a little by me per suggestions in the
e-mail from Chris that contained the code.
thorpej
Wed Jan 21 14:24:35 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv7568/sys
Modified Files:
malloc.h
Log Message:
Implement an activity log for malloc() and free(), useful for tracking
down "Data modified on freelist" and "muliple free" problems.
The log is activated by the MALLOCLOG option, and the size of the
event ring buffer is controlable via the MALLOGLOGSIZE option (default
is 100000 entries).
>From Chris Demetriou, cleaned up a little by me per suggestions in the
e-mail from Chris that contained the code.
mark
Wed Jan 21 14:25:37 PST 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv8459
Modified Files:
fault.c
Log Message:
Cleaned up various debugging printf format strings.
mark
Wed Jan 21 14:28:13 PST 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv8686
Modified Files:
sys_machdep.c
Log Message:
Axe some unused variables.
Home |
Main Index |
Thread Index |
Old Index