summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Correct double "the the"eadler2012-09-141-1/+1
| | | | | Approved by: cperciva MFC after: 3 days
* Remove scripts and tools which only functioned when src was using CVSeadler2012-09-1311-1080/+0
| | | | | Approved by: cperciva MFC after: 1 week
* r235638 is not the clean way to add support for building on ancient FreeBSDobrien2012-09-111-2/+14
| | | | | | | | versions. Instead use Imp's good work on "legacy" and follow the outcome of the previous TRB discussions on this topic. Now use the libc getline() if it exists, and only where it doesn't create a bootstraping version.
* Add SOFT as a possible section to exclude from counter list.fabient2012-09-101-1/+1
|
* Add some colour to make it easy (well, easier) to see what the currentadrian2012-09-101-1/+49
| | | | | | | selected rates and current sample rates are. (Note: when run under high traffic and with -s 0.1 the display becomes very mesmerising. You've been warned.)
* Add a '-s <timeout>' option which will display live rate controladrian2012-09-082-26/+74
| | | | statistics.
* Tidy up the output quite substantially, making it fit well withinadrian2012-09-071-4/+4
| | | | | | | 80 columns. This makes it much easier to use in a shell script, to display a "top" style output with live rate control data.
* Make this build again!adrian2012-09-071-1/+2
|
* Failure to open netmap device is unrecoverable.emaste2012-09-041-1/+1
| | | | | There's no reason to "fail later" since there's nothing this tool can do in netmap mode without /dev/netmap open.
* Add a reasonable error message telling the caller to specify a programgnn2012-09-041-0/+4
| | | | | to be executed under hwpmc. If there is no program to run then exit.
* Minor mdoc fix.joel2012-09-011-5/+3
|
* The error syntax has changed.des2012-08-301-1/+1
|
* Do a bunch of fixing and refactoring.adrian2012-08-291-8/+10
| | | | | | | Fix up gzip to crunch right. Add kenv, although I'm not yet sure why it isn't working on my MIPS boards (reading kenv always returns blank.)
* Disable fsck_ffs for now, 4MB target size issues.adrian2012-08-291-1/+1
|
* Disable building textproc for now, it doesn't fit on my 4MB flashadrian2012-08-291-2/+2
| | | | | | partition. Add -lcrypt as a dynamic target.
* For now, disable building wpa_supplicant.adrian2012-08-291-3/+3
| | | | My 4MB flash builds can't handle the bloat.
* Add libc++ and libcxxrt related files to OptionalObsoleteFiles.inc.dim2012-08-261-0/+115
| | | | MFC after: 1 week
* Add three additional clang intrinsics headers, which I missed in thedim2012-08-201-0/+3
| | | | previous import.
*-. Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-201-0/+24
|\ \ | | | | | | | | | Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
| | * Vendor import of clang trunk r161861:dim2012-08-1550-355/+6121
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@161861
| | * Vendor import of clang release_31 branch r155985:dim2012-05-0312-18/+64
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/branches/release_31@155985
| | * Vendor import of clang trunk r154661:dim2012-04-1453-1065/+7699
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@r154661
| | * Vendor import of clang release_30 branch r142614:dim2011-10-2036-1107/+2817
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/branches/release_30@142614
| | * Vendor import of clang trunk r135360:dim2011-07-1726-74/+1119
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@135360
| | * Vendor import of clang trunk r132879:dim2011-06-1211-46/+148
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@132879
| | * Vendor import of clang trunk r130700:dim2011-05-0218-290/+903
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@130700
| | * Vendor import of clang trunk r126547:dim2011-02-266-49/+237
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@126547
| | * Vendor import of clang trunk r126079:dim2011-02-2032-1927/+3648
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@126079
| | * Vendor import of clang r114020 (from the release_28 branch):dim2010-09-1722-459/+2307
| | | | | | | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/branches/release_28@114020 Approved by: rpaulo (mentor)
| | * Make vendor/clang/dist exactly the same as upstream's r108428. Somedim2010-09-1618-5418/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files and directories were already added/removed in the upstream repository, but were not added/removed here, when the previous snapshot was imported. Note: I did not import the file test/Lexer/conflict-marker.c, because it contains merge conflict markers on purpose, which upsets our pre-commit hooks. Approved by: rpaulo (mentor)
| | * Update clang to r108243.rdivacky2010-07-1318-84/+146
| | |
| | * Update clang to r104832.rdivacky2010-05-2714-271/+1448
| | |
| | * Update clang to r103004.rdivacky2010-05-0437-163/+5632
| | |
| | * Update clang to r100520.rdivacky2010-04-064-21/+18
| | |
| | * Update clang to r100181.rdivacky2010-04-029-48/+278
| | |
| | * Update clang to r99115.rdivacky2010-03-217-48/+316
| | |
| | * Update clang to r98631.rdivacky2010-03-167-56/+195
| | |
| | * Update clang to r98164.rdivacky2010-03-105-8/+45
| | |
| | * Update clang to r97873.rdivacky2010-03-062-6/+14
| | |
| | * Update clang to 97654.rdivacky2010-03-0314-847/+1050
| | |
| | * Update clang to r96341.rdivacky2010-02-1622-423/+1623
| | |
| | * Update clang to r94309.rdivacky2010-01-2315-926/+2140
| | |
| | * Update clang to r93512.rdivacky2010-01-159-833/+1330
| | |
| | * Updaet clang to 92395.rdivacky2010-01-017-25/+82
| | |
| | * Update clang to 91430.rdivacky2009-12-1523-1991/+771
| | |
| | * Update clang to r90226.rdivacky2009-12-0124-906/+3243
| | |
| | * Update clang to r89337.rdivacky2009-11-196-53/+154
| | |
| | * Update clang to r89205.rdivacky2009-11-1811-2356/+2399
| | |
| | * Update clang to r86140.rdivacky2009-11-051-111/+81
| | |
| | * Update clang to r86025.rdivacky2009-11-047-265/+170
| | |
OpenPOWER on IntegriCloud