aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-101-0/+1
* - Add space for kernel floating point registers to the pcb. These will beJake Burkholder2003-04-031-6/+8
* - Add a flags field to struct pcb. Use this to keep track of wether orJake Burkholder2003-04-011-0/+3
* - Rename pcb_fpstate to pcb_ufp (user floating point), and change it toJake Burkholder2003-04-011-3/+2
* Rename pcb_fp to pcb_sp, so as to not be confused with floating pointJake Burkholder2003-04-011-1/+1
* Explicitely specify an alignment for struct pcb. While all regular pcb'sThomas Moestl2002-10-191-1/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andPeter Wemm2002-10-151-3/+0
* Demark sections of code that need special fault handling with labels.Jake Burkholder2002-08-161-1/+0
* Remove pcb_y. It has moved to trapframe.Jake Burkholder2001-12-291-1/+0
* 1. Convert the tstate saved in the pcb to a pstate and test for PSTATE_PEFJake Burkholder2001-11-181-9/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-2/+2
* Implement a slightly different window spill/fill algorithm for dealingJake Burkholder2001-09-031-4/+4
* Add support for splitting the register windows on entry to theJake Burkholder2001-08-201-1/+15
* The author isn't a [UC] Regents. Correct the copyright language.David E. O'Brien2001-08-091-2/+2
* Add floating point context switching code for sparc64.Thomas Moestl2001-08-041-0/+5
* Flesh out the sparc64 port considerably. This contains:Jake Burkholder2001-07-311-1/+3
* Add skeleton machine dependent headers and c files for a port of freebsdJake Burkholder2001-07-311-0/+43