summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 1. Split fp.h into fp.h and fsr.h so that the latter can be includedjake2001-11-183-7/+42
* Avoid missing ticks and hardclock stopping.jake2001-11-181-1/+27
* Catch up to new constants. (These commit messages should have a song.)jake2001-11-181-8/+13
* 1. Remove kdbframe. Bad idea.jake2001-11-182-24/+62
* 1. Convert the tstate saved in the pcb to a pstate and test for PSTATE_PEFjake2001-11-183-41/+127
* Implement hw.machine and hw.model sysctls.jake2001-11-181-0/+11
* 1. Remove bootinfo and just pass loader metadata to the kernel.jake2001-11-183-21/+61
* 1. Implement ascopyto() and ascopyfrom() for copying to an alternate addressjake2001-11-182-52/+92
* 1. Fix a bug where the offsets of the alignment and mmu fault recorvery codejake2001-11-182-116/+146
* Add a file forgotten in the previous commit (a kobj interface thattmm2001-11-091-0/+75
* Support for the UltraSpac DVMA MMU (IOMMU), ported from NetBSD.tmm2001-11-091-0/+730
* Add some OpenFirmware bus support code and definitions.tmm2001-11-092-0/+140
* Add bus_space and busdma support for sparc64.tmm2001-11-091-0/+613
* Add a nexus device for sparc64, which uses the OpenFirmware to attach UPAtmm2001-11-092-1/+450
* Add cache handling code for sparc64.tmm2001-11-091-0/+405
* Add a special OpenFirmware entry point for terminating the kernel (intmm2001-11-065-3/+120
* Add code to emulate unimplemented (non-fp) instructions and to fixuptmm2001-11-063-246/+470
* Add optimized implementations of in_cksum_skip() and related functionstmm2001-11-061-0/+253
* Fix the intial setup of the stray interrupt handler (it takes a structtmm2001-11-061-2/+3
* Implement elf_reloc. This makes klds work.jake2001-10-271-13/+203
* Handle instruction access mmu miss faults in kernel mode. These can onlyjake2001-10-273-2/+95
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-261-4/+25
* Remove call to cninit_finish().jlemon2001-10-241-1/+0
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-211-147/+0
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-211-0/+14
* Add missing include.jake2001-10-201-0/+1
* Add missing includes.jake2001-10-203-0/+3
* Remove interrupt queue array. Its in globaldata now.jake2001-10-201-1/+0
* Use KTR_PMAP instead of KTR_CT1.jake2001-10-201-12/+13
* Catch up to changing entry point names so traces through trapsjake2001-10-201-4/+2
* Catch up to new assembly language code.jake2001-10-201-4/+7
* Fix a bug in the kernel entry window handling where the wrong registerjake2001-10-202-318/+242
* Align the symbol that demarks the end of the signal code on a 16 bytejake2001-10-203-15/+32
* Parameterize the size of the kernel virtual address space on KVA_PAGES.jake2001-10-201-34/+110
* Remove hardcoded cwp value.jake2001-10-201-1/+1
* Use KTR_PROC instead of KTR_CT1 in traces.jake2001-10-202-20/+20
* Return zero on success from su*. Apparently no one checks the returnjake2001-10-202-8/+142
* Add support for physical address hardware watchpoints.jake2001-10-201-3/+26
* Change the stray count in struct intr_vector to a vector number that canjake2001-10-201-34/+40
* Add inthand_add() and inthand_remove() for use by the MD bus code andtmm2001-10-123-0/+186
* Fix some warnings.tmm2001-10-121-2/+2
* Save the floating point context to the right pcb in cpu_fork(), and addtmm2001-10-121-1/+8
* Implement DELAY() using the %tick register.tmm2001-10-122-2/+20
* Add pmap_kenter_flags(), which is used by MD bus code that will betmm2001-10-121-4/+46
* Dissociate ptrace from procfs.des2001-10-071-1/+0
* Optimize bcopy and bzero etc to use 64 bit loads and stores if possible.jake2001-09-302-232/+474
* Use %ver to identify the cpu instead of openfirmware.jake2001-09-301-0/+71
* Remove some debug code, add traces.jake2001-09-301-12/+10
* Return EIO for procfs_*_dbregs.jake2001-09-301-2/+2
* Split the low level trap code into trap, interrupt and syscall, itsjake2001-09-304-237/+692
OpenPOWER on IntegriCloud