Home | History | Annotate | Download | only in include
History log of /src/sys/arch/sparc/include/Makefile
RevisionDateAuthorComments
 1.39  30-Nov-2024  christos 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.
 1.38  04-Nov-2024  christos Undo previous lwp.h change.
 1.37  03-Nov-2024  christos Split __lwp_getprivate_fast and __lwp_*tcb from mcontext.h into a separate
lwp.h file.
 1.36  17-May-2020  ad Install sparc/intr.h
 1.35  12-Jul-2018  maxv 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.
 1.34  29-Mar-2018  joerg branches: 1.34.2;
Move the complex logic for dynamically writing branches from ld.elf_so
into a header for reuse in crt0.o for static ifunc support. Change the
existing logic for sparc64 to use the Bicc variant of ba,a as it allows
+-8MB displacement compared to the BPcc variant's +-1MB. Teach the sparc
variant the same trick for using ba,a and not sethi+jmp when possible.
 1.33  23-Jul-2014  alnsn branches: 1.33.26;
Rename sljitarch.h to sljit_machdep.h.
 1.32  05-Nov-2012  alnsn branches: 1.32.10;
Add sljitarch.h on sparc.
 1.31  17-Jul-2011  joerg branches: 1.31.2; 1.31.12;
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.30  20-May-2011  nakayama Add fenv support for sparc. Mostly copied from sparc64 and share with it.
 1.29  09-Feb-2007  ad branches: 1.29.70; 1.29.76;
Merge newlock2 to head.
 1.28  11-Dec-2005  christos branches: 1.28.20;
merge ktrace-lwp.
 1.27  08-May-2004  kleink branches: 1.27.12;
Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
 1.26  11-Apr-2003  jdc branches: 1.26.2;
Install (new) cpuconf.h.

From Christopher SEKIYA in PR port-sparc/21093.
 1.25  18-Jan-2003  thorpej Merge the nathanw_sa branch.
 1.24  26-Nov-2002  lukem Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
 1.22  06-Sep-2002  gehenna Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.21  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.20  19-Sep-2001  thorpej branches: 1.20.4; 1.20.8; 1.20.12;
Don't do the symlink hack for fbio.h. Just use <dev/sun/fbio.h>.
 1.19  15-Apr-2001  kleink branches: 1.19.2; 1.19.4;
Add definitions of C99 integer format conversion macros.
XXX Fastest minimum-width integer types haven't been decided upon yet.
 1.18  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.17  14-Apr-2001  kleink Add definitions of C99 integer constant macros.
Tidy Makefiles up a little.
 1.16  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.15  20-Aug-2000  pk branches: 1.15.2;
fbio.h moded to sys/dev/sun.
Retain symlink from /usr/include/machine.
 1.14  26-Jun-2000  kleink Add <machine/int_types.h>, which provides namespace-pure definitions
of exact-width integer types.
 1.13  29-Apr-2000  thorpej Oops, install <machine/lock.h> on these systems, too.
 1.12  17-Mar-2000  tron Install "machineendian_machdep.h".
 1.11  10-Jan-2000  pk Cleanup the list of exported headers a bit.
 1.10  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.9  20-Dec-1999  jdc Added tctrl.h
 1.8  11-Aug-1999  matt branches: 1.8.2; 1.8.8;
Add <machine/apmvar.h> for sparc so that apmd can be built. Eventually
this allow it work on Tadpole SPARCbook 3 laptops (and/or other sparc
with power management).
 1.7  02-May-1999  christos Add bootinfo.h
 1.6  28-Apr-1999  christos Support for installboot
 1.5  15-Jan-1999  bouyer branches: 1.5.4;
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.4  22-Aug-1998  mrg bsd_audioio.h is not used.
 1.3  28-Jul-1998  pk Remove mbppio.h from the list.
Also stop installing db_machdep.h, fbvar.h, z8530.h.
 1.2  20-Jun-1998  mrg moved <machine/sun_disklabel.h> to <dev/sun/disklabel.h>
 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.5.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.8.8.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.8.2.2  21-Apr-2001  bouyer Sync with HEAD
 1.8.2.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.15.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.19.4.1  01-Oct-2001  fvdl Catch up with -current.
 1.19.2.3  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.19.2.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.19.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.20.12.2  31-Aug-2002  gehenna catch up with -current.
 1.20.12.1  19-May-2002  gehenna Remove port-dependent conf.h.
 1.20.8.1  18-Mar-2002  thorpej Install mutex_impl.h and rwlock_impl.h
 1.20.4.5  11-Dec-2002  thorpej Sync with HEAD.
 1.20.4.4  21-Nov-2002  martin Install mcontext.h, userland needs it.
 1.20.4.3  17-Sep-2002  nathanw Catch up to -current.
 1.20.4.2  13-Aug-2002  nathanw Catch up to -current.
 1.20.4.1  19-Sep-2001  nathanw file Makefile was added on branch nathanw_sa on 2002-08-13 02:18:53 +0000
 1.26.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.26.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.26.2.1  03-Aug-2004  skrll Sync with HEAD
 1.27.12.1  26-Feb-2007  yamt sync with head.
 1.28.20.1  01-Feb-2007  ad Header file cleanup.
 1.29.76.1  06-Jun-2011  jruoho Sync with HEAD.
 1.29.70.1  31-May-2011  rmind sync with head
 1.31.12.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.31.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.31.2.1  16-Jan-2013  yamt sync with (a bit old) head
 1.32.10.1  10-Aug-2014  tls Rebase.
 1.33.26.2  28-Jul-2018  pgoyette Sync with HEAD
 1.33.26.1  30-Mar-2018  pgoyette Resolve conflicts between branch and HEAD
 1.34.2.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed