History log of /src/distrib/sets/lists/comp/md.sparc
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.110 19-Sep-2025 mrg

add GCC 14 files.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.109 30-Nov-2024 uwe

md.sparc: add /usr/include/sparc64/lwp_private.h


# 1.108 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.107 04-Nov-2024 christos

Undo previous lwp.h change.


# 1.106 03-Nov-2024 christos

Split __lwp_getprivate_fast and __lwp_*tcb from mcontext.h into a separate
lwp.h file.


# 1.105 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.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.104 22-Jun-2024 riastradh

branches: 1.104.2;
distrib/lists/sets/comp: Add gcc=12 obsolete entries for gcc-10/*.h.


# 1.103 29-Aug-2023 mrg

mark all previously gcc=9 files as obsolete.

also mark a bunch of obsolete gcc headers as "comp-obsolete" "set".

should fix a 'postinstall fix obsolete' issue reported by uwe@.


# 1.102 01-Aug-2023 mrg

various updates for GCC 12

- bump some shlibs
- add new header files
- add compiler-version header files
- disable sanitizer libraries for gcc12 for now


Revision tags: netbsd-10-1-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.101 12-Apr-2021 mrg

various updates for GCC 10 support. remove dead gcc7/8 support
and properly mark obsolete files in gcc9/gcc10.

testing on amd64 and shark for GCC 9, and many platforms for GCC 10,
(though not arm yet.)


Revision tags: thorpej-futex-base
# 1.100 06-Sep-2020 mrg

mostly support GCC 9 builds. some what tested with GCC 9 but
tested to not break GCC 8 builds for x86, arm*, vax, and sparc*.


# 1.99 17-May-2020 ad

Install sparc/intr.h


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.98 03-Oct-2019 mrg

gcc 8 set lists updates. i don't appear to have broken gcc 7 builds
but i only tested a couple of them.


Revision tags: netbsd-9-4-RELEASE netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127
# 1.97 19-Jan-2019 mrg

add basic gcc-7 support in sets lists and filesystem. mips gained
a header. assumes it's otherwise mostly the same as gcc-7.


# 1.96 18-Jan-2019 christos

- mark gcc=5 files obsolete
- make includes always available, not only when gcccmds
- mark files obsolete consistently


Revision tags: pgoyette-compat-20190118 pgoyette-compat-1226
# 1.95 19-Dec-2018 maxv

Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728
# 1.94 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.


Revision tags: phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330
# 1.93 29-Mar-2018 joerg

branches: 1.93.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.


Revision tags: pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.92 03-Feb-2018 mrg

branches: 1.92.2;
updates for GCC 6.4: add gcc-6 specific headers, combine some
all-gcc files, bump the shlib versions on new libs.


# 1.91 02-Feb-2018 mrg

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)


Revision tags: netbsd-8-3-RELEASE netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107
# 1.90 05-Jan-2017 wiz

Tag cleanup: if the last column contains 'obsolete', the one before should too.


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.89 16-Mar-2016 mrg

branches: 1.89.2;
updates sparc* sets for GCC 5.3.


# 1.88 12-Aug-2015 nakayama

Resurrect ./usr/include/gcc-4.8/tgmath.h on sparc*. They are not
obsolete.


# 1.87 10-Aug-2015 mrg

now that we only support gcc 4.8, make all the gcc tags just "gcc".
this should help with next-gcc, when we can add back gcc=48 and
gcc=5x tags, as necessary.


# 1.86 10-Aug-2015 mrg

obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.


# 1.85 22-Aug-2014 apb

sort


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.84 23-Jul-2014 alnsn

Rename sljitarch.h to sljit_machdep.h.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.83 01-Feb-2014 nakayama

branches: 1.83.2;
Make sljit usable on sparc64 32-bit kernels.


# 1.82 06-Nov-2013 mrg

update set lists for gcc 4.8.


# 1.81 01-Nov-2013 mrg

add support for GCC 4.8 sets.


# 1.80 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.79 30-May-2013 macallan

add sxreg.h


Revision tags: agc-symver-base yamt-pagecache-base8
# 1.78 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


Revision tags: yamt-pagecache-base7
# 1.77 05-Nov-2012 alnsn

Add sljitarch.h on sparc.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 netbsd-6-1-RC2 netbsd-6-1-RC1 netbsd-6-0-1-RELEASE matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.76 17-Jul-2011 joerg

branches: 1.76.2; 1.76.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.75 09-Jul-2011 dyoung

Don't install sparc64/bus.h any more.


# 1.74 09-Jul-2011 mrg

add gcc-4.5/tgmath.h


Revision tags: cherry-xenmp-base
# 1.73 20-May-2011 nakayama

Add fenv support for sparc. Mostly copied from sparc64 and share with it.


# 1.72 14-Apr-2011 mrg

add sparc64/intr.h


Revision tags: bouyer-quota2-nbase bouyer-quota2-base
# 1.71 01-Feb-2011 he

Since sparc64 got fenv.h, we need an entry for include/sparc64/ here as well.


Revision tags: matt-mips64-premerge-20101231
# 1.70 16-Nov-2010 njoly

branches: 1.70.2;
+libsparc_v8.so.0.0.debug


# 1.69 10-Mar-2010 abs

Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change


Revision tags: matt-premerge-20091211 jym-xensuspend-nbase jym-xensuspend-base
# 1.68 31-Oct-2008 mrg

make MKPIC=no builds work on i368, shark, vax, pmax, sgimips, sparc,
maybe all mips and all arm as well.


Revision tags: netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 mjf-devfs2-base
# 1.67 22-Aug-2008 lukem

branches: 1.67.2;
Add a bunch of .debug entries, determined by inspecting the equivalent
comp lists.
Inspired by PR 39370


Revision tags: wrstuden-revivesa-base-1 simonb-wapbl-nbase yamt-pf42-base4 simonb-wapbl-base yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 wrstuden-revivesa-base yamt-pf42-base keiichi-mipv6-base mjf-devfs-base pc532-eol-2008 matt-armv6-prevmlocking cube-autoconf-base matt-armv6-nbase matt-armv6-base matt-mips64-base hpcarm-cleanup-base
# 1.66 09-Feb-2007 ad

branches: 1.66.12; 1.66.16;
Sync with changes introduced by merging the newlock2 branch.


Revision tags: netbsd-4-0-1-RELEASE wrstuden-fixsa-newbase wrstuden-fixsa-base-1 netbsd-4-0-RELEASE netbsd-4-0-RC5 netbsd-4-0-RC4 netbsd-4-0-RC3 netbsd-4-0-RC2 netbsd-4-0-RC1 wrstuden-fixsa-base netbsd-4-base
# 1.65 12-Sep-2006 simonb

White space nits.


Revision tags: abandoned-netbsd-4-base
# 1.64 26-Jul-2006 drochner

obsolete db_machdep.h


Revision tags: netbsd-3-1-1-RELEASE netbsd-3-0-3-RELEASE netbsd-3-1-RELEASE netbsd-3-0-2-RELEASE netbsd-3-1-RC4 netbsd-3-1-RC3 netbsd-3-1-RC2 netbsd-3-1-RC1 netbsd-3-0-1-RELEASE peter-altq-base netbsd-3-0-RELEASE netbsd-3-0-RC6 netbsd-3-0-RC5 netbsd-3-0-RC4 netbsd-3-0-RC3 netbsd-3-0-RC2 netbsd-3-0-RC1 netbsd-3-base rtr-xorg-branch-base
# 1.63 08-Jul-2004 hannken

Add "include/sparc64/joystick.h".


# 1.62 08-May-2004 kleink

Add <machine/wchar_limits.h>.


Revision tags: netbsd-2-0-3-RELEASE netbsd-2-1-RELEASE netbsd-2-1-RC6 netbsd-2-1-RC5 netbsd-2-1-RC4 netbsd-2-1-RC3 netbsd-2-1-RC2 netbsd-2-1-RC1 netbsd-2-0-2-RELEASE netbsd-2-0-1-RELEASE netbsd-2-base netbsd-2-0-RELEASE netbsd-2-0-RC5 netbsd-2-0-RC4 netbsd-2-0-RC3 netbsd-2-0-RC2 netbsd-2-0-RC1 netbsd-2-0-base
# 1.61 11-Jan-2004 lukem

reformat whitespace


# 1.60 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.59 19-Sep-2003 mrg

switch i386, sparc, sparc64 & alpha to GCC 3.3.1.


# 1.58 26-Aug-2003 uwe

/usr/include/sparc64/fbvar.h is obsolete.


# 1.57 11-Apr-2003 jdc

Add (recently added) cpuconf.h.
Pointed out by Thomas Klausner and Christopher SEKIYA.


# 1.56 26-Feb-2003 thorpej

Back out change that made libpthread per-platform. It is *intentional*
that the build fails on platforms which do not yet have libpthread support.


# 1.55 13-Feb-2003 jmc

Not all ports/archs have pthread support. So split this up by the proper arch's
for determining which ones get the libraries. Tested on dreamcast, macppc
and i386 builds to cover non builds, ad and md mods


# 1.54 18-Jan-2003 thorpej

Update for nathanw_sa merge.


Revision tags: fvdl_fs64_base
# 1.53 07-Sep-2002 gehenna

Obsolete machine/conf.h


# 1.52 07-Aug-2002 briggs

Catch up to new pmc header files.


# 1.51 09-Jul-2002 mycroft

Sync.


Revision tags: netbsd-1-6-base
# 1.50 01-Oct-2001 atatat

branches: 1.50.2;
Obsolete /usr/include/sparc64/fbio.h


# 1.49 19-Sep-2001 thorpej

Don't do the symlink hack for fbio.h. Just use <dev/sun/fbio.h>.


# 1.48 15-Apr-2001 kleink

Add <machine/int_fmtio.h>.


# 1.47 15-Apr-2001 kleink

Add <machine/int_limits.h>.


# 1.46 14-Apr-2001 kleink

Add <machine/int_const.h>.


# 1.45 14-Apr-2001 kleink

Add <machine/int_mwgwtypes.h>.


# 1.44 17-Feb-2001 ragge

<ieeefp.h> must be installed in a machine-dependent fashion; it should
not exist on VAX.


# 1.43 26-Jun-2000 kleink

Add <machine/int_types.h>.


Revision tags: netbsd-1-5-PATCH003 netbsd-1-5-PATCH002 netbsd-1-5-PATCH001 netbsd-1-5-RELEASE netbsd-1-5-BETA2 netbsd-1-5-BETA netbsd-1-5-ALPHA2 netbsd-1-5-base minoura-xpg4dl-base
# 1.42 08-May-2000 mycroft

Sync.


# 1.41 29-Apr-2000 thorpej

Add <machine/lock.h>


# 1.40 17-Mar-2000 tron

Add "machine_machdep.h".


# 1.39 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.38 14-Jan-2000 pk

Sync with arch/sparc/include/makefile


# 1.37 23-Dec-1999 kleink

Add <machine/math.h>.


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base comdex-fall-1999-base
# 1.36 08-Nov-1999 mycroft

branches: 1.36.2;
Add missing files.


# 1.35 18-Oct-1999 pk

We no longer build c++rt0.o.


# 1.34 19-Apr-1999 simonb

branches: 1.34.2;
Add a NetBSD RCS tag to each distrib list file.


Revision tags: netbsd-1-4-PATCH003 netbsd-1-4-PATCH002 netbsd-1-4-PATCH001 netbsd-1-4-RELEASE netbsd-1-4-base
# 1.33 19-Jan-1999 bouyer

Update for bswap.h and byte_swap.h includes.


# 1.32 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.31 03-Nov-1998 pk

bsd_audioio.h & mbppio.h no longer exist.


# 1.30 14-Sep-1998 tv

Transition sparc platform to egcs.


# 1.29 13-Sep-1998 tv

More egcs updates: MD-split objc headers, and add egcs compilers and
static libraries where applicable.


# 1.28 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.27 28-Jul-1998 pk

Stop installing db_machdep.h, fbvar.h, z8530.h


# 1.26 22-Jul-1998 perry

1) move lint libs to the mi list -- all architectures will be building
lint libs.
2) on some md.* files, change "/machine/" to "/$ARCH/" to reflect the
new way we do /usr/include/machine include files.

Note that some archs probably need md lint libs added, and some
machines probably still need their /usr/include/machine support
frobbed, but it is a good start.


# 1.25 07-Jul-1998 pk

Add mbppio.h


# 1.24 02-Jul-1998 jonathan

Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
* shl.mi -- MI sharedlib files present on all ports with shared libs
* shl.aout -- MI sharedlib files present on all ELF ports
* shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1).


# 1.23 30-Jun-1998 ross

Move c++rt0 from mi to md files, except for 68K where it goes into ad.68k.


# 1.22 20-Jun-1998 mrg

moved <machine/sun_disklabel.h> to <dev/sun/disklabel.h>


# 1.21 30-May-1998 veego

Sync it with the reality.


# 1.20 20-May-1998 pk

Add <machine/bus.h>


# 1.19 12-May-1998 thorpej

libtermlib_pic.a is installed.


# 1.18 12-May-1998 thorpej

libamu_pic is no longer installed


# 1.17 23-Nov-1997 pk

Update.


# 1.16 07-Nov-1997 mikel

back out last change


# 1.15 01-Nov-1997 mikel

remove libossaudio_pic.a


# 1.14 26-Oct-1997 mikel

update; from Steve Allen in PR misc/4345, with some additions by myself.


Revision tags: netbsd-1-3-base
# 1.13 31-Jul-1997 veego

branches: 1.13.2;
Sync.


# 1.12 24-Jun-1997 veego

Move ./usr/share/man/cat3/{kvm_dump,kvm_dump_inval,kvm_dump_mkheader,
kvm_dump_wrtheader}.0 to comp/mi


# 1.11 18-May-1997 kleink

Add libposix.


# 1.10 30-Apr-1997 pk

Synchronize.


# 1.9 09-Dec-1996 pk

add kcore.h,kvm_dump*.0


# 1.8 04-Dec-1996 mikel

add libwrap, fix libz.


# 1.7 03-Dec-1996 pk

exit: exec.h; enter: {aout,elf}_machdep.h


# 1.6 10-Oct-1996 gwr

All usr/include/machine/* files belong in md.*


Revision tags: netbsd-1-2-PATCH001 netbsd-1-2-RELEASE netbsd-1-2-BETA netbsd-1-2-base
# 1.5 25-Mar-1996 mrg

update all of these to reality (at least, for the sparc). changes
include:
libg++, bind, less, zoneinfo, lots of headers, and a pc532 man page.


Revision tags: netbsd-1-1-PATCH001 netbsd-1-1-RELEASE netbsd-1-1-base
# 1.4 02-Oct-1995 pk

Update to -current.


# 1.3 24-Jul-1995 cgd

add scrt0.o for ports that have it


# 1.2 22-Oct-1994 deraadt

few 1.0 include files


# 1.1 29-Aug-1994 cgd

branches: 1.1.1;
Initial revision