summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* MK_ELFCOPY_AS_OBJCOPY should be a variableemaste2015-07-291-1/+1
| | | | | | PR: 201978 Submitted by: O. Hartmann Differential Revision: https://reviews.freebsd.org/D2887
* Remove mention of non-existent gconv toolemaste2015-07-291-1/+1
| | | | | | | I believe this is a typo of gcov, but gcov is not controlled by WITHOUT_BINUTILS anyhow. Sponsored by: The FreeBSD Foundation
* Allow ELF Tool Chain elfcopy to be installed as objcopyemaste2015-07-293-1/+14
| | | | | | | | | | | | | ELF Tool Chain elfcopy is nearly a drop-in replacement for GNU objcopy, but does not currently support PE output which is needed for building x86 UEFI bits. Add a src.conf knob to allow installing it as objcopy and set it by default for aarch64 only, where we don't have a native binutils. Reviewed by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2887
* Update OLD_FILES for tools provided by ELF Tool Chain or Binutilsemaste2015-07-291-2/+15
| | | | Sponsored by: The FreeBSD Foundation
* Include c++filt and readelf in WITHOUT_ELFTOOLCHAIN_TOOLSemaste2015-07-291-0/+2
|
* Change the dev argument from a full path to just the devicemarcel2015-07-266-12/+26
| | | | | | | | | | | | identification (e.g. isa:0x3f0 or pci0:2:1:0). In libbus, the device is turned into a path name. For bus_space_map(), the resource is now specified in a second argument. Before: bus.map('/dev/proto/pci0:2:1:0/pcicfg') busdma.tag_create('/dev/proto/pci0:2:1:0/busdma', ...) Now: bus.map('pci0:2:1:0', 'pcicfg') busdma.tag_create('pci0:2:1:0', ...)
* Remove debugging output. We should have tracing instead.marcel2015-07-261-9/+0
|
* Replace GNU RCS ident with a BSD license identbapt2015-07-261-2/+0
| | | | | | | | | | | | | | | | | | | | Rationale: ident(1) is useful out of RCS, lot of scripts are using ident(1) and failing when base is built WITHOUT_RCS. This version is: - fully compatible with RCS 5.7 ident. - fully compatible with RCS 5.9 ident. - passes all ident test from GNU RCS 5.9 test suite This version has support for: svn extension for the Keyword id (double colon and # before last $) Différences with GNU RCS ident: - no long options as found in GNU RCS 5.9 (but not commented there). - '-V' reports nothing but has been added for compatibility. Differential Revision: https://reviews.freebsd.org/D3200 Reviewed by: pfg
* Comment out usr/sbin/mailwrapper removalache2015-07-161-1/+4
| | | | | | | because for no mailwrapper case we have: /usr/sbin/sendmail -> /usr/sbin/mailwrapper /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail Add comment explaining it.
* Add a missing break statement, which made the code default to IPv6.brueffer2015-07-141-0/+1
| | | | | | PR: 201285 Submitted by: David Binderman MFC after: 1 week
* Implement busdma_md_unload() and busdma_sync().marcel2015-07-035-25/+147
| | | | | | | | While here: 1. have the Python bindings contain constants for the space identifiers and the sync operation. 2. change the segment iterators to return None when done, not ENXIO.
* Add busdma_md_create, busdma_md_destroy and busdma_md_load.marcel2015-07-035-47/+212
|
* Let the nv.h and dnv.h includes be only in sys directory.oshogbo2015-07-021-1/+1
| | | | | | | Change consumers to include those files from sys. Add duplicated files to ObsoleteFiles. Approved by: pjd (mentor)
* cxgbetool: fix code that decodes T5 SGE contexts. Some of the fieldsnp2015-06-301-22/+165
| | | | | | | | that changed between T4 and T5 were not displayed correctly. Obtained from: Chelsio MFC after: 3 days Differential Revision:
* Fix generation of src.conf.5sjg2015-06-2210-3/+50
| | | | | Since makeman turns all options on, we need to guard somethings from make(showconfig)
* Report failing value from 'make showconfig' in build option scriptemaste2015-06-221-2/+2
| | | | Sponsored by: The FreeBSD Foundation
* Add more obsolete filesantoine2015-06-201-0/+5
|
* Add some files to remove when MK_BSD_GREP=noantoine2015-06-201-0/+15
|
* The build and installation of rmail(8) is only related to the SENDMAIL optionbapt2015-06-181-2/+0
|
* Do not remove mailwrapper(8) in case WITHOUT_SENDMAIL is usedbapt2015-06-181-2/+0
| | | | | | It is required for other tools in base and/or ports like dma(8) or any MTA available in ports. It is also build and installed anyway even if world is built WITHOUT_SENDMAIL
* Add META_MODE support.sjg2015-06-137-0/+108
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * Merge sync of headsjg2015-05-27197-10774/+6320
| |\
| * \ Merge from head@274682sjg2014-11-19304-14386/+1459
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-1953-1705/+689
| |\ \ \
| * | | | New dependenciessjg2014-05-171-0/+12
| | | | |
| * | | | Merge from headsjg2014-05-0813-35/+686
| |\ \ \ \
| * \ \ \ \ Merge headsjg2014-04-281626-47521/+11898
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284sjg2013-10-1328-265/+1586
| |\ \ \ \ \ \
| * | | | | | | New dependenciessjg2013-10-136-0/+104
| | | | | | | |
| * | | | | | | Merge headsjg2013-09-1113-47/+268
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge from headsjg2013-09-05165-957/+8659
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ sync from headsjg2013-04-1286-2382/+73023
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Sync with HEAD.obrien2013-02-0879-159/+2898
| |\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0499-1320/+5723
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
| * | | | | | | | | | | | | | | | MFC: r238143: move "funny targets" from pre-build "make check" to theobrien2012-07-059-18/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regular regression tests.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ MFC: r236422, r236592, r236593, r236594, r236620, r236621, r236622, & r236637obrien2012-06-063-0/+149
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filemon(4)
* | | | | | | | | | | | | | | | | | | Free the segment objects properly.marcel2015-06-121-12/+48
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Add accessor functions for iterating over segments. A segmentmarcel2015-06-115-12/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can be in bus address space, physical memory space or virtual memory space.
* | | | | | | | | | | | | | | | | | | Rename bus_space to bus (i.e. drop _space). This makes themarcel2015-06-108-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API match the convenience macros in <sys/bus.h>. Bus space can now reference both bus and busdma.
* | | | | | | | | | | | | | | | | | | Map the allocated DMA memory into the address space.marcel2015-06-081-1/+9
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Add busdma_mem_alloc & busdma_mem_free.marcel2015-06-085-73/+205
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Add DMA tag management to the C library and Python binding.marcel2015-06-067-12/+385
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities.bapt2015-05-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change among other things improve search capabilities over the manpages allowing fine grain query. A new build option WITHOUT_MANDOCDB has been added to keep the ancient version of the database and the tools. The plan is to entirely remove this option before 11.0-RELEASE. Differential Revision: https://reviews.freebsd.org/D2603
* | | | | | | | | | | | | | | | | | | Upgrade our copy of clang and llvm to 3.6.1 release.dim2015-05-251-60/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release contains the following cherry-picked revisions from upstream trunk: 226124 226151 226164 226165 226166 226407 226408 226409 226652 226905 226983 227084 227087 227089 227208 227209 227210 227211 227212 227213 227214 227269 227430 227482 227503 227519 227574 227822 227986 227987 227988 227989 227990 228037 228038 228039 228040 228188 228189 228190 228273 228372 228373 228374 228403 228765 228848 228918 229223 229225 229226 229227 229228 229230 229234 229235 229236 229238 229239 229413 229507 229680 229750 229751 229752 229911 230146 230147 230235 230253 230255 230469 230500 230564 230603 230657 230742 230748 230956 231219 231237 231245 231259 231280 231451 231563 231601 231658 231659 231662 231984 231986 232046 232085 232142 232176 232179 232189 232382 232386 232389 232425 232438 232443 232675 232786 232797 232943 232957 233075 233080 233351 233353 233409 233410 233508 233584 233819 233904 234629 234636 234891 234975 234977 235524 235641 235662 235931 236099 236306 236307 Please note that from 3.5.0 onwards, clang and llvm require C++11 support to build; see UPDATING for more information.
* | | | | | | | | | | | | | | | | | | Remove directory for test that has been integrated in under tests/sys/...ngie2015-05-243-293/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X-MFC with: r282067 MFC after: 1 week
* | | | | | | | | | | | | | | | | | Mark libgomp.so.1 as an old lib not an old filebapt2015-05-211-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Remove usr/share/dtrace/{tcpconn,tcpstate,tcptrack,udptrack} if MK_CDDL == nongie2015-05-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | | | | | | | | | | | | | | | | | Add mv / expr ; these are used by the updated freebsd-wifi-build environment.adrian2015-05-191-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Build libgcov only if we're building base system GCCemaste2015-05-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang uses compiler-rt for the code coverage runtime, and ports GCC provides its own libgcov. PR: 200203 (exp-run) Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud