History log of /src/distrib/sets/lists/base/ad.arm
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.91 24-Feb-2025 martin

Backout previous (making sbin/efi arch dependent), will be redone
differently


# 1.90 24-Feb-2025 martin

sbin/efi is only available on architectures that provide efi runtime
services


# 1.89 11-Jul-2024 riastradh

Revert the duplication of compat set lists; do it another way.

1. Restore the compatdir and compatfile tags in base and debug.

=> compatdir marks directories that should have per-ABI compat
subdirectories, like /usr/lib having /usr/lib/o32 and
/usr/lib/64 on mips64.

=> compatfile marks files that have per-ABI versions in the
nearest compatdir, like /usr/lib/o32/libc.so.12.221.

This is the mechanism we use to avoid duplicating every library
that has a compat version in multiple set lists.

2. Teach sets.subr to split the compatdir and compatfile entries out
into separate sets for base and debug.

The mechanism is to internally use:

- a new tag `omitcompat' when processing base and debug, so we
don't generate the per-ABI compat directories or per-ABI compat
files under them;

- a new tag `takecompat=${ABI}' when processing base32/64 and
debug32/64, so we _do_ generate the per-ABI compat directories
for ${ABI}.

=> On, e.g., mips64, base32 uses `takecompat=o32' and base64
uses `takecompat=64'.

=> On, e.g., aarch64, base32 uses
`takecompat=eabi,takecompat=eabihf', and there is no base64.

3. Record in sets.subr the list of `32' and `64' architectures for
each port.

This is maybe not the right place to put it, but it's also not
clear that we want to keep exactly this division -- maybe it would
be more sensible to just have per-ABI , e.g.:

(aarch64) base-eabi, base-eabihf
(amd64) base-i386
(mips64) base-o32, base-64
(mipsn64) base-o32, base-n32

But I'll leave cleaning that up for another day.

4. Adjust some sets. Mostly this commit shouldn't change what file
go in what sets, but, e.g., on mips64, the following move from
base32 to base64 as part of this change, which I think is
appropriate:

- /lib/64
- /libexec/ld.elf_so-64
- /usr/lib/64
- /usr/libdata/debug/lib/64
- /usr/libdata/debug/usr/lib/64
- /usr/libexec/ld.elf_so-64

TBD: Remove ./lib and ./usr/lib from debug/mi; they're already in
base/mi. Maybe move ./usr/libdata/debug to from base/mi to debug/mi.

This reverts most of the set list changes in:

https://mail-index.netbsd.org/source-changes/2024/04/09/msg150763.html

PR misc/58365


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.88 09-Apr-2024 nia

branches: 1.88.2;
Add new sets: base32, debug32, manhtml

- base32 contains (when MKCOMPAT=yes) shared libraries for 32-bit
compatibility, previously included in base

- debug32 contains (when MKCOMPAT=yes) debug symbols and static libraries
containing debug symbols for 32-bit compatiblity, previously included
in debug

- manhtml contains (when MKHTML=yes) the HTML files previously included
in 'man', which are of limited utility without third-party software.

The motivation for this change is to be able to easily exclude sets
from CD-ROM images that go over the size limit without xz compression
(which many NetBSD platforms struggle to extract at acceptable speeds).


# 1.87 04-Sep-2023 riastradh

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/'


Revision tags: netbsd-10-base
# 1.86 07-Jun-2021 christos

branches: 1.86.2;
Good bye oabi! Tested building earmv7hf.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.85 12-Sep-2020 jmcneill

Add HAVE_ACPI and HAVE_UEFI flags to bsd.own.mk and use them to
conditionally include ACPI and UEFI bits instead of relying on adhoc
MACHINE_ARCH tests.


# 1.84 11-Sep-2020 jakllsch

Limit bootarm.efi expectation further.

Should fix iyonix, and zaurus builds. Also probably fixes all oarm AKA
'arm' builds too.


# 1.83 10-Sep-2020 jakllsch

fix earmv7hfeb set list for bootarm.efi

Do this by explicitly marking all the non-earmv7hf* arm archs as not wanted,
because the set lists processor doesn't have a better way to be told.


# 1.82 08-Sep-2020 jmcneill

Build EFI bootloader on big endian armv7 and aarch64 targets.


Revision tags: netbsd-9-4-RELEASE netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609
# 1.81 30-Mar-2019 jmcneill

Add bootarm.efi


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.80 13-Aug-2018 mrg

include the boot32 and nbfs boot programs for eabi, as acorn32
with eabi still wants them.

not tested. someone, please test. this fixes the acorn32 build
since it was switched to eabi.


Revision tags: pgoyette-compat-0728
# 1.79 12-Jul-2018 maxv

Retire libpmc. It uses the legacy PMC interface in the kernel, which has
support for only one ARM CPU. It used to have x86 support, but it was broken
and I removed it. The legacy PMC interface will be removed from the kernel
too. Sent on tech-kern@ yesterday, thorpej was fine.


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.78 24-Jan-2018 skrll

branches: 1.78.2; 1.78.4;
Remove port-acorn26

OK core@


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 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.77 03-Jul-2015 matt

Remove entries made redundant by compatdir/compatfile


# 1.76 03-Jul-2015 christos

new libssh


# 1.75 30-May-2015 joerg

Fix set lists for NetBSD/ARM after the OABI addition.


# 1.74 29-May-2015 christos

bump libintl


# 1.73 17-Apr-2015 christos

bump liblzma


# 1.72 04-Apr-2015 christos

bump libssh


# 1.71 31-Mar-2015 christos

bump libpcap.


# 1.70 25-Jan-2015 christos

stuff added by blacklist


# 1.69 17-Jan-2015 christos

bump libamu.


# 1.68 16-Jan-2015 christos

bump libc for strtoi and strtou


# 1.67 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.66 05-Jan-2015 mrg

elftosb depends upon MKCXX.


# 1.65 02-Jan-2015 christos

bump libmagic


# 1.64 10-Dec-2014 christos

remove obsolete entries for libisccfg which are not.


# 1.63 10-Dec-2014 christos

bump for bind update


# 1.62 25-Oct-2014 joerg

Consistently tag libasan with gcc=48


# 1.61 22-Oct-2014 christos

Add libasan


# 1.60 19-Oct-2014 christos

bump libssh


# 1.59 13-Oct-2014 christos

bump libc and add man pages for open_{,w}memstream


# 1.58 10-Oct-2014 mrg

bump libstdc++ minor due to new complex etc functions enabled.


# 1.57 10-Oct-2014 christos

bump libm for long double complex functions


# 1.56 26-Sep-2014 christos

add execvpe,execlpe bump.


# 1.55 24-Sep-2014 christos

add strnstr from FreeBSD


Revision tags: netbsd-7-base tls-maxphys-base
# 1.54 10-Aug-2014 spz

branches: 1.54.2;
merge openssl 1.0.1i


Revision tags: tls-earlyentropy-base
# 1.53 06-Aug-2014 martin

Punt - backout sysinst message catlogs


# 1.52 06-Aug-2014 martin

Sigh - move sysinst catalog files (which differ per arch, ouch!)
to md lists.


# 1.51 25-Jul-2014 dholland

Update set lists for libc bump and new man pages.


# 1.50 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.49 23-Jul-2014 lneto

fixed removal of Lua 5.1 entries from distrib/sets/lists


# 1.48 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.47 08-Jul-2014 spz

infrastructure for bind-9.10.0-P2:
adding the tools delv and dnssec-importkey
adding libirs to support delv


# 1.46 18-Jun-2014 christos

bump libc.


# 1.45 13-Jun-2014 joerg

Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom of
fetching dynamically sized data via sysctl.


# 1.44 28-May-2014 tron

Update for OpenLDAP 2.4.39.


# 1.43 18-May-2014 nat

libossaudio minor version bump to signify new ioctls.


# 1.42 15-May-2014 apb

sort


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15
# 1.41 21-Mar-2014 christos

branches: 1.41.2;
bump libssl


Revision tags: riastradh-drm2-base3
# 1.40 11-Mar-2014 christos

fix libelf.so sets


# 1.39 09-Mar-2014 htodd

Fix typo in library version.


# 1.38 09-Mar-2014 christos

bump libelf and libdwarf


# 1.37 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.36 01-Mar-2014 christos

bump bind libraries


# 1.35 16-Feb-2014 christos

bump sqlite3


# 1.34 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.33 31-Jan-2014 christos

bump libc for ___lwp_park60


# 1.32 17-Jan-2014 riz

Finish updating set lists for libc minor bump.


# 1.31 11-Jan-2014 christos

bump openssl libraries


# 1.30 08-Jan-2014 christos

bump libc for ptsname_r


# 1.29 31-Dec-2013 christos

bump libisc for new bind


# 1.28 13-Nov-2013 mbalmer

Add the syslog(3) Lua binding to the build.


# 1.27 08-Nov-2013 christos

bump libssh


# 1.26 02-Nov-2013 christos

more sets fixes (libgomp, libobjc)


# 1.25 01-Nov-2013 mrg

add support for GCC 4.8 sets.


# 1.24 27-Oct-2013 apb

sort


# 1.23 19-Oct-2013 christos

bump libc


# 1.22 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.21 29-Sep-2013 christos

bump for binutils


# 1.20 28-Aug-2013 riastradh

Update set lists after libc minor bump.


# 1.19 11-Aug-2013 joerg

Sort entries in strcmp order.


# 1.18 28-Jul-2013 pgoyette

Update sets lists for new bind9 and friends.


# 1.17 27-Jul-2013 christos

lists for new bind 9.9.3-P2


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base
# 1.16 19-May-2013 christos

from the failed builds, it seems we always build ofctl and eeprom


# 1.15 02-May-2013 matt

This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm


# 1.14 01-May-2013 matt

Add eabi to compat dirs.
Add missing compat ld.elf_so-oabi


# 1.13 30-Apr-2013 matt

Now that sets.subr understands endian=1234 just use ad.arm for everything
since it can support {,e}arm{,hf}{,eb}


Revision tags: 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 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 cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231 matt-premerge-20091211 jym-xensuspend-nbase jym-xensuspend-base
# 1.12 14-Feb-2009 abs

branches: 1.12.6; 1.12.8; 1.12.12; 1.12.14; 1.12.20;
Build fdformat on a MACHINE_ARCH not MACHINE basis


# 1.11 17-Jan-2009 mjf

branches: 1.11.2;
Catch up with shlib major bump for all arm platforms.


# 1.10 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 netbsd-4-0-1-RELEASE wrstuden-revivesa-base-3 wrstuden-revivesa-base-2 wrstuden-fixsa-newbase wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 hpcarm-cleanup-nbase yamt-pf42-baseX yamt-pf42-base2 wrstuden-revivesa-base yamt-pf42-base mjf-devfs2-base keiichi-mipv6-base mjf-devfs-base pc532-eol-2008 matt-armv6-nbase matt-armv6-prevmlocking wrstuden-fixsa-base-1 netbsd-4-0-RELEASE cube-autoconf-base netbsd-4-0-RC5 netbsd-4-0-RC4 netbsd-4-0-RC3 netbsd-4-0-RC2 netbsd-4-0-RC1 matt-armv6-base matt-mips64-base hpcarm-cleanup-base netbsd-3-1-1-RELEASE netbsd-3-0-3-RELEASE wrstuden-fixsa-base abandoned-netbsd-4-base 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-4-base 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.9 12-Aug-2004 lukem

branches: 1.9.30; 1.9.38;
Move the lib<foo>.so entry (link) from comp to base, so that
applications on systems without the `comp' set installed can
dlopen() a library without supplying the major number.


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.8 11-Jan-2004 lukem

reformat whitespace


Revision tags: fvdl_fs64_base
# 1.7 09-Oct-2002 thorpej

* Clean up the handling of rescue.* files makeflist.
* Move all md.* and ad.* /rescue/... files into their
own list files.


# 1.6 29-Aug-2002 lukem

tweak the ./rescue entries


# 1.5 09-Aug-2002 thorpej

Add libpmc.


Revision tags: netbsd-1-6-PATCH002-RELEASE netbsd-1-6-PATCH002 netbsd-1-6-PATCH002-RC4 netbsd-1-6-PATCH002-RC3 netbsd-1-6-PATCH002-RC2 netbsd-1-6-PATCH002-RC1 netbsd-1-6-PATCH001 netbsd-1-6-PATCH001-RELEASE netbsd-1-6-PATCH001-RC3 netbsd-1-6-PATCH001-RC2 netbsd-1-6-PATCH001-RC1 netbsd-1-6-RELEASE netbsd-1-6-RC3 netbsd-1-6-RC2 netbsd-1-6-RC1 netbsd-1-6-base
# 1.4 30-Mar-2002 thorpej

* Deal with libarm32 -> libarm name change.
* Tidy up some of the ARM port set lists in preparation for
the complete switch to ELF.


# 1.3 29-Mar-2002 thorpej

Move files common to all ARM distribs to ad.arm


# 1.2 04-Dec-2001 jdolecek

Now that LKMs work all over, bring the VFS LKMs and if_ipl LKM to mi list from
arch ones. Also make all VFS LKMs 'base-vfs-lkm'.


# 1.1 25-Nov-2001 thorpej

Fixup ARM distrib lists. Add evbarm distrib lists.