History log of /netbsd-src/sys/arch/atari/include/Makefile (Results 1 – 25 of 28)
Revision Date Author Comments
# 16543c49 30-Nov-2024 christos <christos@NetBSD.org>

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 includ

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.

show more ...


# 62c89881 12-Jul-2018 maxv <maxv@NetBSD.org>

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

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.

show more ...


# d5137ecf 24-Dec-2015 christos <christos@NetBSD.org>

fenv for m68k


# 3eb244d8 17-Jul-2011 joerg <joerg@NetBSD.org>

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 a

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.

show more ...


# b07ec3fc 09-Feb-2007 ad <ad@NetBSD.org>

Merge newlock2 to head.


# 84f50d1b 26-Jul-2006 drochner <drochner@NetBSD.org>

don't install <machine/db_machdep.h>, this is kernel only


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 7b3b6476 08-May-2004 kleink <kleink@NetBSD.org>

Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.


# 23bc2503 17-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# 0635de35 26-Nov-2002 lukem <lukem@NetBSD.org>

Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.


# 0b956d0b 07-Aug-2002 briggs <briggs@NetBSD.org>

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

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.

show more ...


# e5341ee4 28-Nov-2001 kleink <kleink@NetBSD.org>

No point in installing svr4_machdep.h.


# f06533a1 15-Apr-2001 kleink <kleink@NetBSD.org>

Add definitions of C99 integer format conversion macros.
XXX Fastest minimum-width integer types haven't been decided upon yet.


# 739cb758 15-Apr-2001 kleink <kleink@NetBSD.org>

Add definitions of C99 specified-width integer type limits.
XXX Fastest minimum-width integer types haven't been decided upon yet.


# cdcf9f46 14-Apr-2001 kleink <kleink@NetBSD.org>

Add definitions of C99 integer constant macros.
Tidy Makefiles up a little.


# 7affdab5 14-Apr-2001 kleink <kleink@NetBSD.org>

Add definitions of C99 minimum-width and greatest-width integer types.
XXX Fastest minimum-width integer types haven't been decided upon yet.


# e695f72a 26-Jun-2000 kleink <kleink@NetBSD.org>

Add <machine/int_types.h>, which provides namespace-pure definitions
of exact-width integer types.


# f51470a5 29-Apr-2000 thorpej <thorpej@NetBSD.org>

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_UNLOC

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>.

show more ...


# e8695745 17-Mar-2000 tron <tron@NetBSD.org>

Install "machineendian_machdep.h".


# 11e6c54c 23-Dec-1999 kleink <kleink@NetBSD.org>

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.


# ed749320 19-Apr-1999 kleink <kleink@NetBSD.org>

Add COMPAT_SVR4 for m68k.


# 98732be4 31-Mar-1999 leo <leo@NetBSD.org>

Export mtpr.h :-( This is because cpu.h depends on it. Probably userland
should not need cpu.h...


# e518820c 15-Mar-1999 minoura <minoura@NetBSD.org>

Pullin m68k/ieee.h.


# dc306354 15-Jan-1999 bouyer <bouyer@NetBSD.org>

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 sy

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.

show more ...


# dee282eb 24-Nov-1998 leo <leo@NetBSD.org>

You also need intr.h, psl.h, pte.h and vmparam.h to build the world...


12