summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Extract the code that records syscall results in the frame into MDkib2009-11-101-1/+2
* Convert the remainder of the low hanging fruits regarding includingmarius2007-01-191-1/+7
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-0/+1
* - Add space for kernel floating point registers to the pcb. These will bejake2003-04-031-6/+8
* - Add a flags field to struct pcb. Use this to keep track of wether orjake2003-04-011-0/+3
* - Rename pcb_fpstate to pcb_ufp (user floating point), and change it tojake2003-04-011-3/+2
* Rename pcb_fp to pcb_sp, so as to not be confused with floating pointjake2003-04-011-1/+1
* Explicitely specify an alignment for struct pcb. While all regular pcb'stmm2002-10-191-1/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-3/+0
* Demark sections of code that need special fault handling with labels.jake2002-08-161-1/+0
* Remove pcb_y. It has moved to trapframe.jake2001-12-291-1/+0
* 1. Convert the tstate saved in the pcb to a pstate and test for PSTATE_PEFjake2001-11-181-9/+1
* style(9) the structure definitions.obrien2001-09-051-2/+2
* Implement a slightly different window spill/fill algorithm for dealingjake2001-09-031-4/+4
* Add support for splitting the register windows on entry to thejake2001-08-201-1/+15
* The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-091-2/+2
* Add floating point context switching code for sparc64.tmm2001-08-041-0/+5
* Flesh out the sparc64 port considerably. This contains:jake2001-07-311-1/+3
* Add skeleton machine dependent headers and c files for a port of freebsdjake2001-07-311-0/+43
OpenPOWER on IntegriCloud