| History log of /src/sys/arch/emips/include/Makefile |
| Revision | | Date | Author | Comments |
| 1.7 |
| 30-Nov-2024 |
christos | Create a new header lwp_private.h to contain _lwp_getprivate_fast, _lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that: 1. we don't need special hacks to hide them 2. we can include <lwp.h> where needed to get the necessary prototypes without redefining them locally.
|
| 1.6 |
| 12-Jul-2018 |
maxv | Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
| 1.5 |
| 21-Dec-2015 |
christos | branches: 1.5.16; 1.5.18; Add mips fenv.h (From FreeBSD)
|
| 1.4 |
| 19-Jul-2014 |
alnsn | branches: 1.4.4; Sljit doesn't support MIPS I. Make sljitarch.h obsolete.
|
| 1.3 |
| 25-Nov-2012 |
alnsn | branches: 1.3.10; Add sljitarch.h to all mips machines.
|
| 1.2 |
| 17-Jul-2011 |
joerg | branches: 1.2.2; 1.2.12; Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
| 1.1 |
| 26-Jan-2011 |
pooka | branches: 1.1.2; 1.1.4; 1.1.8; Add support for the Extensible MIPS ("eMIPS") platform. The NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the Giano system simulator.
eMIPS is a platform developed at Microsoft Research for researching reconfigurable computing. eMIPS allows dynamic loading and scheduling of application-specific circuits for the purpose of accelerating computations based on the current workload.
NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research by Alessandro Forin and Neil Pittman. Microsoft Corporation has donated full copyright to The NetBSD Foundation.
Platform support for eMIPS is the first part of Microsoft's contribution. The second part includes the hardware accelerator framework and will be proposed on tech-kern soon.
|
| 1.1.8.2 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.1.8.1 |
| 26-Jan-2011 |
jruoho | file Makefile was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
|
| 1.1.4.2 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.1.4.1 |
| 26-Jan-2011 |
rmind | file Makefile was added on branch rmind-uvmplock on 2011-03-05 20:49:55 +0000
|
| 1.1.2.2 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
| 1.1.2.1 |
| 26-Jan-2011 |
bouyer | file Makefile was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
|
| 1.2.12.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.2.12.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.2.12.1 |
| 25-Feb-2013 |
tls | resync with head
|
| 1.2.2.1 |
| 16-Jan-2013 |
yamt | sync with (a bit old) head
|
| 1.3.10.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.4.4.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
| 1.5.18.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.5.16.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|