aboutsummaryrefslogtreecommitdiff
path: root/targets
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove additional groff leftovers (r319664)Ed Maste2017-10-131-47/+0
| | | | Notes: svn path=/head/; revision=324604
* Whack procctl(8)Mateusz Guzik2017-09-271-1/+0
| | | | | | | | | | | | | | It was supposed to provide a recovery mechanism against bugs in procfs's long 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 Notes: svn path=/head/; revision=324042
* Deorbit catman. The tradeoff of disk for performance has long since tippedGordon Tetlow2017-09-131-1/+0
| | | | | | | | | | | | | in favor of just rendering the manpage instead of relying on pre-formatted catpages. Note, this does not impede the ability to use existing catpages, it just removes the utility to generate them. Reviewed by: imp, allanjude Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D12317 Notes: svn path=/head/; revision=323550
* Update targets/pseudo/tests/Makefile.depend after recent additions/subtractionsEnji Cooper2017-07-191-1/+15
| | | | | | | | | | from the FreeBSD test suite. MFC after: 3 days MFC with: r316603 Notes: svn path=/head/; revision=321214
* pfctl parser testsKristof Provost2017-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | Copy the most important test cases from OpenBSD's corresponding src/regress/sbin/pfctl, those that run pfctl on a test input file and check correctness of its output. We have also added some new tests using the same format. The tests consist of a collection of input files (pf*.in) and corresponding output files (pf*.ok). We run pfctl -nv on the input files and check that the output matches the output files. If any discrepancy is discovered during future development in the source tree, we know that a regression bug has been introduced into the tree. Submitted by: paggas Sponsored by: Google, Inc (GSoC 2017) Differential Revision: https://reviews.freebsd.org/D11322 Notes: svn path=/head/; revision=321030
* DIRDEPS_BUILD: Connect more libraries.Bryan Drewery2017-07-111-2/+27
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=320884
* Follow-up r318881: Disconnect groff documents.Bryan Drewery2017-07-101-69/+0
| | | | Notes: svn path=/head/; revision=320881
* buildworld: Pass which world phase the build is in down to submakes.Bryan Drewery2017-06-201-0/+1
| | | | | | | | | | | | This is useful for having directories behave differently depending on the phase - such as enabling SUBDIR_PARALLEL or disabling redundant building of library directories already done by earlier 'make _libraries'. Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=320177
* Enable llvm-objdump by default per r310775Bryan Drewery2017-05-161-1/+1
| | | | Notes: svn path=/head/; revision=318334
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-05-093-0/+19
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=317999
* Remove MK_MANDOCDB option missed in r315057Bryan Drewery2017-05-081-5/+0
| | | | Notes: svn path=/head/; revision=317979
* META_MODE: add additional reachover relative paths to DIRDEPS_BUILDEnji Cooper2017-04-071-329/+347
| | | | | | | | | | | These additional entries are being added, after their addition to the source tree. MFC after: 2 months Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=316603
* pwait: Add a -t flag to specify a timeout before exiting, and tests.Bryan Drewery2017-03-071-0/+1
| | | | | | | | | | | The exit status will be 124, as the timeout(1) utility uses. Reviewed by: jilles MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D9697 Notes: svn path=/head/; revision=314886
* Add cxgbetool(8) to the base system.Navdeep Parhar2017-03-031-0/+4
| | | | | | | | | | | | | | | Move cxgbetool from tools/tools to usr.sbin. Compile and install it on platforms where cxgbe(4) is built by default. Knobs (WITH_CXGBETOOL and WITHOUT_CXGBETOOL) have been added so that the user can override the default setting. Reviewed by: ngie@, gnn@, bdrewery@ MFC after: 1 month Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D9854 Notes: svn path=/head/; revision=314579
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-6/+0
| | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
* Merge ^/head r308491 through r308841.Dimitry Andric2016-11-192-4/+9
|\ | | | | | | Notes: svn path=/projects/clang390-import/; revision=308842
| * DIRDEPS_BUILD: Connect new dependencies.Bryan Drewery2016-11-131-0/+9
| | | | | | | | | | | | | | | | MFC after: 2 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=308605
| * Remove lingering ELFCOPY_AS_OBJCOPY missed in r306649.Bryan Drewery2016-11-131-4/+0
| | | | | | | | | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=308604
* | Merge ^/head r306906 through r307382.Dimitry Andric2016-10-151-1/+1
|\| | | | | | | Notes: svn path=/projects/clang390-import/; revision=307383
| * Update i386 build of loader.efi (but leave it disabled) so that we atSean Bruno2016-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | least build it now. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D7801 Notes: svn path=/head/; revision=307327
* | Merge ^/head r305892 through r306302.Dimitry Andric2016-09-241-0/+1
|\| | | | | | | Notes: svn path=/projects/clang390-import/; revision=306303
| * DIRDEPS_BUILD: Connect new directories.Bryan Drewery2016-09-231-0/+1
| | | | | | | | | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=306281
* | Merge ^/head r305220 through r305300.Dimitry Andric2016-09-022-0/+5
|\| | | | | | | Notes: svn path=/projects/clang390-import/; revision=305301
| * DIRDEPS_BUILD: Build crunchide for the host.Bryan Drewery2016-09-011-1/+3
| | | | | | | | | | | | | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=305258
| * DIRDEPS_BUILD: Fix 'make bootstrap-tools' not using the proper tblgen binaries.Bryan Drewery2016-09-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This was an incomplete item from r291561. The host {clang,llvm}-tblgen binaries were used, rather than the ones built into the host stagedir by normal Makefile.depend dependencies on tblgen. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=305255
| * DIRDEPS_BUILD: Add missing crunchgen host tool.Bryan Drewery2016-09-011-0/+1
| | | | | | | | | | | | | | | | MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=305244
* | DIRDEPS_BUILD: Clang headers are now in lib/clang/headersBryan Drewery2016-09-021-1/+1
| | | | | | | | | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/projects/clang390-import/; revision=305300
* | DIRDEPS_BUILD: Don't conditionally include src.opts.mk.Bryan Drewery2016-09-011-2/+0
| | | | | | | | | | | | | | | | | | | | This was preventing having MK_LLD a value set in 'make bootstrap-tools' since MK_LLDB was forced to no in that context. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/projects/clang390-import/; revision=305252
* | DIRDEPS_BUILD: Connect lld.Bryan Drewery2016-09-011-0/+4
|/ | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/projects/clang390-import/; revision=305243
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-314-0/+19
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=305148
* Remove the wl(4) driver and wlconfig(8) utility.John Baldwin2016-08-191-2/+1
| | | | | | | | | | | | The wl(4) driver supports pre-802.11 PCCard wireless adapters that are slower than 802.11b. They do not work with any of the 802.11 framework and the driver hasn't been reported to actually work in a long time. Relnotes: yes Notes: svn path=/head/; revision=304506
* Remove the si(4) driver and sicontrol(8) for Specialix serial cards.John Baldwin2016-08-191-2/+0
| | | | | | | | | | | | | The si(4) driver supported multiport serial adapters for ISA, EISA, and PCI buses. This driver does not use bus_space, instead it depends on direct use of the pointer returned by rman_get_virtual(). It is also still locked by Giant and calls for patch testing to convert it to use bus_space were unanswered. Relnotes: yes Notes: svn path=/head/; revision=304502
* Add clang-format under WITH_CLANG_EXTRAS.Bryan Drewery2016-06-171-0/+1
| | | | | | | | | | Reviewed by: dim Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D6856 Notes: svn path=/head/; revision=301993
* DIRDEPS_BUILD: Fix bootstrap-tools not handling CCACHE_DIR properly.Bryan Drewery2016-06-051-0/+3
| | | | | | | | | | CCACHE_DIR needs to be resolved to its full path before processing legacy.meta or meta mode may see the change to the stats file. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=301469
* DIRDEPS_BUILD: Connect new directories and update dependencies.Bryan Drewery2016-06-034-0/+22
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=301283
* DIRDEPS_BUILD: Fix and hookup rescue/rescue to the build.Bryan Drewery2016-05-261-0/+1
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=300807
* DIRDEPS_BUILD: Build the kernel in the same place as buildkernel would.Bryan Drewery2016-05-261-1/+1
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=300798
* WITH_META_MODE: Move the kernel support to kern.pre.mk.Bryan Drewery2016-05-261-3/+1
| | | | | | | | | | This allows using META_MODE directly from the kernel build directory. This also allows removing a hack from the DIRDEPS_BUILD kernel target. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=300795
* targets/Makefile: fix a typo (derrived -> derived).Andriy Voskoboinyk2016-05-181-1/+1
| | | | Notes: svn path=/head/; revision=300138
* Simplify building libpam and fix libpam.a not containing the modules since ↵Bryan Drewery2016-04-141-0/+1
| | | | | | | | | | | | | | | | | | | r284345. The change in r284345 moved the creation of openpam_static_modules.o to lib/libpam/static_modules but never managed to get them into libpam.a. Move this logic to lib/libpam/static_libpam and have it create a static library for libpam.a The main lib/libpam/libpam will only create a shared library. No redundancy in compilation or installation exists in this solution. This avoids requiring a pass with -D_NO_LIBPAM_SO_YET. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=297946
* hosttools: Trim unneeded directories.Bryan Drewery2016-03-311-8/+1
| | | | | | | | | | | These should only be build tools that are in various Makefile.depend as host dependencies. Anything toolchain related is handled by toolchain and bootstrap-tools currently. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=297442
* show-valid-targets: Indent each target 2 spaces.Bryan Drewery2016-03-301-2/+2
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=297433
* show-valid-targets: Organize all targets by the all_machine_list.Bryan Drewery2016-03-301-9/+13
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=297430
* Move hosttools to Makefile.depend.host so it shows under host targets in ↵Bryan Drewery2016-03-302-36/+38
| | | | | | | | | show-valid-targets. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=297428
* show-valid-targets: Show host targets and also order all of the targets.Bryan Drewery2016-03-301-2/+11
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=297427
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-211-0/+1
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=297154
* META_MODE: Simplify the META_COOKIE handling to use .USE/.USEBEFORE.Bryan Drewery2016-03-113-8/+4
| | | | | | | | | | Extend it to other cases of meta mode cookies so they get the proper rm cookie behavior when a .meta file detects it needs to rebuild and fails. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296700
* DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.Bryan Drewery2016-03-111-0/+1
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296695
* DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-093-0/+346
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296587
* DIRDEPS_BUILD: Update clang dependencies after r296417.Bryan Drewery2016-03-082-3/+2
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296550