summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Add contents to struct *reg.jake2001-09-301-4/+35
* 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-302-1/+72
* Remove some debug code, add traces.jake2001-09-301-12/+10
* Return EIO for procfs_*_dbregs.jake2001-09-301-2/+2
* Add a place holder for PSTATE_SECURE, which detects if user code itjake2001-09-301-0/+2
* Split the low level trap code into trap, interrupt and syscall, itsjake2001-09-305-237/+693
* Implement sysarch().jake2001-09-301-2/+9
* Fix some traces. td->p_comm doesn't exist.jake2001-09-302-6/+12
* Move the kernel to end of the first 4 gigabytes of address space, so thatjake2001-09-304-85/+234
* Add a macro to get the context from a tte tag, not necesarily a wholejake2001-09-301-6/+2
* Include <machine/setjmp.h> instead of <setjmp.h>.jake2001-09-301-1/+1
* Don't use types that require other headers.jake2001-09-302-3/+3
* Wrap hardware trap types in ifdef _kernel.jake2001-09-301-0/+4
* Move the pcb the to the top of the kernel stack.jake2001-09-305-61/+75
* Don't overflow the ktr buffer <gulp>.jake2001-09-301-0/+4
* Implement PCPU_ADDR. Align functions on 16 bytes boundaries.jake2001-09-301-1/+4
* + Fix misplacement of `txp'obrien2001-09-241-1/+1
* Add kernbase symbol and use it instead of magic numbers in thejake2001-09-213-0/+8
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-182-2/+2
* Set thread0->td_pcb, this is probably why jake was getting a null deref.peter2001-09-141-0/+1
* KSE Milestone 2julian2001-09-1225-249/+361
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-28/+0
* style(9) the structure definitions.obrien2001-09-052-2/+2
* style(9) the structure definitions.obrien2001-09-059-20/+20
* style(9) the structure namesobrien2001-09-041-6/+6
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-87/+0
* Make this compile.jake2001-09-041-0/+3
* Remove some stale definitions and update for new assembler code.jake2001-09-031-56/+28
* Add ktr traces to copy{in,out} and cpu_switch.jake2001-09-034-6/+198
* Add comments following what other architectures have.jake2001-09-031-1/+36
* Change tf_arg to uintptr_t from void * to reflect the fact thatjake2001-09-033-23/+10
* Implement a slightly different window spill/fill algorithm for dealingjake2001-09-036-1514/+2354
* Move the alternate global register stack to struct globaldata.jake2001-09-032-0/+12
* Add ktr traces.jake2001-09-031-0/+8
* Implement pv_bit_count which is used by pmap_ts_referenced.jake2001-09-036-253/+392
* Implement signals.jake2001-09-035-59/+278
* Move %ver definitions from pstate.h to ver.h. Add definitions for normaljake2001-09-032-26/+67
* Add simple macros for tracing in assembler files. There are quitejake2001-09-031-0/+87
* Use the correct copyrights. Note where most of this came from.jake2001-09-039-58/+135
* Bump UPAGES to 4. The pcb can be rather large.jake2001-09-031-1/+1
* mtx_savecrit is a pil level, not a pstate value, thus mtx_intr_enablejake2001-09-031-1/+1
* Add a flushw() macro.jake2001-09-031-0/+4
* Add atomic_load and store functions without membars, fwiw.jake2001-09-031-5/+24
* The definition for ASI_IMMU_TAG_TARGET_REG was wrong. Sort.jake2001-09-031-12/+13
* + Blah, there was nothing wrong in rev 1.1 talking about the i386/NOTES.obrien2001-09-021-4/+11
* Match the style of very other platform we have.obrien2001-09-021-7/+13
* Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc().peter2001-08-311-16/+14
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-12/+4
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-8/+12
OpenPOWER on IntegriCloud