aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove the .Pa portion I added to the .An macro in AUTHORS sectionEnji Cooper2017-03-231-1/+1
| | | | | | | | | | | | | | | That doesn't work (mandoc complains about the macro being empty). That's what I get for being clever and not verifying before committing things again *sigh*. MFC after: 1 month X-MFC with: r315766 Partyhat to: ngie Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315768
* Note that tools/build/options/makeman automatically generated src.conf(5)Enji Cooper2017-03-231-1/+2
| | | | | | | | | | This (as a bonus) fixes mdoc warnings with src.conf(5) :).. MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315766
* Fix mdoc(7) warning: new sentences should start on new linesEnji Cooper2017-03-231-1/+2
| | | | | | | | | MFC after: 1 week X-MFC with: r315764 Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315765
* Add a WITHOUT_IPSEC_SUPPORT option description for src.conf(5)Enji Cooper2017-03-231-0/+7
| | | | | | | | | | This is a follow up commit to r313330. MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315764
* Add a WITHOUT_RATELIMIT option description for src.conf(5)Enji Cooper2017-03-231-0/+12
| | | | | | | | | | | This is a follow up commit for r312379 MFC after: 1 month X-MFC with: r312379 Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315763
* Eliminate a "format string is not a string literal" warning.Ian Lepore2017-03-211-1/+1
| | | | Notes: svn path=/head/; revision=315692
* Remove zh_TW.Big5 localeBaptiste Daroussin2017-03-191-7/+0
| | | | | | | | After discussion with many Taiwanese, in IT or not. Big5 is not used anymore. It is not able to represent lots of the characters used in the language. Notes: svn path=/head/; revision=315568
* Prepare the removal of the zh_TW.Big5 encodingBaptiste Daroussin2017-03-196-27574/+42
| | | | Notes: svn path=/head/; revision=315567
* Garbage collect a map file that is not used anymore to generate localesBaptiste Daroussin2017-03-191-18612/+0
| | | | Notes: svn path=/head/; revision=315566
* Redirect standard error from find /rescue to /dev/nullEnji Cooper2017-03-141-2/+2
| | | | | | | | | | This mutes noise from find when /rescue doesn't exist. MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315228
* Remove /rescue/zdb if MK_ZFS == noEnji Cooper2017-03-121-0/+1
| | | | | | | | | | Missed in r202452. MFC after: 3 days Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315114
* Conditionally compile [additional] programs into rescue(8) if requestedEnji Cooper2017-03-121-0/+2
| | | | | | | | | | | | | | Trivial oversight missed in r314240 cleanup because I enable these knobs on my test machines. MK_INET6_SUPPORT - rtsol MK_NETCAT - nc MFC after: 3 days Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315113
* Remove /rescue/iscsictl and /rescue/iscsid if MK_ISCSI == noEnji Cooper2017-03-121-0/+2
| | | | | | | | MFC after: 3 days Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315111
* uma: eliminate uk_slabsize fieldAndriy Gapon2017-03-111-1/+0
| | | | | | | | | The field was not used beyond the initial keg setup stage anyway. MFC after: 1 month (if ever) Notes: svn path=/head/; revision=315077
* Remove the WITHOUT_MANDOCDB optionBaptiste Daroussin2017-03-112-13/+0
| | | | | | | | mandoc database is activated since FreeBSD 11.0, let's remove the previous database format for FreeBSD 12.0 Notes: svn path=/head/; revision=315057
* Use the buildworld includes and defaults when building pkt-gen. This willSean Bruno2017-03-081-1/+0
| | | | | | | | | | | | | mean that you need a world built to reliably build pkg-gen but this keeps the build from failing when your source doesn't match your host running version, e.g. building 12 on 11. Submitted by: Matt Macy <mmacy@nextbsd.org> MFC after: 2 weeks Sponsored by: Limelight Networks Notes: svn path=/head/; revision=314915
* Add cxgbetool(8) to the base system.Navdeep Parhar2017-03-039-166387/+6
| | | | | | | | | | | | | | | 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
* Allow building mkimg as cross-toolSimon J. Gerraty2017-03-032-0/+38
| | | | | | | | | | | | For linux the mmap offset must also be page aligned, and we need to disable macros like __FBSDID() Change the linux osdep_uuidgen() to use more portable gettimeofday(). Reviewed by: marcel Notes: svn path=/head/; revision=314577
* Merge ^/head r314420 through r314481.Dimitry Andric2017-03-011-1/+1
|\ | | | | | | Notes: svn path=/projects/clang400-import/; revision=314482
| * Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* | Merge ^/head r314178 through r314269.Dimitry Andric2017-02-251-14/+17
|\| | | | | | | Notes: svn path=/projects/clang400-import/; revision=314270
| * Fill MK_LIBTHR as far as lib/libthr is concernedEnji Cooper2017-02-251-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | There are other areas of the tree that will need to be evaluated for sanity if they're supposed to be conditionally compiled out of the build/install, like libzpool MFC after: 1 month Relnotes: yes (this might break someone's system if have the knob set) Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314245
| * Remove MK_OBJC blockEnji Cooper2017-02-251-4/+0
| | | | | | | | | | | | | | | | | | | | It is no longer represented via src.conf(5) MFC after: 3 days Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314244
| * Remove MK_CRYPT stubEnji Cooper2017-02-251-4/+0
| | | | | | | | | | | | | | | | | | | | | | It doesn't directly control what gets installed today; it indirectly pulls other knobs (like MK_KERBEROS, etc). MFC after: 1 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314242
| * Fill in MK_RESCUE by finding paths in ${DESTDIR}/rescue and addingEnji Cooper2017-02-251-3/+8
| | | | | | | | | | | | | | | | | | | | them to OLD_FILES/OLD_DIRS, as necessary. MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314241
| * Conditionally compile certain programs into rescue(8) if requestedEnji Cooper2017-02-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | MK_CCD - ccdconfig MK_ROUTED - routed, rtquery MFC after: 2 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314240
* | Merge ^/head r313896 through r314128.Dimitry Andric2017-02-231-1/+1
|\| | | | | | | Notes: svn path=/projects/clang400-import/; revision=314130
| * [wlanstats] We actually /do/ support per-STA stats!Adrian Chadd2017-02-201-1/+1
| | | | | | | | Notes: svn path=/head/; revision=313987
* | Merge ^/head r313644 through r313895.Dimitry Andric2017-02-176-47/+427
|\| | | | | | | Notes: svn path=/projects/clang400-import/; revision=313896
| * Update OLD_DIRS for various targets so that some of the branches ofSean Bruno2017-02-171-3/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | directories are pruned when the appropriate knobs are turned. Specifically, turning off bsdconfig, locales, examples, i18n, man, ntp, syscons. It may not seem like a lot, but it helps when trying to keep an x86 image under 96MB for MFSRoot netbooting. Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D9558 Notes: svn path=/head/; revision=313892
| * Remove EISA bus support for add-in cards. Remove related kernel andWarner Losh2017-02-162-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compile options. Remove doxygen pointers to now deleted files. Remove EISA and VME as examples in bus_space.9. Retained EISA mode code for IO PIC and MPTABLES because that's not EISA bus, per se, and some people have abused EISA to mean "EISA-like behavior as opposed to ISA" rather than using it for EISA add-in cards. Relnotes: yes Notes: svn path=/head/; revision=313839
| * Remove Micro Channel Architecture support. Of the commonly availableWarner Losh2017-02-151-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | machines, only a few 486 machines that used it, and those haven't had enough memory to run FreeBSD for quite some time (often limited to 16MB). Not to be confused with the Machine Check Architecture, which is still very much alive and used (and untouched by this commit). No Objection From: arch@ Notes: svn path=/head/; revision=313783
| * Add a regression test for putting a socket on kqueue, and then doingGleb Smirnoff2017-02-142-0/+121
| | | | | | | | | | | | | | listen(2) on it (see r313043). Based on Hartmut's code. Notes: svn path=/head/; revision=313750
* | Merge ^/head r313301 through r313643.Dimitry Andric2017-02-111-1/+14
|\| | | | | | | Notes: svn path=/projects/clang400-import/; revision=313644
| * o Add mkimg to the cross tools, and use the TMPPATH as PATH to pick upWarner Losh2017-02-061-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | mkimg for building on systems like FreeBSD 11.0 that don't have my -a changes. o Set NANO_ROOT and NANO_ALTROOT for std-* since their values don't change when we set NANO_SLICE*. PR: 216829 PR: 216830 Notes: svn path=/head/; revision=313326
* | Merge ^/head r313055 through r313300.Dimitry Andric2017-02-0517-43/+55
|\| | | | | | | Notes: svn path=/projects/clang400-import/; revision=313301
| * Back off using CPUTYPE for the moment. There's still some issues withWarner Losh2017-02-041-1/+0
| | | | | | | | | | | | | | that. Notes: svn path=/head/; revision=313189
| * Re-enable an accidentally-disabled temp directory creation test.Warren Block2017-02-031-1/+1
| | | | | | | | | | | | | | | | Reported by: bjk Sponsored by: iXsystems Notes: svn path=/head/; revision=313173
| * Decromulate an extra "if".Warren Block2017-02-031-1/+1
| | | | | | | | | | | | | | | | Reported by: rpokala Sponsored by: iXsystems Notes: svn path=/head/; revision=313172
| * Clarify some option descriptions, add a line of text to makeman toWarren Block2017-02-0315-43/+50
| | | | | | | | | | | | | | | | | | add the slightest hint of a shade of a clue of what it does. Sponsored by: iXsystems Notes: svn path=/head/; revision=313169
| * [athspectral] add a knob to expose the spectral scan priority.Adrian Chadd2017-02-021-0/+6
| | | | | | | | | | | | | | This is required for AR9380 and later chips.. please leave it at 0 for now. Notes: svn path=/head/; revision=313084
* | Merge ^/head r312894 through r312967.Dimitry Andric2017-01-295-17/+2
|\| | | | | | | Notes: svn path=/projects/clang400-import/; revision=312968
| * Revert crap accidentally committedBaptiste Daroussin2017-01-282-7/+2
| | | | | | | | Notes: svn path=/head/; revision=312927
| * Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-282-2/+7
| | | | | | | | Notes: svn path=/head/; revision=312926
| * Remove pc98 support completely.Yoshihiro Takahashi2017-01-285-17/+2
| | | | | | | | | | | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
| * Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CCEd Maste2017-01-271-1/+1
| | | | | | | | | | | | | | An additional case missed in r312855 Notes: svn path=/head/; revision=312897
* | Additional LD_AS_LLD -> LD_IS_LLD missed in r312894/r312895Ed Maste2017-01-271-1/+1
| | | | | | | | Notes: svn path=/projects/clang400-import/; revision=312896
* | Merge ^/head r312720 through r312893.Dimitry Andric2017-01-272-0/+0
|\| | | | | | | Notes: svn path=/projects/clang400-import/; revision=312894
| * Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CCEd Maste2017-01-272-0/+0
| | | | | | | | | | | | | | Reported by: Dan McGregor <dan.mcgregor usask.ca> Notes: svn path=/head/; revision=312855
* | Merge ^/head r312309 through r312623.Dimitry Andric2017-01-223-10/+40
|\| | | | | | | Notes: svn path=/projects/clang400-import/; revision=312624