History log of /src/sys/arch/mips/include/regnum.h |
Revision | | Date | Author | Comments |
1.12 |
| 26-Jul-2020 |
simonb | #define<tab> Nuke trailing whitespace.
|
1.11 |
| 16-Aug-2011 |
matt | Add support for the MIPS DSP ASE (as a second PCU).
|
1.10 |
| 08-Feb-2011 |
rmind | Remove clause 3 (UCB advertising clause) from the University of Utah copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as they originally were.
Extra verification by snj@.
|
1.9 |
| 14-Dec-2009 |
matt | branches: 1.9.4; 1.9.6; 1.9.8; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.78; 1.8.96; merge ktrace-lwp.
|
1.7 |
| 26-Nov-2003 |
he | Hide the register number constants behind an _R_ prefix, and also rename FPBASE to _FPBASE, so that we avoid polluting the user's name space when e.g. <sys/ptrace.h> is included. Previously, the PC symbol in mips/regnum.h would conflict with the declaration of the external variable by the same name in termcap.h, as discovered by the ``okheaders'' regression test.
|
1.6 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.5 |
| 04-Nov-2002 |
thorpej | branches: 1.5.6; Add TA0-TA3 register indices.
|
1.4 |
| 02-Nov-2002 |
thorpej | Define N32/N64 register usage.
|
1.3 |
| 05-Jul-1998 |
jonathan | branches: 1.3.34; "PS" alias for "SR" clashes with netccitt/pk.h. ifdef out.
|
1.2 |
| 19-Mar-1996 |
jonathan | Remove #ifdef LANGUAGE_C - protected definition of "struct reg". (It was a duplicate of the real definition reg.h and was never used.)
|
1.1 |
| 20-Dec-1995 |
jonathan | Add support for ptrace PT_GETREGS and PT_SETREGS for NetBSD/pmax: * define PT_GETREGS and PT_SETREGS in pmax/include/ptrace.h * Flesh out the stubs in pmax/pmax/process_machdep.c to handle those requests. * Now that "struct reg" is actually used, remove the bogus #ifdef LANGUAGE_C around its definition, and redo pmax/include/reg.h so that the definitions needed by locore.S are in a separate file, pmax/include/regnum.h. * update locore.S to match.
|
1.3.34.1 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.5.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.8.96.1 |
| 16-Aug-2009 |
matt | Kill use of _MIPS_BSD_ABI - switch to __mips_<abi> Use device_t where appropriate. Remove magic numbers.
|
1.8.78.1 |
| 11-Mar-2010 |
yamt | sync with head
|
1.9.8.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.9.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.9.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|