Home | History | Annotate | Download | only in include
History log of /src/sys/arch/hpcsh/include/Makefile
RevisionDateAuthorComments
 1.22  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.21  12-Jul-2018  maxv branches: 1.21.36;
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.20  25-Aug-2016  christos branches: 1.20.14; 1.20.16;
fenv.h for sh
 1.19  19-Jul-2011  dyoung branches: 1.19.12; 1.19.30;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark hpcsh/bus.h obsolete.
 1.18  17-Jul-2011  joerg 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.17  09-Feb-2007  ad Merge newlock2 to head.
 1.16  26-Jul-2006  drochner branches: 1.16.4;
don't install <machine/db_machdep.h>, this is kernel only
 1.15  11-Dec-2005  christos branches: 1.15.4; 1.15.8;
merge ktrace-lwp.
 1.14  03-Jul-2004  uch branches: 1.14.12;
jornada 6x0 power mannagement support.
[on/off] button power off LCD and CPU sleeps.
 1.13  08-May-2004  kleink Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
 1.12  18-Jan-2003  thorpej branches: 1.12.2;
Merge the nathanw_sa branch.
 1.11  26-Nov-2002  lukem Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
 1.10  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.9  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.8  09-May-2002  uch branches: 1.8.2; 1.8.6;
remove trap.h
 1.7  24-Mar-2002  uch adapted to new interrupt code and shb changes.
 1.6  08-Mar-2002  uch remove unneeded code and files.
 1.5  15-Apr-2001  kleink branches: 1.5.2;
Add definitions of C99 integer format conversion macros.
XXX Fastest minimum-width integer types haven't been decided upon yet.
 1.4  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.3  14-Apr-2001  kleink Add definitions of C99 integer constant macros.
Tidy Makefiles up a little.
 1.2  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.1  17-Jan-2001  itojun branches: 1.1.2; 1.1.4;
the kernel for SH3-based WinCE machines (little endian), by uch.
MACHINE=hpcsh, MACHINE_CPU=sh3el.

bootloader: ftp://f77.nop.or.jp/users/uch/hpcboot/
original patch: ftp://f77.nop.or.jp/users/uch/hpcsh/

sys/sh3/sh3/md_root.c: add #ifdef MEMORY_DISK_DYNAMIC
 1.1.4.1  21-Jun-2001  nathanw Catch up to -current.
 1.1.2.2  21-Apr-2001  bouyer Sync with HEAD
 1.1.2.1  17-Jan-2001  bouyer file Makefile was added on branch thorpej_scsipi on 2001-04-21 17:53:47 +0000
 1.5.2.4  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.5.2.3  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.5.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.5.2.1  16-Mar-2002  jdolecek Catch up with -current.
 1.8.6.5  11-Dec-2002  thorpej Sync with HEAD.
 1.8.6.4  17-Sep-2002  nathanw Catch up to -current.
 1.8.6.3  13-Aug-2002  nathanw Catch up to -current.
 1.8.6.2  20-Jun-2002  thorpej Machine-dependent kernel portion of {get,set}context(). From
Klaus Klein.
 1.8.6.1  09-May-2002  thorpej file Makefile was added on branch nathanw_sa on 2002-06-20 23:00:46 +0000
 1.8.2.2  31-Aug-2002  gehenna catch up with -current.
 1.8.2.1  19-May-2002  gehenna Remove port-dependent conf.h.
 1.12.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.12.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.12.2.1  03-Aug-2004  skrll Sync with HEAD
 1.14.12.2  26-Feb-2007  yamt sync with head.
 1.14.12.1  30-Dec-2006  yamt sync with head.
 1.15.8.1  11-Aug-2006  yamt sync with head
 1.15.4.1  09-Sep-2006  rpaulo sync with head
 1.16.4.1  01-Feb-2007  ad Header file cleanup.
 1.19.30.1  05-Oct-2016  skrll Sync with HEAD
 1.19.12.1  03-Dec-2017  jdolecek update from HEAD
 1.20.16.1  10-Jun-2019  christos Sync with HEAD
 1.20.14.1  28-Jul-2018  pgoyette Sync with HEAD
 1.21.36.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed