Home | History | Annotate | Download | only in include
History log of /src/sys/arch/landisk/include/Makefile
RevisionDateAuthorComments
 1.7  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.6  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.5  25-Aug-2016  christos branches: 1.5.14; 1.5.16;
more fenv.h
 1.4  17-Jul-2011  dyoung branches: 1.4.12; 1.4.30;
Do not install bus.h.
 1.3  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.2  09-Feb-2007  ad Merge newlock2 to head.
 1.1  01-Sep-2006  uwe branches: 1.1.2; 1.1.4; 1.1.6; 1.1.12;
Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>
 1.1.12.3  26-Feb-2007  yamt sync with head.
 1.1.12.2  30-Dec-2006  yamt sync with head.
 1.1.12.1  01-Sep-2006  yamt file Makefile was added on branch yamt-lazymbuf on 2006-12-30 20:46:21 +0000
 1.1.6.2  09-Sep-2006  rpaulo sync with head
 1.1.6.1  01-Sep-2006  rpaulo file Makefile was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:48 +0000
 1.1.4.1  01-Feb-2007  ad Header file cleanup.
 1.1.2.2  03-Sep-2006  yamt sync with head.
 1.1.2.1  01-Sep-2006  yamt file Makefile was added on branch yamt-pdpolicy on 2006-09-03 15:23:07 +0000
 1.4.30.1  05-Oct-2016  skrll Sync with HEAD
 1.4.12.1  03-Dec-2017  jdolecek update from HEAD
 1.5.16.1  10-Jun-2019  christos Sync with HEAD
 1.5.14.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed