summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-07-26- remove duplicate defnsJason Wright
2002-07-26- Move register defns to their own header file and add a whole bunch of themJason Wright
2002-07-25missing arg in the call to the pdc_call since some old timesMichael Shalayeff
2002-07-25strip off annoying local gcc symbols (jason was complaining hangman being too...Michael Shalayeff
2002-07-25use bus_space_map, not bus_space_map2, and fix failure printf'sJason Wright
2002-07-25There's no need to override the default mapping to big endian now that rasops...Jason Wright
2002-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
2002-07-25really remove itTheo de Raadt
2002-07-25remove the intrhand .comm, which was wrong, and is not neededTheo de Raadt
2002-07-25a few breakages w/ -current, maybe some other mickey might decide to fix thoseMichael Shalayeff
2002-07-25better kdbprinttrap() and copy over the frame into the db_regs when already s...Michael Shalayeff
2002-07-25preserve t4 as a saviour for the rp for the vfork() syscall. idea from fredette@Michael Shalayeff
2002-07-25kcopy is a space-to-space copy from kernel space, to guess where, -- to the s...Michael Shalayeff
2002-07-25only one trap generates exec fault and fetches the fault address from the pc ...Michael Shalayeff
2002-07-24use properly sized regs for the prefix, only matters w/ picky binutils, old g...Michael Shalayeff
2002-07-24spacesTheo de Raadt
2002-07-24if it appears we are disassembling insn at the pc do not cause an extra memor...Michael Shalayeff
2002-07-24nuke debugging cruftJason Wright
2002-07-24add support for schizo streaming buffers (per PBM), but leave the buffers dis...Jason Wright
2002-07-24Go ahead and enable schizo, you're no worse off with it than without..Jason Wright
2002-07-24No need to cast &thing to paddr_t* when thing IS a paddr_tJason Wright
2002-07-24more use of volatile on registers, cleaningJason Wright
2002-07-24- don't need mmio or io registers mapped for console useJason Wright
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-24limit user code up to below the user stack, making stack addresses, effective...Michael Shalayeff
2002-07-24Support for non-exec mappings on sun4m.Artur Grabowski
2002-07-24Support for non-exec page mappings.Artur Grabowski
2002-07-24Pretty nasty hack to make non-exec mappings work.Artur Grabowski
2002-07-24and add the things that are missing?Theo de Raadt
2002-07-24why do i always have to mop upTheo de Raadt
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-07-23Allow 'boot hd:,ofwboot bsd' previously it required '/bsd' instead ofDale Rahn
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-23only break in ddb if the kernel has been mappedMichael Shalayeff
2002-07-23print page protection w/ bits in dump_tableMichael Shalayeff
2002-07-23Define __HAVE_SPLASSERT on architectures that support splassert.Artur Grabowski
2002-07-23Define IPL_NONEArtur Grabowski
2002-07-23When handling an interrupt record the interrupt level we're handlingArtur Grabowski
2002-07-21Support OS selectable halt action on the VAXstation 4000's.Hugh Graham
2002-07-21cleanup, mostly 'if 0'ed code removal.Dale Rahn
2002-07-21on itlb miss say type is VM_PROT_EXECUTE, per art@s suggestionMichael Shalayeff
2002-07-21Attempt to distinguish 4000 700A from 4000 705A. Results are so farHugh Graham
2002-07-21Vector 0x0 doesn't seem to be useful, so ignore it for now.Hugh Graham
2002-07-21remove unsued variables.Artur Grabowski
2002-07-20Remove unused variables.Artur Grabowski
2002-07-20unconfuse indentation.Artur Grabowski
2002-07-20typoArtur Grabowski
2002-07-20duplicate define.Artur Grabowski
2002-07-20define __HAVE_PMAP_PHYSSEGArtur Grabowski