History log of /netbsd-src/sys/arch/mips/include/cachectl.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 1b968d3c 26-Jul-2020 simonb <simonb@NetBSD.org>

#define<tab>
Nuke trailing whitespace.


# ac37e644 29-Mar-2012 christos <christos@NetBSD.org>

- elide parameter tags
- make argument size_t as appropriate
- add begin/end decls


# 02cdf4d2 14-Mar-2009 dsl <dsl@NetBSD.org>

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


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

merge ktrace-lwp.


# aefec429 06-Nov-2004 christos <christos@NetBSD.org>

Don't use "int" to represent lengths; this is what size_t is for. This
does not change the ABI since we don't have 64 bit mips yet.


# b2fb4533 05-Mar-2002 simonb <simonb@NetBSD.org>

ANSIfy.


# f514e805 07-Jan-2001 simonb <simonb@NetBSD.org>

Move prototypes for mips_user_cachectl() and mips_user_cacheflush()
to <mips/cachectl.h>.


# d385e0e5 18-Oct-1997 jonathan <jonathan@NetBSD.org>

Prototype ANSI-safe gcc trampoline entrypoint.


# f89e57ae 09-Jun-1997 jonathan <jonathan@NetBSD.org>

Add sys_sysarch() calls for the standard mips userspace cache-control calls.


# d6a4dfdc 08-Jun-1997 jonathan <jonathan@NetBSD.org>

Declarations for standard MIPS-ABI cacheflush() and cachectl() calls,
as used by g++ trampoline code.