summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing radar config parameters.adrian2012-02-141-2/+20
|
* Remove UCP from the list of countersgnn2012-02-141-1/+1
|
* Add options for program (-p) and to turn off waiting (-w) which is nowgnn2012-02-141-5/+20
| | | | | | | | | on by default. The default is to wait after each counter is tested. Since the prompt would go to stdout you won't see it if you're redirecting the output of the executed sub-program to /dev/null, so just press return to continue or Ctrl-D to stop.
* Add a rudimentary test to run through all the available counters on agnn2012-02-141-0/+79
| | | | | | | | system and then execute a program with pmcstat in counting mode. The program will verify that all counters fire and that the code neither panics the system nor locks it up. This should be considered a first pass conformance test for new sets of counters being added to hwpmc(4).
* Include target names in diagnostic output.fjoe2012-02-121-60/+60
| | | | Submitted by: Garrett Cooper
* sh: Make 'hash' return 1 if at least one utility is not found.jilles2012-02-111-0/+6
| | | | Reported by: lme
* Replace utxrm(8) by utx(8).ed2012-02-112-1/+3
| | | | | | | | | | At first, I added a utility called utxrm(8) to remove stale entries from the user accounting database. It seems there are cases in which we need to perform different operations on the database as well. Simply rename utxrm(8) to utx(8) and place the old code under the "rm" command. In addition to "rm", this tool supports "boot" and "shutdown", which are going to be used by an rc-script which I am going to commit separately.
* Add a test program for recently added ptrace(2) interfaces.kib2012-02-102-0/+413
| | | | MFC after: 1 week
* - change the buffer size from a constant to aluigi2012-02-081-1/+1
| | | | | | | | | | | | | TUNABLE variable (hw.netmap.buf_size) so we can experiment with values different from 2048 which may give better cache performance. - rearrange the memory allocation code so it will be easier to replace it with a different implementation. The current code relies on a single large contiguous chunk of memory obtained through contigmalloc. The new implementation (not committed yet) uses multiple smaller chunks which are easier to fit in a fragmented address space.
* Add a `fix' for another whitespace bug.ed2012-02-062-0/+15
| | | | | | If the sentence starts with a multiple of eight spaces, the sentence should in almost all practical cases have started with tabs instead. Replace these spaces by tabs.
* Add fixwhite(1).ed2012-02-063-0/+220
| | | | | | | | | | | | | | | | This small utility can be used to `sanitize' the whitespace in source code. It does the following things: Global: - Remove empty lines at the beginning and the end of a file. - Merge successive empty lines into a single empty line. Per-line: - Remove trailing whitespace. - Merge spaces preceeding tabs into the tabs. It operated on stdin/stdout. This means that if you use vi(1), you can just run :%!fixwhite to reorganize the file.
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,dim2012-02-052-0/+40
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that builds the following additional llvm/clang tools: - bugpoint - llc - lli - llvm-ar - llvm-as - llvm-bcanalyzer - llvm-diff - llvm-dis - llvm-extract - llvm-ld - llvm-link - llvm-mc - llvm-nm - llvm-objdump - llvm-prof - llvm-ranlib - llvm-rtdyld - llvm-stub - macho-dump - opt These tools are mainly useful for people that want to manipulate llvm bitcode (.bc) and llvm assembly language (.ll) files, or want to tinker with llvm and clang themselves. MFC after: 2 weeks
| * Vendor import of llvm 3.0 final release:dim2011-12-092-4/+4
| | | | | | | | http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_30/final@145349
| * Vendor import of llvm release_30 branch r142614:dim2011-10-2068-2681/+2162
| | | | | | | | http://llvm.org/svn/llvm-project/llvm/branches/release_30@142614
| * Vendor import of llvm trunk r135360:dim2011-07-1715-179/+212
| | | | | | | | http://llvm.org/svn/llvm-project/llvm/trunk@135360
| * Vendor import of llvm trunk r132879:dim2011-06-1216-152/+179
| | | | | | | | http://llvm.org/svn/llvm-project/llvm/trunk@132879
| * Vendor import of llvm trunk r130700:dim2011-05-0248-1067/+1665
| | | | | | | | http://llvm.org/svn/llvm-project/llvm/trunk@130700
| * Vendor import of llvm trunk r126547:dim2011-02-268-277/+198
| | | | | | | | http://llvm.org/svn/llvm-project/llvm/trunk@126547
| * Vendor import of llvm trunk r126079:dim2011-02-2062-709/+2346
| | | | | | | | http://llvm.org/svn/llvm-project/llvm/trunk@126079
| * Vendor import of llvm r114020 (from the release_28 branch):dim2010-09-17102-3429/+3000
| | | | | | | | | | | | http://llvm.org/svn/llvm-project/llvm/branches/release_28@114020 Approved by: rpaulo (mentor)
| * Update LLVM to r108428.rdivacky2010-07-152-5/+2
| |
| * Update LLVM to r108243.rdivacky2010-07-1319-166/+226
| |
| * Update LLVM to r104832.rdivacky2010-05-2714-142/+161
| |
| * Update LLVM to r103004.rdivacky2010-05-0443-669/+1152
| |
| * Update LLVM to r100520.rdivacky2010-04-065-28/+25
| |
| * Update LLVM to r100285.rdivacky2010-04-032-0/+7
| |
| * Update LLVM to r100181.rdivacky2010-04-0213-98/+104
| |
| * Update LLVM to r99115.rdivacky2010-03-217-31/+42
| |
| * Update LLVM to r98631.rdivacky2010-03-167-100/+152
| |
| * Update LLVM to r98164.rdivacky2010-03-101-2/+1
| |
| * Update LLVM to r97873.rdivacky2010-03-064-26/+38
| |
| * Update LLVM to 97654.rdivacky2010-03-0310-89/+184
| |
| * Update LLVM to r96341.rdivacky2010-02-1650-2772/+2280
| |
| * Update LLVM to r94309.rdivacky2010-01-2328-284/+308
| |
| * Update LLVM to 93512.rdivacky2010-01-156-7/+41
| |
| * Update LLVM to 92395.rdivacky2010-01-0113-76/+539
| |
| * Update LLVM to 91430.rdivacky2009-12-156-48/+135
| |
| * Update LLVM to r90226.rdivacky2009-12-016-4/+34
| |
| * Update LLVM to r89337.rdivacky2009-11-193-25/+5
| |
| * Update LLVM to r89205.rdivacky2009-11-183-52/+16
| |
| * Update LLVM to r86025.rdivacky2009-11-046-43/+112
| |
| * Update LLVM to r84949.rdivacky2009-10-2319-454/+586
| |
| * Delete all stale files.rdivacky2009-10-1514-2369/+0
| |
| * Update llvm to r84175.rdivacky2009-10-151-2/+1
| |
| * Update llvm to r84119.rdivacky2009-10-1463-2263/+3606
| |
| * Import LLVM 74788.ed2009-07-0442-250/+1169
| |
| * Import LLVM r74383.ed2009-06-2719-69/+465
| |
| * Import LLVM r73984.ed2009-06-235-200/+237
| | | | | | | | | | It seems I keep importing sources at very unlucky moments. Let's see what this revision of LLVM does.
| * Import LLVM r73954.ed2009-06-235-7/+90
| |
| * Update LLVM sources to r73879.ed2009-06-2216-58/+1047
| |
OpenPOWER on IntegriCloud