| History log of /src/sys/arch/playstation2/include/Makefile |
| Revision | | Date | Author | Comments |
| 1.14 |
| 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.13 |
| 12-Jul-2018 |
maxv | branches: 1.13.36; 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.12 |
| 21-Dec-2015 |
christos | branches: 1.12.16; 1.12.18; Add mips fenv.h (From FreeBSD)
|
| 1.11 |
| 31-Mar-2014 |
martin | branches: 1.11.6; 1.11.8; Bring back the playstation2 port - now that a toolchain for it is available again.
|
| 1.10 |
| 05-Dec-2009 |
pooka | branches: 1.10.10; 1.10.16; Remove support for NetBSD/playstation2.
|
| 1.9 |
| 09-Feb-2007 |
ad | branches: 1.9.48; 1.9.62; Merge newlock2 to head.
|
| 1.8 |
| 26-Jul-2006 |
drochner | branches: 1.8.4; don't install <machine/db_machdep.h>, this is kernel only
|
| 1.7 |
| 11-Dec-2005 |
christos | branches: 1.7.4; 1.7.8; merge ktrace-lwp.
|
| 1.6 |
| 08-May-2004 |
kleink | branches: 1.6.12; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
| 1.5 |
| 18-Jan-2003 |
thorpej | branches: 1.5.2; Merge the nathanw_sa branch.
|
| 1.4 |
| 26-Nov-2002 |
lukem | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
| 1.3 |
| 07-Aug-2002 |
briggs | Implement pmc(9) -- An interface to hardware performance monitoring counters. These counters do not exist on all CPUs, but where they do exist, can be used for counting events such as dcache misses that would otherwise be difficult or impossible to instrument by code inspection or hardware simulation.
pmc(9) is meant to be a general interface. Initially, the Intel XScale counters are the only ones supported.
|
| 1.2 |
| 18-Oct-2001 |
uch | branches: 1.2.4; 1.2.6; 1.2.14; remove conf.h from install header list.
|
| 1.1 |
| 16-Oct-2001 |
uch | playstation2 port
|
| 1.2.14.1 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
| 1.2.6.3 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.2.6.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.2.6.1 |
| 18-Oct-2001 |
thorpej | file Makefile was added on branch kqueue on 2002-01-10 19:47:35 +0000
|
| 1.2.4.4 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.2.4.3 |
| 13-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.2.4.2 |
| 17-Nov-2001 |
wdk | mcontext support for MIPS based ports.
|
| 1.2.4.1 |
| 18-Oct-2001 |
wdk | file Makefile was added on branch nathanw_sa on 2001-11-17 23:12:12 +0000
|
| 1.5.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.5.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.5.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.6.12.2 |
| 26-Feb-2007 |
yamt | sync with head.
|
| 1.6.12.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.7.8.1 |
| 11-Aug-2006 |
yamt | sync with head
|
| 1.7.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.8.4.1 |
| 01-Feb-2007 |
ad | Header file cleanup.
|
| 1.9.62.1 |
| 24-Oct-2010 |
jym | Sync with HEAD
|
| 1.9.48.1 |
| 11-Mar-2010 |
yamt | sync with head
|
| 1.10.16.1 |
| 18-May-2014 |
rmind | sync with head
|
| 1.10.10.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.11.8.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
| 1.11.6.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.11.6.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.11.6.1 |
| 31-Mar-2014 |
tls | file Makefile was added on branch tls-maxphys on 2014-08-20 00:03:18 +0000
|
| 1.12.18.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.12.16.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
| 1.13.36.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|