Home | History | Annotate | Download | only in include
History log of /src/sys/arch/hppa/include/pcb.h
RevisionDateAuthorComments
 1.10  16-Apr-2019  skrll Trailing whitespace
 1.9  16-Mar-2010  skrll branches: 1.9.60;
The FP regs are accessed in both physical and virtual modes. Make sure
they're allocated in directly mapped memory to avoid aliasing problems
and unnecessary cache flushing.

Fix various names and references. If we ever directly map the uarea and
pcb we can change things at that point.

Significantly helps my J210 (PA7200).

Mostly from OpenBSD.
 1.8  03-Nov-2009  snj branches: 1.8.2; 1.8.4;
Follow upstream license changes for files with Michael Shalayeff's
copyright. In most cases, this means dropping the 3rd and 4th clauses.
 1.7  24-May-2009  skrll u_intNN_t -> uintNN_t

"same" code before and after.
 1.6  18-Jan-2008  skrll branches: 1.6.10;
Adjust comments to fit <80 columns.
 1.5  10-Jan-2008  skrll Various improvements to the hppa kernel for gdb.

- add the useful space and control registers to struct reg
- update process_{read,write}_regs accordingly
- use MID_HPPA in core dumps.
- dump the fp regs into cores.
- add single stepping support from OpenBSD.
 1.4  07-Apr-2007  skrll branches: 1.4.14; 1.4.20; 1.4.26;
Whitespace.
 1.3  11-Dec-2005  christos branches: 1.3.26; 1.3.30; 1.3.32;
merge ktrace-lwp.
 1.2  18-Jul-2004  chs branches: 1.2.12;
store the kernel stack pointer for a sleeping LWP in its PCB instead of
in its trapframe. this is needed for scheduler activations, so that we can
change the user stack pointer via the trapframe. from openbsd.
 1.1  05-Jun-2002  fredette branches: 1.1.2; 1.1.4; 1.1.10;
Added files to support generic HP PA-RISC based machines. hp700-specific
files to follow.
 1.1.10.1  03-Aug-2004  skrll Sync with HEAD
 1.1.4.2  14-Jul-2002  gehenna catch up with -current.
 1.1.4.1  05-Jun-2002  gehenna file pcb.h was added on branch gehenna-devsw on 2002-07-14 17:47:28 +0000
 1.1.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.2.1  05-Jun-2002  jdolecek file pcb.h was added on branch kqueue on 2002-06-23 17:37:09 +0000
 1.2.12.2  21-Jan-2008  yamt sync with head
 1.2.12.1  03-Sep-2007  yamt sync with head.
 1.3.32.1  11-Jul-2007  mjf Sync with head.
 1.3.30.1  10-Apr-2007  ad Sync with head.
 1.3.26.1  15-Apr-2007  yamt sync with head.
 1.4.26.2  19-Jan-2008  bouyer Sync with HEAD
 1.4.26.1  11-Jan-2008  bouyer Sync with HEAD
 1.4.20.1  18-Feb-2008  mjf Sync with HEAD.
 1.4.14.1  23-Mar-2008  matt sync with HEAD
 1.6.10.3  11-Aug-2010  yamt sync with head.
 1.6.10.2  11-Mar-2010  yamt sync with head
 1.6.10.1  20-Jun-2009  yamt sync with head
 1.8.4.1  30-May-2010  rmind sync with head
 1.8.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.9.60.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed