index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
/
sparc
/
vm_machdep.c
Age
Commit message (
Expand
)
Author
2000-06-08
Add explicit inclusions of signalvar.h to files actually using syms defined
Niklas Hallqvist
2000-06-05
Changes to exit handling.
Artur Grabowski
2000-05-01
When cache is mandatory, don't pmap_enter uncached in vmapbuf.
Artur Grabowski
2000-02-28
Sanitize v{,un}mapbuf. (use the sizes we are passed, not the size from b_coun...
Theo de Raadt
2000-02-21
move fpproc into the cpuinfo structure.
Artur Grabowski
2000-02-21
When mapping something into iommu space hypersparc requires us to align it
Artur Grabowski
2000-02-18
In vmapbuf expand uvm_km_valloc_wait into a direct call to uvm_map
Artur Grabowski
2000-02-17
In dvma_mapout don't try to flush unmapped memory from cache.
Artur Grabowski
2000-02-15
Use extents instead of rmaps to handle dvma space.
Artur Grabowski
1999-12-09
Since we uncache the memory in dvma_malloc, it is a good idea to recacheit in
Artur Grabowski
1999-09-03
Change the pmap_enter api to pass down an argument that indicates
Artur Grabowski
1999-08-17
New cpu_fork API to take a stack in which you point the child's stackpointer
Niklas Hallqvist
1999-07-09
vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t
Artur Grabowski
1999-04-22
UVM stuff. Mostly name changes.
Artur Grabowski
1999-01-10
Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD
Niklas Hallqvist
1998-07-28
Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...
Todd C. Miller
1997-08-08
Mostly sync to NetBSD-current 970804.
Jason Downs
1996-08-11
netbsd port, now we merge our changes back in
Theo de Raadt
1995-12-15
new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supply
Theo de Raadt
1995-11-10
fix DVMA problem on sun4 systems with writeback cache. you need
chuck
1995-10-18
initial import of NetBSD tree
Theo de Raadt