aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile
Commit message (Expand)AuthorAgeFilesLines
* sys/cdefs.h: move __BEGIN_DECLS/__END_DECLS into a helper sys/_decls.hKonstantin Belousov2026-05-101-0/+1
* tools/build/Makefile: Always add md4.h to SYSINCSLexi Winter2026-04-091-2/+0
* cross-build: Provide mempcpy when building on macOSJessica Clarke2026-03-231-0/+3
* build: add stddef.h to define ptraddr_t as requiredBrooks Davis2026-02-191-0/+3
* cross-build: Avoid adding <sys/cdefs.h> to SYSINCSAyrton Munoz2025-12-291-0/+2
* tools.build: also add sys/_visible.h to SYSINCSDimitry Andric2025-12-261-0/+1
* tools.build: add sys/cdefs.h to SYSINCS, since lots of other headers use itDimitry Andric2025-12-261-0/+4
* Use install instead of cp to copy bootstrap toolsDag-Erling Smørgrav2025-11-151-1/+1
* tools/build: Bring in stdckdint.h if neededMark Johnston2025-10-081-0/+4
* flua: support our flua modules in the bootstrap fluaKyle Evans2025-10-041-0/+1
* Revert "flua: support our flua modules in the bootstrap flua"Kyle Evans2025-10-041-1/+0
* flua: support our flua modules in the bootstrap fluaKyle Evans2025-10-031-0/+1
* build: remove certctl requirement for host OpenSSL libs on macOSKyle Evans2025-08-191-0/+1
* tools/build: Provide extra headers on non-FreeBSDJessica Clarke2025-06-161-0/+6
* Makefile: Hook MIT KRB5 into the buildCy Schubert2025-06-161-0/+64
* cross-build: Provide real fflagstostr/strtofflags on LinuxJessica Clarke2025-05-061-2/+5
* nv: Add <sys/_nv.h> header for nvlist_t declarationJohn Baldwin2024-12-301-0/+1
* cross-build: fix missing <sys/md4.h> the proper wayKyle Evans2024-10-181-0/+4
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* build: only inspect the first word of toolchain toolsKyle Evans2024-01-091-3/+3
* Make kldxref a bootstrap tool and use unconditionallyJessica Clarke2023-12-131-0/+2
* tools/build: Provide sys/linker_set.h when cross-buildingJessica Clarke2023-12-131-0/+4
* tools/build: Support building with glibc 2.38Andrew Turner2023-10-201-2/+8
* Add support for host32 for DIRDEPS_BUILDSimon J. Gerraty2023-09-231-0/+2
* kbdcontrol: Support building as a bootstrap tool on old and non-FreeBSDJessica Clarke2023-08-221-0/+2
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* tools/build: Work around broken Clang FreeBSD resource dir logic pre-13Jessica Clarke2023-07-311-5/+16
* tools/build: Create toolchain symlinks for non-absolute compiler/linkerJessica Clarke2023-07-271-1/+26
* tools/build: Tidy up whitespace and comments, and delete duplicate codeJessica Clarke2023-07-251-8/+8
* We do not need readpassphrase from opensshSimon J. Gerraty2023-04-241-11/+0
* Enable building tar for non-FreeBSD hostSimon J. Gerraty2023-04-241-0/+12
* Allow tools/build to work for DIRDEPS_BUILDSimon J. Gerraty2023-04-221-0/+4
* cross-build: Add secure_getenv() for MacOS cross buildsMark Johnston2023-03-301-2/+8
* libcasper: Move helper libraries from /lib/casper to /lib.John Baldwin2023-03-291-1/+0
* build: glibc on Linux defines explicit_bzero in <string.h>.John Baldwin2023-03-271-1/+1
* tools/build: Hide spurious errors if sys/stat.h does not existEd Maste2023-03-021-0/+4
* tools/build: Always bootstrap (sys/)bitstring.hBrooks Davis2023-01-091-5/+5
* tools/build: Provide fls* when cross-building on LinuxJessica Clarke2022-08-181-0/+2
* tools/build: Provide FreeBSD's bitstring API when cross-buildingJessica Clarke2022-08-181-0/+9
* namespace nv names, version libnv and libnvpair library symbolsReid Linnemann2022-07-211-1/+1
* ctf: Import ctf.h from OpenBSDMark Johnston2022-03-071-0/+1
* tools/build: Fix the error message used when a host tool is not presentMark Johnston2022-01-261-1/+1
* Remove quotes around Makefile .error/.warn/.info stringsEd Maste2022-01-221-1/+1
* tools: Also create ${WORLDTMP}/legacy/usr/libdata/pkgonfigJessica Clarke2021-12-061-0/+1
* Fix cross-building on Linux/aarch64Kyle Evans2021-10-181-0/+3
* Support bootstrapping from Linux/ppc*Justin Hibbits2021-09-041-0/+2
* truncate(1): Fix cross-build CI failure due to missing fspacectlKa Ho Ng2021-08-241-0/+5
* Fix BUILD_WITH_STRICT_TMPPATH build after adding time to ITOOLSAlex Richardson2021-08-021-2/+2
* tools/build: Improve host-symlinks failure modeJessica Clarke2021-03-201-1/+2
* Fix bootstrap tools build on macOS after 02af91c52e71e8a0f47251e637c9687f35d4...Alex Richardson2021-02-171-2/+5