Home | History | Annotate | Download | only in comp
History log of /src/distrib/sets/lists/comp/md.newsmips
RevisionDateAuthorComments
 1.36  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.35  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.34  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.33  21-Dec-2015  christos branches: 1.33.14; 1.33.16;
Add fenv.h for mips.
 1.32  22-Aug-2014  apb sort
 1.31  23-Jul-2014  alnsn Rename sljitarch.h to sljit_machdep.h.
 1.30  25-Nov-2012  alnsn branches: 1.30.8;
Add sljitarch.h to all mips machines.
 1.29  17-Jul-2011  joerg branches: 1.29.2; 1.29.8;
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.28  19-Aug-2009  he Don't remove the mips a.out entries outright, but instead mark them as
obsolete, so that they will be removed from DESTDIR. Hi, matt@!
 1.27  12-Aug-2009  matt We don't install <machine/bsd-aout.h> and <machine/aout_machdep.h> on MIPS
anymore and we don't build elf2aout for MIPS either.
 1.26  09-Feb-2007  ad branches: 1.26.12;
Sync with changes introduced by merging the newlock2 branch.
 1.25  12-Sep-2006  simonb White space nits.
 1.24  26-Jul-2006  drochner obsolete db_machdep.h
 1.23  01-Aug-2004  uch add NEWSMIPS_WSDISPLAYIO_GINFO ioctl to get frame buffer stride.
 1.22  08-May-2004  kleink Add <machine/wchar_limits.h>.
 1.21  11-Jan-2004  lukem reformat whitespace
 1.20  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.19  25-Oct-2003  mycroft Nuke _G_config.h for MIPS platforms.
 1.18  18-Jan-2003  thorpej Update for nathanw_sa merge.
 1.17  07-Sep-2002  gehenna Obsolete machine/conf.h
 1.16  07-Aug-2002  briggs Catch up to new pmc header files.
 1.15  19-Apr-2002  tsutsui Remove obsolete header files used by old (pre-wscons) kernel.
 1.14  15-Apr-2001  kleink Add <machine/int_fmtio.h>.
 1.13  15-Apr-2001  kleink Add <machine/int_limits.h>.
 1.12  14-Apr-2001  kleink Add <machine/int_const.h>.
 1.11  14-Apr-2001  kleink Add <machine/int_mwgwtypes.h>.
 1.10  17-Feb-2001  ragge <ieeefp.h> must be installed in a machine-dependent fashion; it should
not exist on VAX.
 1.9  10-Sep-2000  tsutsui Add missing ${MACHINE}/asm.h.
 1.8  26-Jun-2000  kleink Add <machine/int_types.h>.
 1.7  29-Apr-2000  thorpej branches: 1.7.4;
Add <machine/lock.h>
 1.6  17-Mar-2000  tron Add "machine_machdep.h".
 1.5  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.4  23-Dec-1999  kleink Add <machine/math.h>.
 1.3  09-Nov-1999  kleink G/C <machine/elf.h>.
 1.2  30-Aug-1999  mrg branches: 1.2.4;
add ieee.h
 1.1  30-Jun-1999  tsubai Add newsmips.
 1.2.4.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.7.4.1  12-Sep-2000  tsutsui pull up from trunk (approved by thorpej)

basesrc/distrib/sets/lists/comp/md.newsmips 1.9
basesrc/distrib/sets/lists/comp/md.pmax 1.40

Add missed ${MACHINE}/asm.h, pointed out by nisimura@netbsd.org.
 1.26.12.1  05-Oct-2008  mjf Sync with HEAD.
 1.29.8.2  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.29.8.1  25-Feb-2013  tls resync with head
 1.29.2.1  16-Jan-2013  yamt sync with (a bit old) head
 1.30.8.1  10-Aug-2014  tls Rebase.
 1.33.16.1  10-Jun-2019  christos Sync with HEAD
 1.33.14.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed