summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include
AgeCommit message (Expand)Author
2002-03-13On sparc, PAGE_SIZE and friends might not be a compile-time constant.Miod Vallat
2002-02-20frantzen's stackghost code. wcookie is set at 0 right now, until debuggerTheo de Raadt
2002-02-19Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination.Miod Vallat
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-14__weak_alias() support.Federico G. Schwindt
2002-01-23compatability -> compatibility.Federico G. Schwindt
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-12-10Define MCLBYTES from MCLSHIFT, rather than providing the final value.Miod Vallat
2001-12-07kvm_recache is now unnecessary, simplify.Artur Grabowski
2001-12-07Remove pmap_cache_enable. it was a mistake.Artur Grabowski
2001-12-07splpmap -> splvmArtur Grabowski
2001-12-07Remove pmap_kenter_pgs leftovers.Artur Grabowski
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-28pmap_kenter_pgs is not used and not really useful. remove.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-09-28proper values for ieee rounding modes (from NetBSD)Jason Wright
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-08-19Ooops. sparc always needs own protos.Artur Grabowski
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-17cdev_decl cleanup; jason@ okMichael Shalayeff
2001-08-11remove some old cruft.Artur Grabowski
2001-08-08__dead doesn't work on function pointers.Artur Grabowski
2001-08-08nuke __attribute__((__noreturn__)) when used in conjunction with __deadTodd C. Miller
2001-08-07unused, bye bye.Brad Smith
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27PMAP_NEW is no longer an option on sparc.Artur Grabowski
2001-06-27IPF cleanup; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-10Art error #2Theo de Raadt
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-10Switch sparc to PMAP_NEW. I've been running with that code for ages.Artur Grabowski
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-15- increase the amount of space mapped for dvma on sun4mJason Wright