|
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
|
| #
1.52 |
|
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.51 |
|
04-Nov-2024 |
christos |
Undo previous lwp.h change.
|
| #
1.50 |
|
03-Nov-2024 |
christos |
Split __lwp_getprivate_fast and __lwp_*tcb from mcontext.h into a separate lwp.h file.
|
| #
1.49 |
|
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.48 |
|
22-Jun-2024 |
riastradh |
branches: 1.48.2; distrib/lists/sets/comp: Add gcc=12 obsolete entries for gcc-10/*.h.
|
| #
1.47 |
|
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@.
|
|
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.46 |
|
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.45 |
|
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.44 |
|
05-Sep-2020 |
rillig |
fix alignment in ad.sh3
|
|
Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
|
| #
1.43 |
|
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.42 |
|
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.41 |
|
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 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728
|
| #
1.40 |
|
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 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
|
| #
1.39 |
|
02-Mar-2018 |
uwe |
branches: 1.39.2; 1.39.4; Introduce sh3/sysarch.h and add SH3_SYNC_ICACHE
|
| #
1.38 |
|
13-Feb-2018 |
mrg |
obsolete some GCC 4.8 files.
|
| #
1.37 |
|
03-Feb-2018 |
mrg |
updates for GCC 6.4: add gcc-6 specific headers, combine some all-gcc files, bump the shlib versions on new libs.
|
| #
1.36 |
|
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.35 |
|
05-Jan-2017 |
wiz |
Tag cleanup: if the last column contains 'obsolete', the one before should too.
|
| #
1.34 |
|
14-Dec-2016 |
kre |
Sort the unsorted sets lists (they should all be correctly sorted now.)
|
|
Revision tags: pgoyette-localcount-20161104 localcount-20160914
|
| #
1.33 |
|
25-Aug-2016 |
christos |
add fenv for sh
|
|
Revision tags: pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
|
| #
1.32 |
|
18-Mar-2016 |
mrg |
branches: 1.32.2; set fixes for GCC 5.3.
(only arm is tested so far, but there's a pattern i can see :-)
|
| #
1.31 |
|
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.30 |
|
10-Aug-2015 |
mrg |
obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.
|
|
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 yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 tls-maxphys-base
|
| #
1.29 |
|
01-Nov-2013 |
mrg |
add support for GCC 4.8 sets.
|
|
Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE yamt-pagecache-tag8 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 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 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.28 |
|
18-Jul-2011 |
dyoung |
branches: 1.28.2; 1.28.8; Fix last: obsolete the right machine/architecture bus.h file(s) in each case.
|
| #
1.27 |
|
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.26 |
|
12-Jul-2011 |
mrg |
mark gcc-4.5/tgmath.h as gcccmds,gcc=45.
|
| #
1.25 |
|
07-Jul-2011 |
mrg |
- un-obsolete a pair of files we want to remain installed (XXX i wonder if a way to have "clean builds" not run "postinstall fix obsolete" in the $DESTDIR so that these sorts of errors will appear as set list errors instead of being skipped - fix the list of headers to install for GCC 4.5, based upon the mknative ${G_EXTRA_HEADERS}. XXX move the location of G_EXTRA_HEADERS.
|
|
Revision tags: netbsd-5-2-3-RELEASE netbsd-5-1-5-RELEASE netbsd-5-2-2-RELEASE netbsd-5-1-4-RELEASE netbsd-5-2-1-RELEASE netbsd-5-1-3-RELEASE netbsd-5-2-RELEASE netbsd-5-2-RC1 netbsd-5-1-2-RELEASE netbsd-5-1-1-RELEASE cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231 matt-nb5-mips64-premerge-20101231 matt-nb5-pq3-base netbsd-5-1-RELEASE netbsd-5-1-RC4 matt-nb5-mips64-k15 netbsd-5-1-RC3 netbsd-5-1-RC2 netbsd-5-1-RC1 netbsd-5-0-2-RELEASE matt-nb5-mips64-premerge-20091211 matt-premerge-20091211 matt-nb5-mips64-u2-k2-k4-k7-k8-k9 matt-nb4-mips64-k7-u2a-k9b matt-nb5-mips64-u1-k1-k5 netbsd-5-0-1-RELEASE jym-xensuspend-nbase netbsd-5-0-RELEASE netbsd-5-0-RC4 netbsd-5-0-RC3 netbsd-5-0-RC2 jym-xensuspend-base netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 mjf-devfs2-base
|
| #
1.24 |
|
22-Aug-2008 |
lukem |
fix comment
|
|
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.23 |
|
09-Feb-2007 |
ad |
branches: 1.23.12; 1.23.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 abandoned-netbsd-4-base netbsd-4-base
|
| #
1.22 |
|
28-Jul-2006 |
bjh21 |
obsolete db_machdep.h
|
| #
1.21 |
|
21-May-2006 |
uwe |
Nuke va-sh.h. stdarg.h and varargs.h now use __builtin_va_*.
|
|
Revision tags: peter-altq-base
|
| #
1.20 |
|
02-Feb-2006 |
skrll |
branches: 1.20.2; Add byte_swap.h. HI DSL!
|
|
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 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.19 |
|
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.18 |
|
11-Jan-2004 |
lukem |
reformat whitespace
|
| #
1.17 |
|
18-Jan-2003 |
thorpej |
Update for nathanw_sa merge.
|
|
Revision tags: fvdl_fs64_base
|
| #
1.16 |
|
07-Aug-2002 |
briggs |
Catch up to new pmc header files.
|
| #
1.15 |
|
05-Jun-2002 |
itojun |
sync
|
|
Revision tags: netbsd-1-6-base
|
| #
1.14 |
|
11-May-2002 |
wiz |
branches: 1.14.2; /usr/include/sh3/db_disasm.h is obsolete now.
|
| #
1.13 |
|
05-May-2002 |
thorpej |
Not all new-toolchain platforms support shared libraries (m68000 and sh3, for example, due to defincencies in the current compiler version).
Deal with this by splitting toolchain shlibs into tc.shl, and teachking makeflist about it.
Also, fix an old-toolchain remnant in the sh3 set lists.
|
| #
1.12 |
|
02-May-2002 |
wiz |
Fix up set lists for three of the four sh3 ports a bit. XXX: Still wrong because of some missing toolchain stuff (gdb), and crt{begin,end}S.o. XXX: mmeye didn't build for me, will investigate
|
| #
1.11 |
|
15-Apr-2001 |
kleink |
Add <machine/int_fmtio.h>.
|
| #
1.10 |
|
15-Apr-2001 |
kleink |
Add <machine/int_limits.h>.
|
| #
1.9 |
|
14-Apr-2001 |
kleink |
Add <machine/int_const.h>.
|
| #
1.8 |
|
14-Apr-2001 |
kleink |
Add <machine/int_mwgwtypes.h>.
|
| #
1.7 |
|
02-Apr-2001 |
msaitoh |
add libbfd.a
|
| #
1.6 |
|
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.5 |
|
29-Apr-2000 |
thorpej |
Add <machine/lock.h>
|
| #
1.4 |
|
21-Apr-2000 |
tsubai |
Sync.
|
| #
1.3 |
|
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.2 |
|
17-Jan-2000 |
kleink |
Add <machine/math.h>.
|
| #
1.1 |
|
02-Jan-2000 |
msaitoh |
list files for sh3
|