summaryrefslogtreecommitdiff
path: root/distrib/sets/lists/debug
AgeCommit message (Collapse)Author
2023-07-05tests/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-04libbsdmalloc: Bump shlib minor.riastradh
New symbols, new minor. XXX pullup-10
2023-06-21Looks like this debug library disappeared with the new heimdal. Markpgoyette
it obsolete to fix the MKDEBUGLIB build.
2023-06-16mark some openssl 1.1 files as obsolete with openssl 3wiz
2023-06-08distrib: lua minor version bumpnikita
2023-06-06Fix markup of libh_ MKDEBUGLIB=yes only filesmartin
2023-06-06Fix MKDEBUGLIB build by adding these installed files to the debugpgoyette
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-03ld.elf_so: Fix missing tab in debug/shl.mi in last change.riastradh
XXX pullup-10
2023-06-02ld.elf_so: Test dynamic-then-static abuse via ctor.riastradh
XXX pullup-10
2023-06-02ld.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-02ld.elf_so: Add new files to debug/shl.mi.riastradh
XXX pullup-10
2023-06-02Add recent ld.elf_so test helpers debug infomartin
2023-06-01ld.elf_so: Test extern dynamic TLS too.riastradh
XXX pullup-10
2023-05-31ld.elf_so: Fix set lists for MKDEBUG=yes builds with t_tls_extern.riastradh
XXX pullup-10
2023-05-24obsolete 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-10update the sets for OpenSSL-3.xchristos
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
Thanks for Simon Burge for plic(4).
2023-04-21Add new test t_open_pr_57260gutteridge
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-16Resolve conflicts for lua 5.4.4 import.nikita
Adjust various files for lua 5.4.4.
2023-04-11aarch64: Build drm modules.riastradh
2023-03-23libm: Bump minor for new long double transcendental functions.riastradh
XXX Still missing: remquol, remainderl.
2023-02-08bump libcrypto minorchristos
2023-01-30add t_strchrnulchristos
2022-12-27Fix debug set list for old (default) binutilswiz
2022-12-26make gnu ctf needed for all new binutils.christos
2022-12-24fix sets for binutils 2.39christos
2022-12-20Missed the compat_netbsd32_100 stuff in previous commitpgoyette
2022-12-20add compat_100 module setlist entriesjakllsch
2022-12-03Split the BMP280 / BME280 driver into common code and create I2C andbrad
SPI attachments.
2022-11-30tests: build and install t_ip_reass.cozaki-r
2022-11-22Fix h_lualibm debug set lists.jakllsch
2022-11-21lua libm API from Phil Rulonchristos
2022-11-21A driver for the Bosch BMP280 / BME280 temperature, humidity andbrad
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-17A driver for the Aosong AHT20 temperature and humidity sensor. Whilebrad
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-17tests: build and install added test filesozaki-r
2022-11-04tests: add tests for invalid extra operations on a shutdown socketozaki-r
The tests cover some error paths that normally happen.
2022-10-05bump libssh for OpenSSH-9.1christos
2022-09-24bump libmagicchristos
2022-09-23bump bind librarieschristos
2022-08-28fix setschristos
2022-08-27Add sincos{,f,l} from FreeBSDchristos
2022-07-31Move libisns to /lib to allow /sbin/iscsid to work without /usr beingmlelstv
mounted.
2022-07-28drm: Hook up the drmkms modules to the build.riastradh
2022-07-28Revert editor mishap in r1.10martin
2022-07-28And, we're not ready for 10.0 yet, so remove a couple premature lines!pgoyette
Thanks, Rin!
2022-07-28remove duplicate entry and blank line that crept in from somewhere.pgoyette
2022-07-27Oopppss, /usr has no `e' :)pgoyette
2022-07-27Include debug files for new amdgpu modulespgoyette
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-06-04Add sets-lists entries for the new combined midi_seq modulepgoyette