History log of /src/sys/arch/shark/include/Makefile |
Revision | | Date | Author | Comments |
1.14 |
| 02-May-2013 |
matt | This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that share a MACHINE_ARCH for userland so that except for etc, will produce identical sets.
usr/include/machine now points to usr/include/arm
|
1.13 |
| 11-Jan-2013 |
matt | Don't install fp.h anymore
|
1.12 |
| 19-Jul-2011 |
dyoung | branches: 1.12.2; 1.12.12; Change <machine/bus.h> to <sys/bus.h> throughout.
Split bus.h -> bus_{defs,funcs}.h.
|
1.11 |
| 17-Jul-2011 |
joerg | 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.10 |
| 19-Jan-2008 |
chris | Remove arm support for IPKDB.
It hasn't worked since arm was broken out from arm32 in Jan 2001, and no-one has noticed or cared to fix it.
|
1.9 |
| 09-Feb-2007 |
ad | branches: 1.9.20; 1.9.24; 1.9.26; 1.9.32; 1.9.38; 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 |
| 10-Feb-2002 |
kleink | branches: 1.2.2; 1.2.10; 1.2.14; Fix RCS Id.
|
1.1 |
| 10-Feb-2002 |
thorpej | Kill arch/arm32. The last platform supported there, Shark, is now in arch/shark.
(NOTE: arch/dnard, a premature move to split out the Shark support code, is going to be deleted. It has bit-rotted.)
|
1.2.14.3 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.2.14.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.2.14.1 |
| 10-Feb-2002 |
jdolecek | file Makefile was added on branch kqueue on 2002-06-23 17:40:57 +0000
|
1.2.10.1 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
1.2.2.5 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.2.2.4 |
| 13-Aug-2002 |
nathanw | Catch up to -current.
|
1.2.2.3 |
| 11-Apr-2002 |
thorpej | Add mcontext.h
|
1.2.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.2.2.1 |
| 10-Feb-2002 |
nathanw | file Makefile was added on branch nathanw_sa on 2002-02-28 04:11:41 +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.3 |
| 21-Jan-2008 |
yamt | 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.38.1 |
| 20-Jan-2008 |
bouyer | Sync with HEAD
|
1.9.32.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.9.26.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.9.24.1 |
| 20-Jan-2008 |
chris | Sync to HEAD.
|
1.9.20.1 |
| 28-Feb-2008 |
rjs | Sync with HEAD.
|
1.12.12.2 |
| 23-Jun-2013 |
tls | resync from head
|
1.12.12.1 |
| 25-Feb-2013 |
tls | resync with head
|
1.12.2.2 |
| 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.12.2.1 |
| 23-Jan-2013 |
yamt | sync with head
|