| History log of /src/sys/arch/macppc/include/Makefile |
| Revision | | Date | Author | Comments |
| 1.22 |
| 21-Dec-2015 |
christos | Add mips fenv.h (From FreeBSD)
|
| 1.21 |
| 23-Jul-2014 |
alnsn | branches: 1.21.4; Rename sljitarch.h to sljit_machdep.h.
|
| 1.20 |
| 17-Nov-2013 |
alnsn | branches: 1.20.2; Enable sljit and bpfjit on powerpc.
|
| 1.19 |
| 11-Dec-2005 |
christos | branches: 1.19.112; 1.19.122; 1.19.128; merge ktrace-lwp.
|
| 1.18 |
| 20-Oct-2003 |
matt | Reorganize the way powerpc port install machine specific headers. Use <powerpc/oea/bat.h> exclusively and remove <machine/bat.h> and <powerpc/bat.h>. Remove unneeded <machine/cpufunc.h>. To insure 1:1 correspondence of <powerpc/FOO.h> to <machine/FOO.h> include "../../powerpc/include/Makefile" in "arch/FOO/include/Makefile". Incororpate <byte_swap.h> into <bswap.h> and then byte_swap.h
|
| 1.17 |
| 17-Jan-2003 |
thorpej | branches: 1.17.2; Merge the nathanw_sa branch.
|
| 1.16 |
| 26-Nov-2002 |
lukem | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
| 1.15 |
| 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.14 |
| 18-Jun-2002 |
itojun | apm emulation, from openbsd
|
| 1.13 |
| 03-May-2001 |
soren | branches: 1.13.2; 1.13.8; 1.13.16; PPC machine type tags haven't been used for a while.
|
| 1.12 |
| 15-Apr-2001 |
kleink | Add definitions of C99 integer format conversion macros. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
| 1.11 |
| 15-Apr-2001 |
kleink | Add definitions of C99 specified-width integer type limits. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
| 1.10 |
| 14-Apr-2001 |
kleink | Add definitions of C99 integer constant macros. Tidy Makefiles up a little.
|
| 1.9 |
| 14-Apr-2001 |
kleink | Add definitions of C99 minimum-width and greatest-width integer types. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
| 1.8 |
| 26-Jun-2000 |
kleink | branches: 1.8.2; Add <machine/int_types.h>, which provides namespace-pure definitions of exact-width integer types.
|
| 1.7 |
| 29-Apr-2000 |
thorpej | Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file contains the values __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED, which replace the old SIMPLELOCK_LOCKED and SIMPLELOCK_UNLOCKED. These files are also required to supply inline functions __cpu_simple_lock(), __cpu_simple_lock_try(), and __cpu_simple_unlock() if locking is to be supported on that platform (i.e. if MULTIPROCESSOR is defined in the _KERNEL case). Change these functions to take an int * (&alp->lock_data) rather than the struct simplelock * itself.
These changes make it possible for userland to use the locking primitives by including <machine/lock.h>.
|
| 1.6 |
| 17-Mar-2000 |
tron | Install "machineendian_machdep.h".
|
| 1.5 |
| 23-Dec-1999 |
kleink | C99: Define a NAN macro in <math.h> which evaulates to a constant expression of a single-precision quiet NaN; only to be defined on platforms that do support this value.
|
| 1.4 |
| 28-Mar-1999 |
tsubai | branches: 1.4.8; Remove unused file.
|
| 1.3 |
| 15-Jan-1999 |
bouyer | Move the bswap functions from libutil to libc (this bups the minor of libc and the major of libutil). For little-endian architectures merge the bnswap() assembly versions with nto* and hton* using symbols aliasing. Use symbol renaming for the bswap function in this case to avoid namespace pollution. Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian machines, common code for inline macros go in machine/byte_swap.h Sync libkern with libc. Adjust #include in kernel sources for machine/bswap.h.
|
| 1.2 |
| 03-Dec-1998 |
tsubai | Not used.
|
| 1.1 |
| 12-Jun-1998 |
cgd | Rework the way kernel include files are installed. In the new method, as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile.
|
| 1.4.8.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.4.8.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
| 1.8.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
| 1.13.16.2 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
| 1.13.16.1 |
| 16-Jul-2002 |
gehenna | catch up with -current.
|
| 1.13.8.5 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
| 1.13.8.4 |
| 13-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.13.8.3 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.13.8.2 |
| 05-Nov-2001 |
briggs | Initial SA support for ppc. Test-booted on sandpoint, macppc, & walnut. mcontext and cpu_getmcontext()/cpu_setmcontext() from Klaus Klein <kleink@netbsd.org>.
|
| 1.13.8.1 |
| 03-May-2001 |
briggs | file Makefile was added on branch nathanw_sa on 2001-11-05 19:46:14 +0000
|
| 1.13.2.1 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.17.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.17.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.17.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.19.128.1 |
| 18-May-2014 |
rmind | sync with head
|
| 1.19.122.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.19.122.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.19.112.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.20.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.21.4.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|