Home | History | Annotate | Download | only in include
History log of /src/sys/arch/mips/include/netbsd32_machdep.h
RevisionDateAuthorComments
 1.7  23-May-2021  mrg fix "uname -p" on mips n32.

this has been returning "mipsn64eb" on my edgerouter4 with the
32 bit uname binary.

introduce o32, n32, and n64 versions of MACHINE_ARCH, and use
them appropriately in PROC_MACHINE_ARCH32(). now o32, n32 and
n64 "uname -p" all return different values.
 1.6  26-Jul-2020  simonb branches: 1.6.6; 1.6.8;
#define<tab>
Nuke trailing whitespace.
 1.5  31-Oct-2017  martin Allow architectures to define a macro PROC_MACHINE_ARCH(P) and
PROC_MACHINE_ARCH32(P) to override the value for sysctl hw.machine_arch
(native and netbsd32 commpat resp.).

Use these for arm and mips instead of the (not working, noisy, in case
of arm) sysctl override and #ifdef __mips__ in architecture neutral
code.
 1.4  17-May-2015  matt machine_arch on mips depends on the ABI so we need a routine to return
the right value.
 1.3  19-Feb-2012  rmind branches: 1.3.2; 1.3.16;
Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.
 1.2  14-Dec-2009  matt branches: 1.2.4; 1.2.14; 1.2.18;
Merge from matt-nb5-mips64
Merge mips-specific arch files.
 1.1  12-Sep-2009  matt branches: 1.1.2;
file netbsd32_machdep.h was initially added on branch matt-nb5-mips64.
 1.1.2.1  12-Sep-2009  matt Add support for COMPAT_NETBSD32
 1.2.18.1  24-Feb-2012  mrg sync to -current.
 1.2.14.1  17-Apr-2012  yamt sync with head
 1.2.4.2  11-Mar-2010  yamt sync with head
 1.2.4.1  14-Dec-2009  yamt file netbsd32_machdep.h was added on branch yamt-nfs-mp on 2010-03-11 15:02:38 +0000
 1.3.16.1  06-Jun-2015  skrll Sync with HEAD
 1.3.2.1  03-Dec-2017  jdolecek update from HEAD
 1.6.8.1  31-May-2021  cjep sync with head
 1.6.6.1  17-Jun-2021  thorpej Sync w/ HEAD.

RSS XML Feed