aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* A while back, the array of segments used for a load/mapping operation wasIan Lepore2014-07-291-68/+40
* We never need bounce pages for memory we allocate. We cleverly allocateIan Lepore2014-07-291-8/+0
* Replace a bunch of double-indirection with a local pointer var (that is,Ian Lepore2014-07-291-18/+19
* Don't clear the DMAMAP_DMAMEM_ALLOC flag set a few lines earlier. Doh!Ian Lepore2014-07-291-1/+0
* Memory belonging to an mbuf, or allocated by bus_dmamem_alloc(), neverIan Lepore2014-07-291-6/+24
* The run_filter() function doesn't just run dma tag exclusion filterIan Lepore2014-07-291-46/+73
* Propagate any alignment restriction from the parent tag to a new tag,Ian Lepore2014-07-291-0/+1
* Reformat some continuation lines. No functional changes.Ian Lepore2014-07-291-30/+25
* Correct the comparison logic when looking for intersections betweenIan Lepore2014-07-291-2/+2
* The exclusion_bounce() routine compares unchanging values in the tag withIan Lepore2014-07-291-11/+22
* Rename _bus_dma_can_bounce(), add new inline routines.Ian Lepore2014-07-291-9/+28
* Simplify the expression, by removing redundand calculation.Konstantin Belousov2014-07-291-1/+1
* Add new README to the driver...Jack F Vogel2014-07-281-0/+342
* Update the new 40G XL710 driver to Release version 1.0.0Jack F Vogel2014-07-2817-2550/+3565
* Fix potential double free that could happen after connection error.Edward Tomasz Napierala2014-07-281-1/+4
* Revise font initialization handling.Aleksandr Rybalko2014-07-281-6/+15
* Update comments.Aleksandr Rybalko2014-07-281-0/+7
* Remove special handling of console window size. It's done in vt_upgrade() forAleksandr Rybalko2014-07-281-6/+0
* For md(4), posix shm(3) and tmpfs(5), free swap space used by paged inKonstantin Belousov2014-07-282-1/+4
* Initialize zfs vnode v_hash when the vnode is allocated, instead ofKonstantin Belousov2014-07-282-4/+3
* Avoid embedding buffers into static virtual terminal window.Aleksandr Rybalko2014-07-281-2/+2
* Assert that nullfs vnode has VV_ROOT set whenever lower vnode has.Konstantin Belousov2014-07-281-0/+4
* o Remove useless debug string.Aleksandr Rybalko2014-07-281-3/+2
* Remove unused macro VT_CONSDEV_DECLARE. Join console device now declared in oneAleksandr Rybalko2014-07-281-48/+0
* Add missing newline to output dmesg properly.Shunsuke Akiyama2014-07-281-2/+2
* Unbreak the ABI by reverting r268494 until the compat shims are providedPietro Cerutti2014-07-282-22/+10
* Add the rest of combined interrupt groups.Ruslan Bukin2014-07-281-5/+112
* Update from mav@ - don't break the input switching.Adrian Chadd2014-07-271-6/+0
* 1. Suppress output for the TFTP-based PXE loader, but leave it inMarcel Moolenaar2014-07-271-4/+15
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-2714-23/+62
* Add support for my Lenovo T400.Adrian Chadd2014-07-272-0/+17
* Fix several cases of NULL dereference when INQUIRY sent to absent LUN.Alexander Motin2014-07-271-10/+12
* Commit some sins in the name of "oh god oh god I don't really want toAdrian Chadd2014-07-271-60/+11
* Add another revision of the AR8327.Adrian Chadd2014-07-261-0/+1
* store the AR9300 interrupts away when doing interrupt debugging.Adrian Chadd2014-07-261-0/+15
* The accept filter code is not specific to the FreeBSD IPv4 network stack,Marcel Moolenaar2014-07-264-10/+7
* Split the XHCI TRB allocations into smaller parts, so that we don'tHans Petter Selasky2014-07-262-22/+22
* Add two sysctls for newly added tunables.Xin LI2014-07-261-0/+8
* Add missing definition of ELF_MACHINE_OK, now used by gcore(1).Marcel Moolenaar2014-07-261-0/+2
* Pull in the armv4 "fast out" code for checking whether busdma can bounceIan Lepore2014-07-261-0/+16
* Remove completely bogus alignment check -- it's the physical address thatIan Lepore2014-07-261-2/+0
* When unwiring a region of an address space, do not assume that theAlan Cox2014-07-265-27/+93
* Build tsec(4) as a module.Marcel Moolenaar2014-07-261-0/+11
* Remove bogus module dependencies.Marcel Moolenaar2014-07-261-2/+0
* Do not fail the low-level device probe simply because the kernelMarcel Moolenaar2014-07-261-4/+3
* Avoid using ${.CURDIR} so that the module can be built from multipleMarcel Moolenaar2014-07-263-10/+15
* Fix relocations related to dpcpu and vnet sets. The address isMarcel Moolenaar2014-07-261-8/+5
* Fix for division by zero.Hans Petter Selasky2014-07-264-2/+6
* Don't return ERESTART when the device is gone. In ttydev_leave() ERESTARTMarcel Moolenaar2014-07-261-4/+4
* Implement separate I/O dispatch method for ZVOLs in "dev" mode.Alexander Motin2014-07-261-3/+88