| #
1.86 |
|
11-Oct-2025 |
nakayama |
Mark old gcc=9 conditional entries as obsolete or just remove them.
XXX pullup netbsd-11
|
| #
1.85 |
|
19-Sep-2025 |
mrg |
add support for mips and riscv builds in gcc 14.
|
|
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
|
| #
1.84 |
|
11-Jul-2024 |
riastradh |
branches: 1.84.2; 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.83 |
|
04-Sep-2023 |
riastradh |
branches: 1.83.2; lists: Remove more bogus shlib obsolete entries.
Too much trouble to have to remember about libuv.so, libgmp.so, &c. Just apply the rule uniformly.
All that's left is test libraries and loadable modules.
Searched with:
git grep 'lib.*\.so\.[0-9][0-9]*.*obsolete' distrib/sets/lists \ | grep -v '/modules/' \ | grep -v '/locale/lib/' \ | grep -v '/lib/npf/' \ | grep -v '/lib/librump' \ | grep -v '/lib/netbsd/libclang_rt' \ | grep -v '/runemodule/'
|
| #
1.82 |
|
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-base
|
| #
1.81 |
|
02-Jan-2022 |
christos |
branches: 1.81.2; fix part of mips
|
|
Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
|
| #
1.80 |
|
25-Apr-2021 |
christos |
Choose the right compat sets for the platform: mipsn64 -> o32 n32 mips64 -> o32 64
|
| #
1.79 |
|
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.78 |
|
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.77 |
|
28-Aug-2020 |
riastradh |
Revert removal -- evidently the leading dash does mean something.
Specifically, it cancels out the same entry elsewhere in the set list, and apparently it is only for twelve files in the entire tree. Someone^TM should document this more clearly, and/or just get rid of it because I'm at least the third person to be confused by this according to the revision history.
|
| #
1.76 |
|
27-Aug-2020 |
riastradh |
Sort and deduplicate set lists.
|
| #
1.75 |
|
27-Aug-2020 |
riastradh |
Omit spurious leading dash in debug/ad.mips set list entries.
(if this actually means something feel free to revert and document what it means somewhere obvious!)
|
|
Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
|
| #
1.74 |
|
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
|
| #
1.73 |
|
18-Mar-2019 |
wiz |
Revert previous.
The lines look like misapplied patches but I'm told they are correct.
|
| #
1.72 |
|
18-Mar-2019 |
wiz |
Remove weird lines from set lists.
|
| #
1.71 |
|
02-Feb-2019 |
mrg |
- add new entries of gcc=7 and libgomp, libasan, liblsan, libstdc++, libubsan - add missing header files fpr gcc=7 - add some missing gcc=5 obsolete entries - create ./usr/include/dev/bluetooth in mtree not make, and move it into the base set where all other directories are.
|
|
Revision tags: pgoyette-compat-20190127
|
| #
1.70 |
|
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 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
|
| #
1.69 |
|
09-Mar-2018 |
christos |
branches: 1.69.2; use the magic -
|
| #
1.68 |
|
08-Mar-2018 |
christos |
add missing debuglib
|
|
Revision tags: pgoyette-compat-base
|
| #
1.67 |
|
03-Feb-2018 |
mrg |
branches: 1.67.2; updates for GCC 6.4: add gcc-6 specific headers, combine some all-gcc files, bump the shlib versions on new libs.
|
| #
1.66 |
|
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.65 |
|
14-Dec-2016 |
kre |
Sort the unsorted sets lists (they should all be correctly sorted now.)
|
|
Revision tags: pgoyette-localcount-20161104
|
| #
1.64 |
|
29-Oct-2016 |
mlelstv |
tag debug libraries with 'debuglib' instead of 'debug'. Fixes mips builds.
|
| #
1.63 |
|
20-Oct-2016 |
macallan |
add libc_fp stuff
|
|
Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
|
| #
1.62 |
|
26-Mar-2016 |
martin |
branches: 1.62.2; Fix set lists for mips64 and gcc 5.3
|
| #
1.61 |
|
10-Aug-2015 |
mrg |
revert the previous; it wasn't wrong, just a little unusual
|
| #
1.60 |
|
10-Aug-2015 |
mrg |
fix some merge errors in the previous
|
| #
1.59 |
|
22-Jun-2015 |
matt |
Update some of the set lists to use the compatdir/compatfile compattestsdir/compattestsfile as well the kmod auto-entry creation. Remove entries that are now instantiated by the above.
|
| #
1.58 |
|
29-May-2015 |
christos |
bump libintl
|
| #
1.57 |
|
17-Apr-2015 |
christos |
bump liblzma
|
| #
1.56 |
|
04-Apr-2015 |
christos |
bump libssh
|
| #
1.55 |
|
31-Mar-2015 |
christos |
bump libpcap.
|
| #
1.54 |
|
25-Jan-2015 |
christos |
stuff added by blacklist
|
| #
1.53 |
|
17-Jan-2015 |
christos |
bump libamu.
|
| #
1.52 |
|
16-Jan-2015 |
christos |
bump libc for strtoi and strtou
|
| #
1.51 |
|
13-Jan-2015 |
spz |
Update of OpenSSL to 1.0.1k part 3: - bump the shared library versions - adjust set lists - regenerate man pages - note the import in doc/3RDPARTY and doc/CHANGES
there were no changes in asm parts
|
| #
1.50 |
|
02-Jan-2015 |
christos |
bump libmagic
|
| #
1.49 |
|
10-Dec-2014 |
christos |
remove obsolete entries for libisccfg which are not.
|
| #
1.48 |
|
10-Dec-2014 |
christos |
bump for bind update
|
| #
1.47 |
|
25-Oct-2014 |
joerg |
Consistently tag libasan with gcc=48
|
| #
1.46 |
|
22-Oct-2014 |
christos |
Add libasan
|
| #
1.45 |
|
19-Oct-2014 |
christos |
bump libssh
|
| #
1.44 |
|
13-Oct-2014 |
christos |
bump libc and add man pages for open_{,w}memstream
|
| #
1.43 |
|
10-Oct-2014 |
mrg |
bump libstdc++ minor due to new complex etc functions enabled.
|
| #
1.42 |
|
10-Oct-2014 |
christos |
bump libm for long double complex functions
|
| #
1.41 |
|
26-Sep-2014 |
christos |
add execvpe,execlpe bump.
|
| #
1.40 |
|
24-Sep-2014 |
christos |
add strnstr from FreeBSD
|
| #
1.39 |
|
22-Aug-2014 |
apb |
sort
|
|
Revision tags: netbsd-7-base tls-maxphys-base
|
| #
1.38 |
|
10-Aug-2014 |
spz |
branches: 1.38.2; merge openssl 1.0.1i
|
|
Revision tags: tls-earlyentropy-base
|
| #
1.37 |
|
25-Jul-2014 |
dholland |
Update set lists for libc bump and new man pages.
|
| #
1.36 |
|
25-Jul-2014 |
mrg |
introduce a new pci_drvname(3) to libpci. implement it in the backend via PCI_IOC_DRVNAME.
update manual and set lists (and remove a couple of doubled entries.)o
this will be used in libpciaccess() to implement the has_kernel_driver() method.
|
| #
1.35 |
|
19-Jul-2014 |
lneto |
lua: updated from 5.1 to 5.3 work3
* lua(1): - changed lua_Integer to intmax_t - updated distrib/sets/lists and etc/mtree - updated bsd.lua.mk - fixed bozohttpd (lua-bozo.c) - compatibilized bindings: gpio, sqlite * lua(4): - removed floating-point and libc dependencies using '#ifndef _KERNEL' - fixed division by zero and exponentiation - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct() - acpica: removed isprint() from acnetbsd.h - libc: moved strcspn.c, strpbrk.c and strspn.c to common - removed stub headers - compatibilized bindings: luapmf, luasystm * reorganized luaconf.h * updated doc/CHANGES and doc/RESPONSIBLE
|
| #
1.34 |
|
13-Jul-2014 |
martin |
Add libirs debug info to a few more places
|
| #
1.33 |
|
13-Jul-2014 |
martin |
libisccfg.so.8.1 debug files for other compat architectures.
|
| #
1.32 |
|
18-Jun-2014 |
christos |
bump libc.
|
| #
1.31 |
|
13-Jun-2014 |
joerg |
Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom of fetching dynamically sized data via sysctl.
|
| #
1.30 |
|
28-May-2014 |
tron |
Update for OpenLDAP 2.4.39.
|
| #
1.29 |
|
18-May-2014 |
nat |
libossaudio minor version bump to signify new ioctls.
|
|
Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15
|
| #
1.28 |
|
21-Mar-2014 |
christos |
branches: 1.28.2; bump libssl
|
|
Revision tags: riastradh-drm2-base3
|
| #
1.27 |
|
11-Mar-2014 |
christos |
fix libelf.so sets
|
| #
1.26 |
|
09-Mar-2014 |
htodd |
Fix typo in library version.
|
| #
1.25 |
|
09-Mar-2014 |
christos |
bump libelf and libdwarf
|
| #
1.24 |
|
01-Mar-2014 |
dsl |
Replace all the libbind9.so.7 with libbind9.so.8. Hmm... why isn't the list of 32bit compat libs based on the normal list?
|
| #
1.23 |
|
01-Mar-2014 |
christos |
bump bind libraries
|
| #
1.22 |
|
16-Feb-2014 |
christos |
bump sqlite3
|
| #
1.21 |
|
08-Feb-2014 |
jmmv |
Update file lists for atf 0.19.
This has been tested with both MKKYUA=no (the default) and MKKYUA=yes, as well as with a non-clean tree and a clean build. Hopefully I got the details right... but they were tricky!
|
| #
1.20 |
|
31-Jan-2014 |
christos |
bump libc for ___lwp_park60
|
| #
1.19 |
|
24-Jan-2014 |
christos |
fix typo
|
| #
1.18 |
|
17-Jan-2014 |
riz |
Finish updating set lists for libc minor bump.
|
| #
1.17 |
|
11-Jan-2014 |
christos |
bump openssl libraries
|
| #
1.16 |
|
08-Jan-2014 |
christos |
bump libc for ptsname_r
|
| #
1.15 |
|
31-Dec-2013 |
christos |
bump libisc for new bind
|
| #
1.14 |
|
08-Nov-2013 |
christos |
bump libssh
|
| #
1.13 |
|
02-Nov-2013 |
christos |
Fix debuglib entries
|
| #
1.12 |
|
02-Nov-2013 |
christos |
more sets fixes (libgomp, libobjc)
|
| #
1.11 |
|
01-Nov-2013 |
mrg |
add support for GCC 4.8 sets.
|
| #
1.10 |
|
19-Oct-2013 |
christos |
bump libc
|
| #
1.9 |
|
18-Oct-2013 |
jmmv |
Add liblutok.so.2.
Also mark liblutok.so.1 as obsolete. While this should not be done in the general case, I think it's fine here because MKKYUA still defaults to NO and therefore lutok is not built by default.
|
| #
1.8 |
|
29-Sep-2013 |
christos |
bump for binutils
|
| #
1.7 |
|
28-Aug-2013 |
riastradh |
Update set lists after libc minor bump.
|
| #
1.6 |
|
11-Aug-2013 |
joerg |
Sort entries in strcmp order.
|
| #
1.5 |
|
30-Jul-2013 |
htodd |
Fixing debug set lists for bind. Tested on amd64, testing on evbarm.
|
| #
1.4 |
|
27-Jul-2013 |
christos |
lists for new bind 9.9.3-P2
|
|
Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
|
| #
1.3 |
|
21-Jun-2013 |
matt |
Fix entries for ./usr/libdata/debug/usr/libexec/ld.elf_so-64.debug ./usr/libdata/debug/usr/libexec/ld.elf_so-o32.debug to not be obsolete.
|
| #
1.2 |
|
30-Apr-2013 |
matt |
Collapse all the ad.mips* set lists into a single ad.mips which works for all variations of mips{,64}e{b,l}
|
|
Revision tags: agc-symver-base yamt-pagecache-base8
|
| #
1.1 |
|
16-Jan-2013 |
christos |
branches: 1.1.2; 1.1.6; 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
|