aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* + Fix misplacement of `txp'David E. O'Brien2001-09-241-1/+1
* Add kernbase symbol and use it instead of magic numbers in theJake Burkholder2001-09-213-0/+8
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itJohn Baldwin2001-09-182-2/+2
* Set thread0->td_pcb, this is probably why jake was getting a null deref.Peter Wemm2001-09-141-0/+1
* KSE Milestone 2Julian Elischer2001-09-1225-249/+361
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movePeter Wemm2001-09-101-28/+0
* style(9) the structure definitions.David E. O'Brien2001-09-052-2/+2
* style(9) the structure definitions.David E. O'Brien2001-09-059-20/+20
* style(9) the structure namesDavid E. O'Brien2001-09-041-6/+6
* Zap #if 0'ed map init code that got moved to the MI area.Peter Wemm2001-09-041-87/+0
* Make this compile.Jake Burkholder2001-09-041-0/+3
* Remove some stale definitions and update for new assembler code.Jake Burkholder2001-09-031-56/+28
* Add ktr traces to copy{in,out} and cpu_switch.Jake Burkholder2001-09-034-6/+198
* Add comments following what other architectures have.Jake Burkholder2001-09-031-1/+36
* Change tf_arg to uintptr_t from void * to reflect the fact thatJake Burkholder2001-09-033-23/+10
* Implement a slightly different window spill/fill algorithm for dealingJake Burkholder2001-09-036-1514/+2354
* Move the alternate global register stack to struct globaldata.Jake Burkholder2001-09-032-0/+12
* Add ktr traces.Jake Burkholder2001-09-031-0/+8
* Implement pv_bit_count which is used by pmap_ts_referenced.Jake Burkholder2001-09-036-253/+392
* Implement signals.Jake Burkholder2001-09-035-59/+278
* Move %ver definitions from pstate.h to ver.h. Add definitions for normalJake Burkholder2001-09-032-26/+67
* Add simple macros for tracing in assembler files. There are quiteJake Burkholder2001-09-031-0/+87
* Use the correct copyrights. Note where most of this came from.Jake Burkholder2001-09-039-58/+135
* Bump UPAGES to 4. The pcb can be rather large.Jake Burkholder2001-09-031-1/+1
* mtx_savecrit is a pil level, not a pstate value, thus mtx_intr_enableJake Burkholder2001-09-031-1/+1
* Add a flushw() macro.Jake Burkholder2001-09-031-0/+4
* Add atomic_load and store functions without membars, fwiw.Jake Burkholder2001-09-031-5/+24
* The definition for ASI_IMMU_TAG_TARGET_REG was wrong. Sort.Jake Burkholder2001-09-031-12/+13
* + Blah, there was nothing wrong in rev 1.1 talking about the i386/NOTES.David E. O'Brien2001-09-021-4/+11
* Match the style of very other platform we have.David E. O'Brien2001-09-021-7/+13
* Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc().Peter Wemm2001-08-311-16/+14
* Remove the MPSAFE keyword from the parser for syscalls.master.Matthew Dillon2001-08-301-12/+4
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-302-8/+12
* Use register g6 to point to a small stack for svaing alternate globalsJake Burkholder2001-08-211-9/+40
* Handle the pcb window scratch area in cpu_fork.Jake Burkholder2001-08-211-20/+36
* Save and restore %fprs and %y, which are unused by kernel code, butJake Burkholder2001-08-212-24/+70
* Disable interrupts when calling openfirmware.Jake Burkholder2001-08-212-14/+26
* Rename fp_init_pcb to fp_init_proc. Set the FEF bit in fprs register;Jake Burkholder2001-08-202-5/+19
* Add definitions for new assembler code.Jake Burkholder2001-08-201-0/+31
* Catch up with new trap entry point names.Jake Burkholder2001-08-201-23/+3
* Add variables needed by hardware watchpoint support.Jake Burkholder2001-08-202-0/+12
* Add code for supporting hardware watch points.Jake Burkholder2001-08-202-0/+255
* Add a system call trap type and syscall() call request handler.Jake Burkholder2001-08-202-2/+228
* Add support for splitting the register windows on entry to theJake Burkholder2001-08-204-399/+1111
* db_expr_t is signed.Jake Burkholder2001-08-201-1/+1
* Add definitions for bits in condition code register and the load storeJake Burkholder2001-08-204-13/+164
* Add a definition for the load store unit control register.Jake Burkholder2001-08-201-0/+2
* Sync globals.h up with the other platforms. There is still some cruft inDavid E. O'Brien2001-08-202-14/+15
* Don't needlessly duplicate what's basically the same copyright.Jake Burkholder2001-08-181-26/+1
* Implement cpu_wait().Jake Burkholder2001-08-181-3/+26