Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
enami
Thu Feb 12 20:51:23 PST 1998
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv4788
Modified Files:
if_ne_pcmcia.c
Log Message:
Move entry for IO-DATA PCLA/T out from comment. Since there may be
two different location for MAC address, just make bus-independent
layer to ask it.
thorpej
Thu Feb 12 20:52:01 PST 1998
Update of /cvsroot/src/sys/uvm
In directory netbsd1:/var/slash-tmp/cvs-serv5708
Modified Files:
uvm_stat.c
Log Message:
Add a global list of all UVM histories.
thorpej
Thu Feb 12 20:55:15 PST 1998
Update of /cvsroot/src/sys/uvm
In directory netbsd1:/var/slash-tmp/cvs-serv6024
Modified Files:
uvm_stat.h
Log Message:
A few changes to make it possible to read UVM histories from userland:
- Protect option headers from inclusion if ! _KERNEL or if _LKM.
- Make sure struct uvm_history is always the same size (not dependent
on NCPU).
- Add fmtlen and fnlen members to struct uvm_history_ent, which specify
the lengths fo the fmt and fn strings.
- Add name, namelen, and a list entry to struct uvm_history.
- When a history is initialized, place it on the global list of all histories.
Home |
Main Index |
Thread Index |
Old Index