Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SOFT as a possible section to exclude from counter list. | fabient | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Add some colour to make it easy (well, easier) to see what the current | adrian | 2012-09-10 | 1 | -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 control | adrian | 2012-09-08 | 2 | -26/+74 |
| | | | | statistics. | ||||
* | Tidy up the output quite substantially, making it fit well within | adrian | 2012-09-07 | 1 | -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! | adrian | 2012-09-07 | 1 | -1/+2 |
| | |||||
* | Failure to open netmap device is unrecoverable. | emaste | 2012-09-04 | 1 | -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 program | gnn | 2012-09-04 | 1 | -0/+4 |
| | | | | | to be executed under hwpmc. If there is no program to run then exit. | ||||
* | Minor mdoc fix. | joel | 2012-09-01 | 1 | -5/+3 |
| | |||||
* | The error syntax has changed. | des | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | Do a bunch of fixing and refactoring. | adrian | 2012-08-29 | 1 | -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. | adrian | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Disable building textproc for now, it doesn't fit on my 4MB flash | adrian | 2012-08-29 | 1 | -2/+2 |
| | | | | | | partition. Add -lcrypt as a dynamic target. | ||||
* | For now, disable building wpa_supplicant. | adrian | 2012-08-29 | 1 | -3/+3 |
| | | | | My 4MB flash builds can't handle the bloat. | ||||
* | Add libc++ and libcxxrt related files to OptionalObsoleteFiles.inc. | dim | 2012-08-26 | 1 | -0/+115 |
| | | | | MFC after: 1 week | ||||
* | Add three additional clang intrinsics headers, which I missed in the | dim | 2012-08-20 | 1 | -0/+3 |
| | | | | previous import. | ||||
*-. | Upgrade our copy of llvm/clang to trunk r162107. With thanks to | dim | 2012-08-20 | 1 | -0/+24 |
|\ \ | | | | | | | | | | Benjamin Kramer and Joerg Sonnenberger for their input and fixes. | ||||
| | * | Vendor import of clang trunk r161861: | dim | 2012-08-15 | 50 | -355/+6121 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@161861 | ||||
| | * | Vendor import of clang release_31 branch r155985: | dim | 2012-05-03 | 12 | -18/+64 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/branches/release_31@155985 | ||||
| | * | Vendor import of clang trunk r154661: | dim | 2012-04-14 | 53 | -1065/+7699 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@r154661 | ||||
| | * | Vendor import of clang release_30 branch r142614: | dim | 2011-10-20 | 36 | -1107/+2817 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/branches/release_30@142614 | ||||
| | * | Vendor import of clang trunk r135360: | dim | 2011-07-17 | 26 | -74/+1119 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@135360 | ||||
| | * | Vendor import of clang trunk r132879: | dim | 2011-06-12 | 11 | -46/+148 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@132879 | ||||
| | * | Vendor import of clang trunk r130700: | dim | 2011-05-02 | 18 | -290/+903 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@130700 | ||||
| | * | Vendor import of clang trunk r126547: | dim | 2011-02-26 | 6 | -49/+237 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@126547 | ||||
| | * | Vendor import of clang trunk r126079: | dim | 2011-02-20 | 32 | -1927/+3648 |
| | | | | | | | | | | | | http://llvm.org/svn/llvm-project/cfe/trunk@126079 | ||||
| | * | Vendor import of clang r114020 (from the release_28 branch): | dim | 2010-09-17 | 22 | -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. Some | dim | 2010-09-16 | 18 | -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. | rdivacky | 2010-07-13 | 18 | -84/+146 |
| | | | |||||
| | * | Update clang to r104832. | rdivacky | 2010-05-27 | 14 | -271/+1448 |
| | | | |||||
| | * | Update clang to r103004. | rdivacky | 2010-05-04 | 37 | -163/+5632 |
| | | | |||||
| | * | Update clang to r100520. | rdivacky | 2010-04-06 | 4 | -21/+18 |
| | | | |||||
| | * | Update clang to r100181. | rdivacky | 2010-04-02 | 9 | -48/+278 |
| | | | |||||
| | * | Update clang to r99115. | rdivacky | 2010-03-21 | 7 | -48/+316 |
| | | | |||||
| | * | Update clang to r98631. | rdivacky | 2010-03-16 | 7 | -56/+195 |
| | | | |||||
| | * | Update clang to r98164. | rdivacky | 2010-03-10 | 5 | -8/+45 |
| | | | |||||
| | * | Update clang to r97873. | rdivacky | 2010-03-06 | 2 | -6/+14 |
| | | | |||||
| | * | Update clang to 97654. | rdivacky | 2010-03-03 | 14 | -847/+1050 |
| | | | |||||
| | * | Update clang to r96341. | rdivacky | 2010-02-16 | 22 | -423/+1623 |
| | | | |||||
| | * | Update clang to r94309. | rdivacky | 2010-01-23 | 15 | -926/+2140 |
| | | | |||||
| | * | Update clang to r93512. | rdivacky | 2010-01-15 | 9 | -833/+1330 |
| | | | |||||
| | * | Updaet clang to 92395. | rdivacky | 2010-01-01 | 7 | -25/+82 |
| | | | |||||
| | * | Update clang to 91430. | rdivacky | 2009-12-15 | 23 | -1991/+771 |
| | | | |||||
| | * | Update clang to r90226. | rdivacky | 2009-12-01 | 24 | -906/+3243 |
| | | | |||||
| | * | Update clang to r89337. | rdivacky | 2009-11-19 | 6 | -53/+154 |
| | | | |||||
| | * | Update clang to r89205. | rdivacky | 2009-11-18 | 11 | -2356/+2399 |
| | | | |||||
| | * | Update clang to r86140. | rdivacky | 2009-11-05 | 1 | -111/+81 |
| | | | |||||
| | * | Update clang to r86025. | rdivacky | 2009-11-04 | 7 | -265/+170 |
| | | | |||||
| | * | Update clang to r84949. | rdivacky | 2009-10-23 | 6 | -81/+321 |
| | | | |||||
| | * | Update clang to r84119. | rdivacky | 2009-10-14 | 20 | -480/+1961 |
| | | | |||||
| | * | Import Clang r74788. | ed | 2009-07-04 | 3 | -7/+30 |
| | | |