Follow-up r325329: Store all WORLDTMP objects back in the same directory.This still keeps the reduced MAKEOBJDIRPREFIX (SRCTOP) redundancyremoved in the OBJDIR, but now keeps all early phase objec
Follow-up r325329: Store all WORLDTMP objects back in the same directory.This still keeps the reduced MAKEOBJDIRPREFIX (SRCTOP) redundancyremoved in the OBJDIR, but now keeps all early phase objectsin the same directory rather than split per phase.The problem of splitting per phase is that later phases want to link inlibraries from earlier phases and base their location on ${OBJTOP}.Pointyhat to: bdreweryReported by: mjoras, Mark MillardSponsored by: Dell EMC Isilon
show more ...
Reduce MAKEOBJDIRPREFIX path spam by specifying a direct objdir to use.Sponsored by: Dell EMC Isilon
Disconnect libpathconv tests since they require external perl and do not work with kyua.This reverts r325192 and is due to libpathconv being connected in r325186.Reported by: ngieSponsored by: D
Disconnect libpathconv tests since they require external perl and do not work with kyua.This reverts r325192 and is due to libpathconv being connected in r325186.Reported by: ngieSponsored by: Dell EMC Isilon
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Properly connect tests.Sponsored by: Dell EMC Isilon
Provide clang-rt for the clang toolchain as well.Sponsored by: Dell EMC Isilon
libdevdctl tests require an external port.Sponsored by: Dell EMC Isilon
Chase r315223: Disconnect ipftest/ipresendSponsored by: Dell EMC Isilon
DIRDEPS_BUILD: libgcc now depends on MK_LLVM_LIBUNWINDThe dependency on gnu/lib/libgcc or lib/libgcc* is determinedat 'make dirdeps' time.Sponsored by: Dell EMC Isilon
Use more clear SRCTOP here.Sponsored by: Dell EMC Isilon
clean up remnants of removed GPL softwaresend-pr r267486texinfo r276551ranlib r286332sdiff r298823rcs r307351diff r317209
Remove additional groff leftovers (r319664)
Whack procctl(8)It was supposed to provide a recovery mechanism against bugs in procfs'slong deprecated tracing capabilities.Remove the tool as a prerequisite to axing the kernel side.The trac
Whack procctl(8)It was supposed to provide a recovery mechanism against bugs in procfs'slong deprecated tracing capabilities.Remove the tool as a prerequisite to axing the kernel side.The tracing facility to use is ptrace(2).MFC after: 2 weeks
Deorbit catman. The tradeoff of disk for performance has long since tippedin favor of just rendering the manpage instead of relying on pre-formattedcatpages. Note, this does not impede the ability
Deorbit catman. The tradeoff of disk for performance has long since tippedin favor of just rendering the manpage instead of relying on pre-formattedcatpages. Note, this does not impede the ability to use existing catpages,it just removes the utility to generate them.Reviewed by: imp, allanjudeApproved by: emaste (mentor)Differential Revision: https://reviews.freebsd.org/D12317
Update targets/pseudo/tests/Makefile.depend after recent additions/subtractionsfrom the FreeBSD test suite.MFC after: 3 daysMFC with: r316603
pfctl parser testsCopy the most important test cases from OpenBSD's correspondingsrc/regress/sbin/pfctl, those that run pfctl on a test input file and checkcorrectness of its output. We have also
pfctl parser testsCopy the most important test cases from OpenBSD's correspondingsrc/regress/sbin/pfctl, those that run pfctl on a test input file and checkcorrectness of its output. We have also added some new tests using the sameformat.The tests consist of a collection of input files (pf*.in) andcorresponding output files (pf*.ok). We run pfctl -nv on the inputfiles and check that the output matches the output files. If anydiscrepancy is discovered during future development in the sourcetree, we know that a regression bug has been introduced into the tree.Submitted by: paggasSponsored by: Google, Inc (GSoC 2017)Differential Revision: https://reviews.freebsd.org/D11322
DIRDEPS_BUILD: Connect more libraries.Sponsored by: Dell EMC Isilon
Follow-up r318881: Disconnect groff documents.
buildworld: Pass which world phase the build is in down to submakes.This is useful for having directories behave differently dependingon the phase - such as enabling SUBDIR_PARALLEL or disablingr
buildworld: Pass which world phase the build is in down to submakes.This is useful for having directories behave differently dependingon the phase - such as enabling SUBDIR_PARALLEL or disablingredundant building of library directories already done byearlier 'make _libraries'.Sponsored by: Dell EMC Isilon
Enable llvm-objdump by default per r310775
Remove MK_MANDOCDB option missed in r315057
META_MODE: add additional reachover relative paths to DIRDEPS_BUILDThese additional entries are being added, after their addition to thesource tree.MFC after: 2 monthsSponsored by: Dell EMC Isi
META_MODE: add additional reachover relative paths to DIRDEPS_BUILDThese additional entries are being added, after their addition to thesource tree.MFC after: 2 monthsSponsored by: Dell EMC Isilon
pwait: Add a -t flag to specify a timeout before exiting, and tests.The exit status will be 124, as the timeout(1) utility uses.Reviewed by: jillesMFC after: 2 weeksDifferential Revision: https
pwait: Add a -t flag to specify a timeout before exiting, and tests.The exit status will be 124, as the timeout(1) utility uses.Reviewed by: jillesMFC after: 2 weeksDifferential Revision: https://reviews.freebsd.org/D9697
12345678