summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include
AgeCommit message (Expand)Author
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
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-10-17damn it, i have had it with this untested weak shitTheo de Raadt
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
2000-07-07Convert spl* on sparc to be raising-only.Artur Grabowski
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-18add machdep.vsyncblank sysctl for controlling whether vsync is disabledJason Wright
2000-03-08multiple inclusion protect because of pstat and socket.h needing ALIGNBYTESTheo de Raadt
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-02-21move fpproc into the cpuinfo structure.Artur Grabowski
2000-02-18Add a bunch of hypersparc registers. (from NetBSD).Artur Grabowski
2000-02-18Rename some registers to match NetBSD and litterature.Artur Grabowski
2000-02-15Use extents instead of rmaps to handle dvma space.Artur Grabowski
2000-01-27reduce global symbol pollutionArtur Grabowski
1999-12-09Fix a bug we've had for ages.Artur Grabowski
1999-12-09Change the kvm_uncache interface to a kvm_setcache that can uncacheArtur Grabowski
1999-12-08Dumb implementation of PMAP_NEW, it works but without any gains yet.Artur Grabowski
1999-12-01crank DFLDSIZ to 32MBTheo de Raadt
1999-11-25In the cases where we are sure what page size we have, define PAGE_SIZEArtur Grabowski
1999-11-11General cleanup of pmap.Artur Grabowski
1999-11-05MACHINE_NEW_NONCONTIG is now default even without uvm.Artur Grabowski
1999-09-07update the comment about how the srmmu works (some names were wrong)Artur Grabowski
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-21definitions needed by sbin/kbd/kbd_sparc.cMats O Jansson
1999-07-25move around ioctl definitionsJason Wright
1999-07-23Drivers for the FORCE CPU-5V:Jason Wright
1999-07-20add support for "floating accent" and compose. -mojMats O Jansson
1999-07-18Add code to support none us keyboards in kernel. -mojMats O Jansson
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-06-06set DFLDSIZ to 24MBTheo de Raadt
1999-05-29typoArtur Grabowski
1999-05-27typoArtur Grabowski
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
1999-04-22MACHINE_NEW_NONCONTIG code. From NetBSD. Needed by UVMArtur Grabowski
1999-04-22[vp]{addr,size}_t needed by UVMArtur Grabowski
1999-04-22implement pmap_{,de}activateArtur Grabowski