History log of /netbsd/lib/Makefile (Results 1 – 25 of 295)
Revision Date Author Comments
# b906a268 17-Jun-2023 christos <christos@NetBSD.org>

Include the OpenSSL Makefile fragment so that build_install works on each
OpenSSL subdirectory.


# 370af420 30-May-2022 rin <rin@NetBSD.org>

Introduce libc_aligned.so for evbppc-powerpc32, which provides
strictly-aligned versions of memcmp(3), bcopy(3), memcpy(3), and
memmove(3).

This is used for 403 by ld.so.conf with machdep.no_unalign

Introduce libc_aligned.so for evbppc-powerpc32, which provides
strictly-aligned versions of memcmp(3), bcopy(3), memcpy(3), and
memmove(3).

This is used for 403 by ld.so.conf with machdep.no_unaligned variable.

With this library, unaligned memory accesses are significantly reduced
for 403 (from several hundreds to few tens per sec under heavy load);
only ld.elf_so (typically few times per fork) and statically-linked
binaries do such access.

show more ...


# 43ad3a20 22-Nov-2021 nia <nia@NetBSD.org>

cgdconfig(8): Add an argon2id password-based key generation method

This provides an extra level of side-channel and cracking resistance
compared to the pre-existing pkcs5_pbkdf2/sha1 method used for

cgdconfig(8): Add an argon2id password-based key generation method

This provides an extra level of side-channel and cracking resistance
compared to the pre-existing pkcs5_pbkdf2/sha1 method used for
password-based disk encryption.

Several new keygen parameters are supported:

memory (integer, in kilobytes)
parallelism (integer, usually the number of CPU cores)
version (integer, usually 19...)

We do our best to calibrate these automatically when the paramsfile
is initially generated.

lgtm riastradh@

show more ...


# 9230fe1a 25-Apr-2021 christos <christos@NetBSD.org>

Use ${MACHINE_MIPS64}


# 7f7fd328 09-Apr-2021 jkoshy <jkoshy@NetBSD.org>

Avoid duplicate directory traversals when building Elftoolchain sources.


# 6f0be88b 08-Apr-2021 jkoshy <jkoshy@NetBSD.org>

Redo r1.288: traverse the complete imported Elftoolchain tree during a build.


# d1e376ba 06-Apr-2021 jkoshy <jkoshy@NetBSD.org>

Attempt to unbreak the build by reverting r1.288.


# 969bd8d3 06-Apr-2021 jkoshy <jkoshy@NetBSD.org>

Traverse the complete imported Elftoolchain tree during a build.


# 8afe193a 07-Mar-2021 christos <christos@NetBSD.org>

Add blocklist support to libwrap which enables all programs using libwrap
to block access from hosts we deny. (libwrap support from Greg A. Woods)


# d015ce47 29-Oct-2020 nia <nia@NetBSD.org>

lib: Move sqlite, since it depends on libm


# d4bcf663 26-Sep-2020 jmcneill <jmcneill@NetBSD.org>

Add HAVE_NVMM and use it to control the build of NVMM related components.
Defined to "yes" on amd64, "no" everywhere else.


# c43fc84b 15-Jun-2020 christos <christos@NetBSD.org>

Rename blacklist -> blocklist


# f3e59fbe 24-May-2020 christos <christos@NetBSD.org>

Add libuv


# 0d0ed960 04-Apr-2020 christos <christos@NetBSD.org>

remove smbfs


# 1a06dac6 18-Mar-2020 tnn <tnn@NetBSD.org>

libp2k still needs to be under MKRUMP


# 0e9f125f 17-Mar-2020 christos <christos@NetBSD.org>

pam and tpm have nothing to do with rump, so limit them to the libraries that
need MKRUMP. (from Tobias Nygren)


# 4090c420 03-Mar-2020 christos <christos@NetBSD.org>

move the pam module after the trench where pam is being build


# ac63eeac 03-Mar-2020 rin <rin@NetBSD.org>

Comment that libpam depends on libssh.


# a372a7e7 03-Mar-2020 christos <christos@NetBSD.org>

Move libpam to the next trench since it depends on ssh


# 968b27c1 03-Mar-2020 riastradh <riastradh@NetBSD.org>

Remove unfinished hack I accidentally committed in 2017.

This caused make to unconditionally take ages running useless
submakes in every subdirectory. Accidentally committed during the
MKCRYPTO opt

Remove unfinished hack I accidentally committed in 2017.

This caused make to unconditionally take ages running useless
submakes in every subdirectory. Accidentally committed during the
MKCRYPTO option removal when I was presumably experimenting with
automating library dependency generation in lib.

Should shave a few seconds at least off every build!

show more ...


# fd419198 03-Mar-2020 christos <christos@NetBSD.org>

Add libcbor, libfido2


# 4fc08710 18-Dec-2019 christos <christos@NetBSD.org>

move file/lib after xz


# 918c74ea 11-Nov-2019 joerg <joerg@NetBSD.org>

Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)


# b5ae11f2 23-Aug-2019 mrg <mrg@NetBSD.org>

fix MKCXX=no:
- don't build GDB
- don't build sanitizers
- don't build GCC commands
- fix some set lists


# ce85aeb3 10-May-2019 nakayama <nakayama@NetBSD.org>

Don't build compat LLVM PIC libraries since it is unused if MKCOMPATX11 == "no".


12345678910>>...12