History log of /src/sys/arch/netwinder/include/Makefile |
Revision | | Date | Author | Comments |
1.25 |
| 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.24 |
| 11-Jan-2013 |
matt | Don't install fp.h anymore
|
1.23 |
| 17-Jul-2011 |
dyoung | branches: 1.23.2; 1.23.12; Do not install bus.h.
|
1.22 |
| 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.21 |
| 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.20 |
| 09-Feb-2007 |
ad | branches: 1.20.20; 1.20.24; 1.20.30; 1.20.36; Merge newlock2 to head.
|
1.19 |
| 26-Jul-2006 |
drochner | branches: 1.19.4; don't install <machine/db_machdep.h>, this is kernel only
|
1.18 |
| 11-Dec-2005 |
christos | branches: 1.18.4; 1.18.8; merge ktrace-lwp.
|
1.17 |
| 08-May-2004 |
kleink | branches: 1.17.12; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
1.16 |
| 17-Jan-2003 |
thorpej | branches: 1.16.2; Merge the nathanw_sa branch.
|
1.15 |
| 26-Nov-2002 |
lukem | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
1.14 |
| 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.13 |
| 26-Nov-2001 |
thorpej | branches: 1.13.8; Delete <machine/psl.h> from the ARM ports. It's not a header that we need to provide to MI code or to userland, and it's also not a header that generic ARM code should be including directly.
|
1.12 |
| 25-Nov-2001 |
thorpej | Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we did with disklabel_mbr.h. More cleanup yet to come.
|
1.11 |
| 25-Nov-2001 |
thorpej | End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc).
Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
|
1.10 |
| 22-Nov-2001 |
thorpej | Remove kerndebug.h from non-Shark code (it's a Shark-specific header file, and probably should be done away with anyway).
|
1.9 |
| 22-Nov-2001 |
thorpej | Kill <machine/katelib.h>. Any place that still uses it should just reference <arm/arm32/katelib.h> until such time as all use of this file has been purged from the face of the earth.
|
1.8 |
| 03-Sep-2001 |
matt | branches: 1.8.6; Add a merged <pcb.h> for arm26/arm32.
|
1.7 |
| 03-Sep-2001 |
matt | Switch netwinder to use a common conf.c for the arm ports.
|
1.6 |
| 14-Jul-2001 |
matt | Make <sysarch.h> valid for all arm platforms. Adjust/remove port-specific includes as required.
|
1.5 |
| 23-Jun-2001 |
bjh21 | branches: 1.5.2; Add <arm/endian.h> and remove the cats, dnard and netwinder versions, since they're all the same (a redirect to <sys/endian.h>).
|
1.4 |
| 18-Jun-2001 |
bjh21 | Move <arm/arm32/bus.h> to <arm/bus.h>, since it looks like it's going to be necessary on arm26 as well.
|
1.3 |
| 12-Jun-2001 |
matt | Nuke include files which are just <arm/foo.h>. Adjust Makefile accordingly.
|
1.2 |
| 19-Apr-2001 |
kleink | branches: 1.2.2; Add remaining int_* wrappers.
|
1.1 |
| 19-Apr-2001 |
matt | Populate the netwinder include directory.
|
1.2.2.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.2.2.1 |
| 19-Apr-2001 |
bouyer | file Makefile was added on branch thorpej_scsipi on 2001-04-21 17:54:10 +0000
|
1.5.2.4 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.5.2.3 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.5.2.2 |
| 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.5.2.1 |
| 03-Aug-2001 |
lukem | update to -current
|
1.8.6.5 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.8.6.4 |
| 13-Aug-2002 |
nathanw | Catch up to -current.
|
1.8.6.3 |
| 11-Apr-2002 |
thorpej | Add mcontext.h
|
1.8.6.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.8.6.1 |
| 03-Sep-2001 |
nathanw | file Makefile was added on branch nathanw_sa on 2002-01-08 00:26:40 +0000
|
1.13.8.1 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
1.16.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.16.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.16.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.17.12.3 |
| 21-Jan-2008 |
yamt | sync with head
|
1.17.12.2 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.17.12.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.18.8.1 |
| 11-Aug-2006 |
yamt | sync with head
|
1.18.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.19.4.1 |
| 01-Feb-2007 |
ad | Header file cleanup.
|
1.20.36.1 |
| 20-Jan-2008 |
bouyer | Sync with HEAD
|
1.20.30.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.20.24.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.20.20.1 |
| 28-Feb-2008 |
rjs | Sync with HEAD.
|
1.23.12.2 |
| 23-Jun-2013 |
tls | resync from head
|
1.23.12.1 |
| 25-Feb-2013 |
tls | resync with head
|
1.23.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.23.2.1 |
| 23-Jan-2013 |
yamt | sync with head
|