| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-08 | fix typo | christos | |
| 2023-07-08 | Document how system call versioning is done. From this summer's compat-linux | christos | |
| GSoC, by Theodore Preduta. | |||
| 2023-07-07 | tests/lint: merge duplicate tests for C11 _Atomic | rillig | |
| 2023-07-05 | tests/libexec/ld.elf_so: Fix helper library makefiles. | riastradh | |
| 1. Consolidate logic into a single helper.mk to reduce duplication. 2. Set NO* variables, not MK* variables which are reserved for user. 3. Avoid eager X!= in favour of lazy ${X:sh}. 4. Mark _g.a set list entries obsolete. Never should've been built! PR misc/57462 | |||
| 2023-07-05 | tests/lint: add platform-specific tests for troublesome pointer casts | rillig | |
| 2023-07-05 | Install a copy of dhcpcd.conf under /usr/share/examples | gutteridge | |
| Addresses PR bin/57487 from Taylor R Campbell. | |||
| 2023-07-04 | libbsdmalloc: New man page. | riastradh | |
| XXX pullup-10 | |||
| 2023-07-04 | libbsdmalloc: Bump shlib minor. | riastradh | |
| New symbols, new minor. XXX pullup-10 | |||
| 2023-07-03 | tests/lint: move platform-specific query tests to separate files | rillig | |
| This fixes the tests on 'unsigned char' platforms. Thanks martin@ for the notification. | |||
| 2023-07-02 | lint: add initial support for C23 | rillig | |
| Required by xsrc/external/mit/MesaLib.old, brw_eu_validate.c, which initializes a struct using empty braces: 'return (struct string){};'. | |||
| 2023-06-30 | Add npflog.4 to sets | gutteridge | |
| 2023-06-21 | Looks like this debug library disappeared with the new heimdal. Mark | pgoyette | |
| it obsolete to fix the MKDEBUGLIB build. | |||
| 2023-06-20 | install pkg-config file for libedit | wiz | |
| version number matches portable libedit --cflags output matches portable libedit, since users probably want the readline interface | |||
| 2023-06-20 | Obsolete ati_drv.so.19 and add .22 in the other md.* files affected | martin | |
| by the recentish X update. | |||
| 2023-06-20 | update for fontconfig 2.14.2. | mrg | |
| 2023-06-19 | updates for xf86-video-ati 22.0.0. | mrg | |
| 2023-06-16 | indent: merge lexer symbols for type in/outside parentheses | rillig | |
| 2023-06-16 | add missing 'obsolete' keyword | wiz | |
| 2023-06-16 | mark some openssl 1.1 files as obsolete with openssl 3 | wiz | |
| 2023-06-16 | tests/make: add test for multiple-inclusion guards | rillig | |
| 2023-06-16 | tests/make: clean up tests for the ':M' and ':S' modifiers | rillig | |
| 2023-06-14 | Remove redundant variable assignment | gutteridge | |
| (Someone may want to define MAKEDEVTARGETS differently than is done at present, but that would be a different change.) | |||
| 2023-06-14 | indent: merge parser symbols for stmt and stmt_list | rillig | |
| They were handled in exactly the same way. | |||
| 2023-06-12 | Remove redundant variable assignment | gutteridge | |
| It got clobbered by another assignment later, and this has been the case since r. 1.1 of the file. | |||
| 2023-06-10 | sets: enhance MAKEVERBOSE support | lukem | |
| Add more messages for various sets operations. Add ${_MKMSG_CREATE} to bsd.own.mk. Enhance maketars to be a bit more verbose even with -q, to make it more obvious why certain operations may be slow. May help debugging PR 47562. | |||
| 2023-06-10 | maketars: add comments for skipped mtree keywords | lukem | |
| Reorder skipkeys alphabetically and add comment explaining the purpose and why sha256 is not part of the variable. | |||
| 2023-06-09 | Add bpf to the device nodes provided in the evbmips ramdisk | gutteridge | |
| Intended to address an issue noted by Denis Ovsienko on port-mips, where dhcpcd doesn't work with the netbsd-INSTALL_OCTEON kernel. (I am not able to test this directly, but verified by mounting the ramdisk images generated before and after this change.) | |||
| 2023-06-09 | Alignment nit. | simonb | |
| 2023-06-08 | Revert previous, I missed an update... | kre | |
| 2023-06-08 | lua is currently building liblua.so.6.0 not ...6.1 | kre | |
| 2023-06-08 | distrib: lua minor version bump | nikita | |
| 2023-06-06 | Fix markup of libh_ MKDEBUGLIB=yes only files | martin | |
| 2023-06-06 | Fix MKDEBUGLIB build by adding these installed files to the debug | pgoyette | |
| set list. XXX One could argue that these files are not of any use, so why install them? I don't have a good argument either way, and this is (for now) a simple work-around for PR bin/57455 Please feel free to commit a different fix to avoid installing these files at all. | |||
| 2023-06-03 | mkvars.mk: sort MKEXTRAVARS and remove dupes | lukem | |
| Sort MKEXTRAVARS. Remove obsolete MKBFD. Remove entries already in <bsd.own.mk> _MKVARS.no or _MKVARS.yes: MKCOMPATTESTS MKDTC MKDYNAMICROOT MKFIRMWARE MKMANZ MKRADEONFIRMWARE MKSLJIT MKSOFTFLOAT MKXORG_SERVER Sorted output of comparing "before" and "after" is identical besides those variables listed above. | |||
| 2023-06-03 | fix typo xbase-obsolet -> xbase-obsolete. | andvar | |
| 2023-06-03 | ld.elf_so: Fix missing tab in debug/shl.mi in last change. | riastradh | |
| XXX pullup-10 | |||
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem | |
| Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler. GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name. | |||
| 2023-06-02 | ld.elf_so: Test dynamic-then-static abuse via ctor. | riastradh | |
| XXX pullup-10 | |||
| 2023-06-02 | ld.elf_so: Test another edge case of mismatched TLS models. | riastradh | |
| One library defines a symbol and _doesn't_ use it, so it has no indication of whether the symbol is for static TLS or dynamic TLS, and then two other libraries use it in different ways. XXX pullup-10 | |||
| 2023-06-02 | ld.elf_so: Add new files to debug/shl.mi. | riastradh | |
| XXX pullup-10 | |||
| 2023-06-02 | Add recent ld.elf_so test helpers debug info | martin | |
| 2023-06-01 | ld.elf_so: Test TLS abuse of static def, dynamic use and vice versa. | riastradh | |
| XXX pullup-10 | |||
| 2023-06-01 | ld.elf_so: Test extern dynamic TLS too. | riastradh | |
| XXX pullup-10 | |||
| 2023-06-01 | tests/make: clean up comments, extend a few tests | rillig | |
| 2023-05-31 | new openssl man pages | christos | |
| 2023-05-31 | ld.elf_so: Fix set lists for MKDEBUG=yes builds with t_tls_extern. | riastradh | |
| XXX pullup-10 | |||
| 2023-05-31 | ld.elf_so: New test for extern initial-exec TLS, PR toolchain/50277. | riastradh | |
| XXX pullup-10 | |||
| 2023-05-27 | openssl: Add missing sparc compat openssl engines to set list. | riastradh | |
| 2023-05-27 | openssl: Nix capi.so engine -- it's for the Windows crypto API. | riastradh | |
| Not likely to work in NetBSD base! | |||
| 2023-05-27 | openssl: Fix typo in mips set list. | riastradh | |
