| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-04 | libbsdmalloc: Bump shlib minor. | riastradh | |
| New symbols, new minor. XXX pullup-10 | |||
| 2023-06-21 | Looks like this debug library disappeared with the new heimdal. Mark | pgoyette | |
| it obsolete to fix the MKDEBUGLIB build. | |||
| 2023-06-16 | mark some openssl 1.1 files as obsolete with openssl 3 | wiz | |
| 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 | ld.elf_so: Fix missing tab in debug/shl.mi in last change. | riastradh | |
| XXX pullup-10 | |||
| 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 extern dynamic TLS too. | riastradh | |
| XXX pullup-10 | |||
| 2023-05-31 | ld.elf_so: Fix set lists for MKDEBUG=yes builds with t_tls_extern. | riastradh | |
| XXX pullup-10 | |||
| 2023-05-24 | obsolete mkstr(1) and xstr(1) | lukem | |
| These were only used on PDP-11 for two programs we don't ship, and have been obsolete since the VAX days. xstr never worked in the build.sh cross-build environment (22 years), or parallel make environment (nearly 28 years), didn't work in the orignal 386bsd import, and has never been needed in NetBSD as we don't have the older BSD programs (pascal, pre-nvi ex) that needed mkstr/xstr on PDP-11. PR toolchain/35964 | |||
| 2023-05-10 | update the sets for OpenSSL-3.x | christos | |
| 2023-05-07 | RISC-V support that works on QEMU with a single hart. | skrll | |
| Thanks for Simon Burge for plic(4). | |||
| 2023-04-21 | Add new test t_open_pr_57260 | gutteridge | |
| New test case that reflects the fix in PR kern/57260. The majority of work for this case itself was by riastradh@, who'd supplied the basis for it in the ticket, and provided further guidance. | |||
| 2023-04-16 | Resolve conflicts for lua 5.4.4 import. | nikita | |
| Adjust various files for lua 5.4.4. | |||
| 2023-04-11 | aarch64: Build drm modules. | riastradh | |
| 2023-03-23 | libm: Bump minor for new long double transcendental functions. | riastradh | |
| XXX Still missing: remquol, remainderl. | |||
| 2023-02-08 | bump libcrypto minor | christos | |
| 2023-01-30 | add t_strchrnul | christos | |
| 2022-12-27 | Fix debug set list for old (default) binutils | wiz | |
| 2022-12-26 | make gnu ctf needed for all new binutils. | christos | |
| 2022-12-24 | fix sets for binutils 2.39 | christos | |
| 2022-12-20 | Missed the compat_netbsd32_100 stuff in previous commit | pgoyette | |
| 2022-12-20 | add compat_100 module setlist entries | jakllsch | |
| 2022-12-03 | Split the BMP280 / BME280 driver into common code and create I2C and | brad | |
| SPI attachments. | |||
| 2022-11-30 | tests: build and install t_ip_reass.c | ozaki-r | |
| 2022-11-22 | Fix h_lualibm debug set lists. | jakllsch | |
| 2022-11-21 | lua libm API from Phil Rulon | christos | |
| 2022-11-21 | A driver for the Bosch BMP280 / BME280 temperature, humidity and | brad | |
| atmospheric pressure sensor. This is an inexpensive to moderately expensive chip available from a large number of places. The driver supports all aspects of the two chips, except for the repeating read mode which would allow for sub-second queries, such as fall detection or perhaps even as an altimeter. This driver also only supports the I2C interface and not the SPI interface. The BME280, the one with humidity, is not fully tested at this point, awaiting upon a breakout board and may not show proper humidity. | |||
| 2022-11-17 | A driver for the Aosong AHT20 temperature and humidity sensor. While | brad | |
| slow for an I2C sensor it is inexpensive and should work well enough in most indoor conditions. All features of the chip are supported. | |||
| 2022-11-17 | tests: build and install added test files | ozaki-r | |
| 2022-11-04 | tests: add tests for invalid extra operations on a shutdown socket | ozaki-r | |
| The tests cover some error paths that normally happen. | |||
| 2022-10-05 | bump libssh for OpenSSH-9.1 | christos | |
| 2022-09-24 | bump libmagic | christos | |
| 2022-09-23 | bump bind libraries | christos | |
| 2022-08-28 | fix sets | christos | |
| 2022-08-27 | Add sincos{,f,l} from FreeBSD | christos | |
| 2022-07-31 | Move libisns to /lib to allow /sbin/iscsid to work without /usr being | mlelstv | |
| mounted. | |||
| 2022-07-28 | drm: Hook up the drmkms modules to the build. | riastradh | |
| 2022-07-28 | Revert editor mishap in r1.10 | martin | |
| 2022-07-28 | And, we're not ready for 10.0 yet, so remove a couple premature lines! | pgoyette | |
| Thanks, Rin! | |||
| 2022-07-28 | remove duplicate entry and blank line that crept in from somewhere. | pgoyette | |
| 2022-07-27 | Oopppss, /usr has no `e' :) | pgoyette | |
| 2022-07-27 | Include debug files for new amdgpu modules | pgoyette | |
| 2022-06-06 | build system: Revert all the recent additions of MK[...] knobs that | nia | |
| 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-06-04 | Add sets-lists entries for the new combined midi_seq module | pgoyette | |
