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