summaryrefslogtreecommitdiff
path: root/etc/mtree/NetBSD.dist.base
AgeCommit message (Collapse)Author
2023-05-26Revert "openssl: Nix build goo for dynamically loaded engines."riastradh
Turns out there is a regression lurking here: the devcrypto engine was made dynamic-only (https://github.com/openssl/openssl/pull/7859), so to maintain that functionality, we need to build dynamic engines. Will fix the aarch64 build issue and wire things up separately.
2023-05-26openssl: Nix build goo for dynamically loaded engines.riastradh
- Engines are deprecated in openssl 3. - We never actually had the .so engines wired up to be built in openssl 1.1, and judging by the lack of obsolete entries in the set lists, I don't think we ever had them wired up to be built at all.
2023-05-10new openssl directorieschristos
2023-04-16Resolve conflicts for lua 5.4.4 import.nikita
Adjust various files for lua 5.4.4.
2022-06-12Add luna68k specific section 4 man pages.tsutsui
Taken from mostly OpenBSD/luna88k and partially NetBSD/hp300.
2022-06-06build system: Revert all the recent additions of MK[...] knobs thatnia
allow conditionally disabling the building of certain user space programs in the 'base' set. There is not enough consensus that this is the right way and a few people had strong objections, see source-changes-d@.
2022-05-25mk: Allow setting MKDHCPD=no to build base without the ISC DHCP server,nia
useful for embedded images that don't need to act as one.
2022-05-15create ./usr/libdata/firmware/radeon same as the non-/usr versionmrg
should fix builds for non x86/arm64.
2022-03-06add named plugins directory.christos
2022-01-22lib/librefuse: Implement FUSE session API and its signal handling functionalitypho
2021-12-13Add newer nouveau firmware build goomaya
Symlinks inferred from linux-firmware/WHENCE and compared to a linux distro's firmware. Note: said linux distro appears to have some mistakes compared to the linux-firmware repo in linking ucode_unload.bin to unload_bl.bin and vice versa in some places. I didn't replicate this aspect, and lack the hardware to test it.
2021-12-12Add amdgpu firmware build goo (disabled)maya
2021-09-16Move the sanitizer libraries from 9.0.0 -> 13.0.0 to match our current clangchristos
version.
2021-08-16install experimental/* and ext/opt_random.h. they're expected tomrg
be there (and the latter was removed by accident.) regen for everyone (also picks up missing tgmath.h for many ports.) fixes build of pkgsrc/databases/mongodb for me.
2021-05-30Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9joerg
This enables the use of modules for a significant build performance gain when building with clang as host compiler or when using HAVE_LLVM=yes. Switch libc++ to using the copy from the mono-repo.
2021-04-12create the gcc-10 subdirs, and don't create the gcc-8 ones.mrg
2021-03-31add named plugin dirchristos
2021-01-17lint: install custom stdbool.h, used for strict bool moderillig
2021-01-16lint: remove custom stdbool.h for strict bool mode againrillig
Adding it broke the official builds.
2021-01-16add directory /usr/libdata/lint/strict-boolrillig
This is needed for usr.bin/xlint/xlint.
2020-11-23Add /dev/pts as standard mountpoint for a ptyfs.martin
2020-11-11Add /var/games/warpchristos
2020-11-10Reintroduce the support of MKCATPAGESkamil
Requested by <mrg>
2020-11-10+ ./usr/share/games/warpkamil
2020-11-09Remove the catman directorieskamil
No longer relevant after the MKCATPAGES removal.
2020-10-24Register the usr/share/gdb dirkamil
2020-09-09add new /usr/include/g++/pstl for GCC 9.mrg
2020-09-06obsolete gcc-7 dirs. add gcc-9 dirs.mrg
2020-07-22Note the new resolvconf filesroy
2020-07-03Add /var/db/dhcpcd backroy
2020-06-22Add missing ./usr/share/installboot/evbmips.rin
2020-06-15Rename blacklist -> blocklistchristos
2020-05-31dhcpcd: Empty the chrootroy
While here, set correct optional hooks.
2020-05-30Make libuv private, requested by joerg@christos
2020-05-24Add libuvchristos
2020-05-13smbfs has been removed.nakayama
2020-05-01Add a place for the debug modules.christos
2020-04-02Add chroot support for dhcpcdroy
2020-03-29Add rpcapd exampleschristos
2020-03-03Extra directories for fido and cborchristos
2020-02-07Install LLVM sanitizers to /usr/lib/clang/9.0.0kamil
This is the proper location where clang 9.0.0 looks for them.
2020-01-19Remove filemon(4).riastradh
Discussed on tech-kern: https://mail-index.NetBSD.org/tech-kern/2020/01/13/msg025938.html This was never (intentionally) enabled by default, and the design has some shortcomings. You can get mostly the same results with ktrace, as in usr.bin/make/filemon/filemon_ktrace.c which is now used instead of filemon for make's meta mode. If applications require higher performance than ktrace, or nesting that ktrace doesn't support, we might consider adding something back into the vfs system calls themselves, without hijacking the syscall table. (Might want a more reliable output format too, e.g. one that can handle newlines in file names.)
2019-12-23Revert the removal of filemon.maxv
2019-12-18Remove obsolete mtree entry of usr/share/examples/supfileskamil
2019-12-18Retire filemon, discussed on tech-kern@.maxv
2019-11-20Add opencrypto driver for Intel QuickAssist.hikaru
2019-11-11Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)joerg
2019-10-03add gcc-8 dirs, remove gcc-6 dirs.mrg
2019-08-14Add LLVM sanitizers in the MKLLVM=yes buildkamil
Enable in all the supported variations for NetBSD/amd64: - Address Sanitizer - Thread Sanitizer - Memory Sanitizer - Undefined Behavior Sanitizer - SafeStack - libFuzzer - XRay This change enables the features on amd64 for start.
2019-08-02Change uname and gname to sync with etc/mtree/special.nakayama
It was missing in rev 1.195 changes.