Home | History | Annotate | Download | only in comp
History log of /src/distrib/sets/lists/comp/md.macppc
RevisionDateAuthorComments
 1.44  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.43  11-Jul-2024  riastradh distrib/sets/lists: Add a blank comment line between RCS id and body.

This serves as a buffer between RCS id changes and other changes to
the set lists, in an attempt to reduce the pain of merge conflicts
around mass set list changes.

No functional change intended.
 1.42  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.41  20-Dec-2015  christos branches: 1.41.14; 1.41.16;
Add fenv for powerpc.
 1.40  22-Aug-2014  apb sort
 1.39  23-Jul-2014  alnsn Rename sljitarch.h to sljit_machdep.h.
 1.38  17-Nov-2013  alnsn branches: 1.38.2;
Enable sljit and bpfjit on powerpc.
 1.37  16-Jan-2013  christos Add a new "debug" set that gets built when ${MKDEBUG} is set. On evbarm:
-rw-r--r-- 1 root src 35806068 Jan 16 10:47 base.tgz
-rw-r--r-- 1 root src 57374069 Jan 16 10:48 comp.tgz
-rw-r--r-- 1 root src 101286193 Jan 16 10:49 debug.tgz
...
This allows always building the debugging code and libraries but not
installing it (although now it is placed in the default sets if ${MKDEBUG}
is set
 1.36  06-Apr-2012  christos branches: 1.36.2;
pdisk is now mi (except for rescue)
 1.35  17-Jul-2011  joerg branches: 1.35.2;
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.34  05-Jun-2011  matt Remove <machine/atomic.h>; use <sys/atomic.h> instead.
Add <powerpc/cpuset.h> (for mpc85xx pmap).
Add some initial MP code for mpc85xx
Rework ipi code to be common across all ppcs
Change PPC to keep curlwp in %r13 while in the kernel.
Move astpending from cpu_info to mdlwp
Improve cpu_need_resched to be more MP friendly.
 1.33  02-Mar-2010  matt branches: 1.33.4;
Make machine/spr.h as obsolete.
 1.32  22-Aug-2008  lukem Add a bunch of .debug entries, determined by inspecting the equivalent
comp lists.
Inspired by PR 39370
 1.31  09-Feb-2007  ad branches: 1.31.12; 1.31.16;
Sync with changes introduced by merging the newlock2 branch.
 1.30  17-Feb-2005  briggs Add spr.h
 1.29  08-May-2004  kleink Add <machine/wchar_limits.h>.
 1.28  11-Jan-2004  lukem reformat whitespace
 1.27  29-Dec-2003  lukem Significant overhaul of how the sets are used:

* Add an optional third field to the sets file which is a list of
comma separated keywords that control if the line is printed.
Currently supported keywords
kerberos4 ${MKKERBEROS4} != no
kerberos ${MKKERBEROS} != no
lint ${MKLINT} != no
obsolete ${obsolete} != 0.
In this case, non obsolete files are not printed.
(This will allow future support for builds with variables such as
MKHESIOD and MKYP set to "no".)

* Use sh(1)'s getopts where appropriate, and otherwise cleanup the
various scripts.

* Move defaults for sets.subr from sets.defaults into sets.subr.
Move replicated code for determining stuff such as shlibs type
from various scripts into sets.subr.

* Merge the obsolete.*, krb.*, krb4.* and lint.* into the appropriate
main lists with the relevant third field keyword(s).
 1.26  21-Oct-2003  matt Move bus.h to obsolete.
 1.25  20-Oct-2003  matt Update exported headers list.
 1.24  24-Sep-2003  matt Obsolete ./usr/include/<MACHINE>/_G_config.h for PowerPC.
 1.23  18-Jan-2003  thorpej Update for nathanw_sa merge.
 1.22  07-Aug-2002  briggs Catch up to new pmc header files.
 1.21  18-Jun-2002  itojun userland access to apm emulation.
 1.20  03-May-2001  soren machine_type.h is no longer used.
 1.19  15-Apr-2001  kleink Add <machine/int_fmtio.h>.
 1.18  15-Apr-2001  kleink Add <machine/int_limits.h>.
 1.17  14-Apr-2001  kleink Add <machine/int_const.h>.
 1.16  14-Apr-2001  kleink Add <machine/int_mwgwtypes.h>.
 1.15  17-Feb-2001  ragge <ieeefp.h> must be installed in a machine-dependent fashion; it should
not exist on VAX.
 1.14  26-Jun-2000  kleink Add <machine/int_types.h>.
 1.13  29-Apr-2000  thorpej Add <machine/lock.h>
 1.12  17-Mar-2000  tron Add "machine_machdep.h".
 1.11  03-Feb-2000  jwise Add package names. Later tonight or tomorrow AM, I will post a writeup of
this to tech-{pkg,install}. In short, the pkg names in (new) second
field will be used by the build process under basesrc/src/dist/pkg to
generate PLISTs. The package divisions here may be two finely or coarsely
grained, although I think they're a happy medium -- I will give more
detail/justification in the writeup.
 1.10  23-Dec-1999  kleink Add <machine/math.h>.
 1.9  19-Apr-1999  simonb Add a NetBSD RCS tag to each distrib list file.
 1.8  29-Mar-1999  tsubai iteioct.h is deleted.
 1.7  20-Jan-1999  tsubai Sync with reality.
 1.6  19-Jan-1999  bouyer Update for bswap.h and byte_swap.h includes.
 1.5  16-Dec-1998  tv Set cleanup:
- make all ports egcs; move stuff to mi and shl.*
- fix m68k-based comp sets to use usr/include/$MACHINE (as
usr/include/machine is now a symlink); add directory entries where missing
 1.4  13-Sep-1998  tv More egcs updates: MD-split objc headers, and add egcs compilers and
static libraries where applicable.
 1.3  13-Sep-1998  tv MD-split the libstdc++ binaries and includes to reflect the state of
egcs/non-egcs default compiler on each platform.
 1.2  09-Aug-1998  tsubai /usr/include/machine --> /usr/include/macppc
 1.1  03-Jul-1998  tsubai Add powerpc and macppc files.
 1.31.16.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.31.12.2  05-Oct-2008  mjf Sync with HEAD.
 1.31.12.1  28-Sep-2008  mjf Sync with HEAD.
 1.33.4.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.35.2.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.35.2.2  23-Jan-2013  yamt sync with head
 1.35.2.1  17-Apr-2012  yamt sync with head
 1.36.2.2  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.36.2.1  25-Feb-2013  tls resync with head
 1.38.2.1  10-Aug-2014  tls Rebase.
 1.41.16.1  10-Jun-2019  christos Sync with HEAD
 1.41.14.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed