summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Mark usr/include/c++/v1/tr1 as obsoletejmmv2015-08-121-0/+1
* Finish reverting r286410 for now.adrian2015-08-101-1/+14
* Add missing files to sendmail obsolete files listgarga2015-08-081-0/+5
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-14/+1
* Remove old GNU Binutils tools now provided by ELF Tool Chainemaste2015-08-053-12/+6
* Add an example program (in Python) for the AMD Am79c900 (ILACC)marcel2015-08-021-0/+344
* Rename busdma_sync() to busdma_sync_range() and rename themarcel2015-08-025-11/+36
* Add a src.conf option to build and install the DTrace test suite.markj2015-08-021-0/+5
* MK_ELFCOPY_AS_OBJCOPY should be a variableemaste2015-07-291-1/+1
* Remove mention of non-existent gconv toolemaste2015-07-291-1/+1
* Allow ELF Tool Chain elfcopy to be installed as objcopyemaste2015-07-293-1/+14
* Update OLD_FILES for tools provided by ELF Tool Chain or Binutilsemaste2015-07-291-2/+15
* 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
* 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
* Comment out usr/sbin/mailwrapper removalache2015-07-161-1/+4
* Add a missing break statement, which made the code default to IPv6.brueffer2015-07-141-0/+1
* Implement busdma_md_unload() and busdma_sync().marcel2015-07-035-25/+147
* 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
* cxgbetool: fix code that decodes T5 SGE contexts. Some of the fieldsnp2015-06-301-22/+165
* Fix generation of src.conf.5sjg2015-06-2210-3/+50
* Report failing value from 'make showconfig' in build option scriptemaste2015-06-221-2/+2
* 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
* Add META_MODE support.sjg2015-06-137-0/+108
|\
| * 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
| * | | | | | | | | | | | | | | | MFC: r238143: move "funny targets" from pre-build "make check" to theobrien2012-07-059-18/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ MFC: r236422, r236592, r236593, r236594, r236620, r236621, r236622, & r236637obrien2012-06-063-0/+149
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | Free the segment objects properly.marcel2015-06-121-12/+48
* | | | | | | | | | | | | | | | | | | Add accessor functions for iterating over segments. A segmentmarcel2015-06-115-12/+245
* | | | | | | | | | | | | | | | | | | Rename bus_space to bus (i.e. drop _space). This makes themarcel2015-06-108-29/+29
* | | | | | | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud