| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed dep | sjg | 2014-11-19 | 1 | -1/+0 |
* | Merge head from 7/28 | sjg | 2014-08-19 | 6494 | -188529/+267334 |
|\ |
|
| * | Export some new busdma stats via sysctl for armv6. Added: | ian | 2014-07-29 | 1 | -3/+63 |
| * | A while back, the array of segments used for a load/mapping operation was | ian | 2014-07-29 | 1 | -68/+40 |
| * | We never need bounce pages for memory we allocate. We cleverly allocate | ian | 2014-07-29 | 1 | -8/+0 |
| * | Replace a bunch of double-indirection with a local pointer var (that is, | ian | 2014-07-29 | 1 | -18/+19 |
| * | Don't clear the DMAMAP_DMAMEM_ALLOC flag set a few lines earlier. Doh! | ian | 2014-07-29 | 1 | -1/+0 |
| * | Memory belonging to an mbuf, or allocated by bus_dmamem_alloc(), never | ian | 2014-07-29 | 1 | -6/+24 |
| * | The run_filter() function doesn't just run dma tag exclusion filter | ian | 2014-07-29 | 1 | -46/+73 |
| * | Propagate any alignment restriction from the parent tag to a new tag, | ian | 2014-07-29 | 1 | -0/+1 |
| * | Reformat some continuation lines. No functional changes. | ian | 2014-07-29 | 1 | -30/+25 |
| * | Correct the comparison logic when looking for intersections between | ian | 2014-07-29 | 1 | -2/+2 |
| * | The exclusion_bounce() routine compares unchanging values in the tag with | ian | 2014-07-29 | 1 | -11/+22 |
| * | Rename _bus_dma_can_bounce(), add new inline routines. | ian | 2014-07-29 | 1 | -9/+28 |
| * | Simplify the expression, by removing redundand calculation. | kib | 2014-07-29 | 1 | -1/+1 |
| * | If telldir() is called immediately after a call to seekdir(), POSIX | jhb | 2014-07-29 | 2 | -28/+26 |
| * | We do not ever want _srcconf_included_ as MAIN target. | sjg | 2014-07-28 | 1 | -1/+1 |
| * | Add new README to the driver... | jfv | 2014-07-28 | 1 | -0/+342 |
| * | Update the new 40G XL710 driver to Release version 1.0.0 | jfv | 2014-07-28 | 17 | -2550/+3565 |
| * | Fix potential double free that could happen after connection error. | trasz | 2014-07-28 | 1 | -1/+4 |
| * | Revise font initialization handling. | ray | 2014-07-28 | 1 | -6/+15 |
| * | Update comments. | ray | 2014-07-28 | 1 | -0/+7 |
| * | Remove special handling of console window size. It's done in vt_upgrade() for | ray | 2014-07-28 | 1 | -6/+0 |
| * | Fix r269183 build woth GCC. | mav | 2014-07-28 | 1 | -5/+10 |
| * | For md(4), posix shm(3) and tmpfs(5), free swap space used by paged in | kib | 2014-07-28 | 2 | -1/+4 |
| * | Initialize zfs vnode v_hash when the vnode is allocated, instead of | kib | 2014-07-28 | 2 | -4/+3 |
| * | Avoid embedding buffers into static virtual terminal window. | ray | 2014-07-28 | 1 | -2/+2 |
| * | Assert that nullfs vnode has VV_ROOT set whenever lower vnode has. | kib | 2014-07-28 | 1 | -0/+4 |
| * | o Remove useless debug string. | ray | 2014-07-28 | 1 | -3/+2 |
| * | Remove unused macro VT_CONSDEV_DECLARE. Join console device now declared in one | ray | 2014-07-28 | 1 | -48/+0 |
| * | Add missing newline to output dmesg properly. | akiyama | 2014-07-28 | 1 | -2/+2 |
| * | Add netmasks support to initiator-portal option. | mav | 2014-07-28 | 4 | -17/+92 |
| * | Update the list of cross references to include the more modern set of | gnn | 2014-07-28 | 1 | -1/+13 |
| * | libsbuf.so.6 is no longer obsolete | antoine | 2014-07-28 | 1 | -2/+0 |
| * | When interval is set to very small value with limited amount of packets, | delphij | 2014-07-28 | 1 | -2/+8 |
| * | Unbreak the ABI by reverting r268494 until the compat shims are provided | gahr | 2014-07-28 | 3 | -23/+11 |
| * | Add the rest of combined interrupt groups. | br | 2014-07-28 | 1 | -5/+112 |
| * | Remove ohash_int.h forgotten in previous commit | bapt | 2014-07-27 | 1 | -25/+0 |
| * | Sync with OpenBSD | bapt | 2014-07-27 | 23 | -625/+540 |
| * | Explicitely mention that inactivated or reclaimed vnode is locked | kib | 2014-07-27 | 1 | -1/+2 |
| * | Remove man page for non-existent VOPs. | kib | 2014-07-27 | 2 | -116/+0 |
| * | Correct the locking statement. | kib | 2014-07-27 | 1 | -11/+7 |
| * | Update from mav@ - don't break the input switching. | adrian | 2014-07-27 | 1 | -6/+0 |
| * | Forced commit - testing commit mail etc pipelines. | peter | 2014-07-27 | 1 | -1/+1 |
| * | 1. Suppress output for the TFTP-based PXE loader, but leave it in | marcel | 2014-07-27 | 1 | -4/+15 |
| * | Give loaders more control over the Forth initialization process. In | marcel | 2014-07-27 | 14 | -23/+62 |
| * | Add support for my Lenovo T400. | adrian | 2014-07-27 | 2 | -0/+17 |
| * | Fix several cases of NULL dereference when INQUIRY sent to absent LUN. | mav | 2014-07-27 | 1 | -10/+12 |
| * | Commit some sins in the name of "oh god oh god I don't really want to | adrian | 2014-07-27 | 1 | -60/+11 |
| * | Add another revision of the AR8327. | adrian | 2014-07-26 | 1 | -0/+1 |