| Commit message (Expand) | Author | Age | Files | Lines |
* | Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the | kib | 2012-04-29 | 1 | -0/+6 |
* | Change cc -> bc : "bc" is "busy count", which is the % of time the channel | adrian | 2012-04-28 | 1 | -3/+3 |
* | Add a tool to print out min, average and max channel survey information | adrian | 2012-04-28 | 3 | -0/+233 |
* | Add files and directories to be cleaned up if WITHOUT_GCC is in effect | dim | 2012-04-14 | 1 | -0/+36 |
* | A bit of cleanup in the names of fields of netmap-related structures. | luigi | 2012-04-13 | 1 | -3/+5 |
* | use getopt to parse options, add one option to set | luigi | 2012-04-12 | 1 | -19/+61 |
* | Teach wlanstats about the new BAR TX statistics. | adrian | 2012-04-08 | 1 | -0/+12 |
* | Add AR_ISR_S5 and AR_ISR_S5_S. | adrian | 2012-04-08 | 1 | -0/+2 |
* | Add some tests from PR 166463. Also make sure that all of the tests, | das | 2012-04-07 | 1 | -7/+33 |
* | we need to specify a NETMAP_API version or the ioctl() will fail. | luigi | 2012-04-06 | 1 | -0/+1 |
* | Add a threadid to the ah_decode API. | adrian | 2012-04-04 | 1 | -1/+1 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 3 | -9/+9 |
* | - Add new kerberos libraries to the list of optional obsolete files. | stas | 2012-03-23 | 1 | -1/+37 |
* | - Do not build libcom_err and compile_et when kerberos is disabled. They | stas | 2012-03-23 | 1 | -0/+6 |
* | - Update FreeBSD Heimdal distribution to version 1.5.1. This also brings | stas | 2012-03-22 | 2 | -41/+537 |
|\ |
|
| * | - Import Heimdal 1.5 distribution. | stas | 2011-10-05 | 9 | -455/+370 |
| * | - Kill files that do not belong to the laters heimdal version imported. | stas | 2011-09-29 | 1 | -212/+0 |
| * | - Flatten the vendor heimdal tree. | stas | 2011-09-29 | 8 | -0/+2136 |
* | Use new -n option when executing kldload, to | hselasky | 2012-03-18 | 1 | -1/+1 |
* | Add a BINDIR so "make install" works. | adrian | 2012-03-13 | 2 | -0/+2 |
* | sh: Add a test for variables with underscores in arithmetic. | jilles | 2012-03-11 | 1 | -0/+4 |
* | Stop some of the output from wrapping at 80 characters. | adrian | 2012-03-11 | 1 | -3/+5 |
* | Use = rather than == for expressions to test(1) builtin(1) in sh(1) to | bz | 2012-03-06 | 1 | -1/+1 |
* | Add regression test for USB enumeration. | hselasky | 2012-03-01 | 1 | -0/+30 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 1 | -0/+8 |
* | Fix order of arguments to lseek(). | brueffer | 2012-02-29 | 1 | -1/+1 |
* | Add is_beacon_bad. | adrian | 2012-02-28 | 1 | -0/+4 |
* | A bunch of netmap fixes: | luigi | 2012-02-27 | 3 | -13/+24 |
* | Check fchmod()/fchown() in fifo_misc test. | jilles | 2012-02-26 | 1 | -0/+93 |
* | Update scripts to work around two sh(1) bugs found in stable/8: | bz | 2012-02-24 | 4 | -252/+263 |
* | libc: Add some tests for fmtmsg(). | jilles | 2012-02-21 | 2 | -1/+252 |
* | Fix up this local copy of statfoo to support > 128 statistics. | adrian | 2012-02-17 | 2 | -9/+24 |
* | Add regression tests scripts for multi-IP FIBs exercising the send, | bz | 2012-02-17 | 7 | -0/+4697 |
* | Add regression tests for the setsockopt(2) SO_SETFIB socket option. | bz | 2012-02-17 | 3 | -0/+262 |
* | Add some missing radar config parameters. | adrian | 2012-02-14 | 1 | -2/+20 |
* | Remove UCP from the list of counters | gnn | 2012-02-14 | 1 | -1/+1 |
* | Add options for program (-p) and to turn off waiting (-w) which is now | gnn | 2012-02-14 | 1 | -5/+20 |
* | Add a rudimentary test to run through all the available counters on a | gnn | 2012-02-14 | 1 | -0/+79 |
* | Include target names in diagnostic output. | fjoe | 2012-02-12 | 1 | -60/+60 |
* | sh: Make 'hash' return 1 if at least one utility is not found. | jilles | 2012-02-11 | 1 | -0/+6 |
* | Replace utxrm(8) by utx(8). | ed | 2012-02-11 | 2 | -1/+3 |
* | Add a test program for recently added ptrace(2) interfaces. | kib | 2012-02-10 | 2 | -0/+413 |
* | - change the buffer size from a constant to a | luigi | 2012-02-08 | 1 | -1/+1 |
* | Add a `fix' for another whitespace bug. | ed | 2012-02-06 | 2 | -0/+15 |
* | Add fixwhite(1). | ed | 2012-02-06 | 3 | -0/+220 |
* | Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default, | dim | 2012-02-05 | 2 | -0/+40 |
|\ |
|
| * | Vendor import of llvm 3.0 final release: | dim | 2011-12-09 | 2 | -4/+4 |
| * | Vendor import of llvm release_30 branch r142614: | dim | 2011-10-20 | 68 | -2681/+2162 |
| * | Vendor import of llvm trunk r135360: | dim | 2011-07-17 | 15 | -179/+212 |
| * | Vendor import of llvm trunk r132879: | dim | 2011-06-12 | 16 | -152/+179 |