Home | History | Annotate | Download | only in mtree
History log of /src/etc/mtree/NetBSD.dist.x86_64
RevisionDateAuthorComments
 1.19  16-May-2023  christos OpenSSL entries are handled by NetBSD.dist.compat
 1.18  11-May-2023  christos Add missing path for MKCOMPAT=no from Adam
 1.17  10-May-2023  christos new openssl directories
 1.16  15-May-2022  mrg create ./usr/libdata/firmware/radeon same as the non-/usr version

should fix builds for non x86/arm64.
 1.15  15-May-2022  mrg install the lower case radeon firmware files into /usr/libdata/firmware.

radeon has different case but same name firmware files. the lower case
ones are already installed into /libdata/firmware, and to avoid having
to provide some special method to build on systems with case-preserving
file systems (such as macOS), we install the lower case ones in /usr.

this means that anyone that requires the lower case files must either
have /usr as part of the / file system, or manually keep them updated.

last part of PR#54976, though i doubt we'll try to pull up these.

this is enabled on i386, amd64 and arm64.
 1.14  12-Mar-2019  mrg remove the recently added files or added entries for what is
./usr/include/$MACHINE and automatically add it.

add sun68k for sun2/sun3. tested on about 12 platforms.

there may be more failures to figure out but this should make
them all special cases rather than always expected cases.

fortunately, most builds don't see to hit these issues for
reasons i haven't determined yet.
 1.13  09-Feb-2019  mrg separate out the arch-specific and compat-specific subdirs.
put compat stuff in NetBSD.compat.$MACHINE_ARCH, and normal
stuff in NetBSD.dist.$MACHINE/MACHINE_ARCH, etc.

probably need at at more files for sh3, mips, ppc, sparc,
m68k, arm, ia64, etc., as every port has port- or arch-
specific header subdirectory.
 1.12  08-Feb-2019  mrg add missing ./usr/include/xen
 1.11  04-Feb-2019  mrg add missing ./usr/include/dev/hdaudio (base) and ./usr/include/dev/nvmm,
./usr/include/dev/nvmm/x86 (amd64).

(perhaps we should stop 'make includes' from creating the target directory
for normal builds as this leads to mtree inconsistencies.)
 1.10  19-Jun-2015  matt branches: 1.10.16;
Rework this to auto generate the compat directories using a template
and the information from compat/archdirs.mk. Also add suport MKCOMPATTESTS
and process the NetBSD.dist.tests to generate appropriate compat directories.
 1.9  13-Dec-2014  christos Add missing include directories
 1.8  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.7  06-Nov-2013  mrg branches: 1.7.2;
add g++ subdirs for GCC 4.8.
 1.6  12-Mar-2013  christos new directories for compat npf
 1.5  18-Dec-2012  spz add entries built for MKDEBUG and MKDEBUGLIB to the set lists
Thanks to Hisashi T Fujinaka <htodd@twofifty.com> for pointing out the gap.
 1.4  09-Dec-2012  spz Make the compat libs of npf extension shared libraries go to the
compat directories instead of overwriting the arch native libs.
Also, make sure the compat directories get created. Tested on amd64.
 1.3  08-Oct-2011  mbalmer branches: 1.3.2; 1.3.4; 1.3.8;
Link the gpio(4) Lua module to the build and add it to the set lists.
(There is no manual page yet, since we have not yet decided where to put
them for Lua modules.)
 1.2  28-Apr-2010  lukem Fix MKDEBUG=yes library builds for amd64
 1.1  13-Dec-2009  mrg create /usr/lib/{i386,sparc}{,/security,/i18n} here, where they belong.
 1.3.8.3  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.8.2  23-Jun-2013  tls resync from head
 1.3.8.1  25-Feb-2013  tls resync with head
 1.3.4.2  05-Jan-2013  riz distrib/sets/lists/base/ad.mips64eb patch
distrib/sets/lists/base/ad.mips64el patch
distrib/sets/lists/base/md.amd64 patch
distrib/sets/lists/base/md.sparc64 patch
distrib/sets/lists/comp/ad.mips64eb patch
distrib/sets/lists/comp/ad.mips64el patch
distrib/sets/lists/comp/md.amd64 patch
distrib/sets/lists/comp/md.sparc64 patch
distrib/sets/lists/comp/mi patch
distrib/sets/lists/comp/shl.mi patch
etc/mtree/NetBSD.dist.mips64eb patch
etc/mtree/NetBSD.dist.mips64el patch
etc/mtree/NetBSD.dist.sparc64 patch
etc/mtree/NetBSD.dist.x86_64 patch

Fix MKDEBUG/MKDEBUGLIB set lists. PR bin/47337.
[spz, ticket #760]
 1.3.4.1  13-Dec-2012  riz Pull up following revision(s) (requested by rmind in ticket #743):
distrib/sets/lists/base/md.sparc64: revision 1.170
distrib/sets/lists/base/ad.mips64eb: revision 1.105
etc/mtree/NetBSD.dist.sparc64: revision 1.4
etc/mtree/NetBSD.dist.x86_64: revision 1.4
distrib/sets/lists/base/ad.mips64el: revision 1.105
lib/npf/ext_log/Makefile: revision 1.2
etc/mtree/NetBSD.dist.mips64eb: revision 1.4
distrib/sets/lists/base/md.amd64: revision 1.181
etc/mtree/NetBSD.dist.mips64el: revision 1.5
lib/npf/ext_normalise/Makefile: revision 1.2
Make the compat libs of npf extension shared libraries go to the
compat directories instead of overwriting the arch native libs.
Also, make sure the compat directories get created. Tested on amd64.
 1.3.2.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.2.2  23-Jan-2013  yamt sync with head
 1.3.2.1  16-Jan-2013  yamt sync with (a bit old) head
 1.7.2.1  10-Aug-2014  tls Rebase.
 1.10.16.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed