summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* MFC r306441 and r306634:hselasky2016-10-101-0/+2
* MFC 305751: Make device_quiet() an attachment property.jhb2016-09-301-6/+8
* MFC 305502: Reset PCI pass through devices via PCI-e FLR during VM start/end.jhb2016-09-302-0/+102
* MFC 304858,305485,305497: Fix various issues with PCI pass through and VT-d.jhb2016-09-301-1/+24
* MFC 305248: Remove warning about pci_addr_t being different sizes.jhb2016-09-301-6/+1
* MFC 303721: Permit the name of the /dev/iov entry to be set by the driver.jhb2016-09-292-1/+25
* MFC r305692:kib2016-09-251-0/+10
* MFC r303425:kib2016-08-272-17/+121
* MFC r303519vangyzen2016-08-012-6/+6
* MFC r303211:kib2016-07-302-11/+37
* The paradigm of a callout is that it has three consequent states:glebius2016-07-051-2/+6
* Document support for alternate TCP stacks.jtl2016-06-282-0/+288
* Add pci_get_max_payload() to fetch the PCI-express maximum payload size.jhb2016-06-241-1/+14
* Fix a bunch of "xref refers to *this* page" igor(1) warnings.trasz2016-06-093-4/+3
* Fix typos.trasz2016-06-082-5/+5
* Fix some trailing whitespaces.trasz2016-06-082-6/+6
* Fix a bunch of "sentence not on new line" warnings in section 9.trasz2016-06-089-43/+66
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.bz2016-06-031-1/+21
* Remove the BUGS entry in memguard's man page.markj2016-06-011-15/+1
* The pr_destroy field does not allow us to run the teardown code in abz2016-06-011-2/+1
* Be more clear about LOCKLEAF being exclusive and add LOCKSHARED.bdrewery2016-05-231-3/+20
* Add sglist functions for working with arrays of VM pages.jhb2016-05-202-1/+34
* Add new bus methods for mapping resources.jhb2016-05-205-3/+217
* Remove dangling references to rman_await_resource().jhb2016-05-202-22/+1
* Per Ravi Pokala's suggestion, rewrite the g_reset_bio description toimp2016-05-172-16/+17
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* Add a pcib interface for use by interrupt controllers that need toandrew2016-05-161-0/+3
* Re-commit r299467 having fixed the build:andrew2016-05-162-1/+17
* atomic: Add testandclear on i386/amd64sephe2016-05-161-1/+19
* Revert r299467 to fix the kernel build.cem2016-05-112-17/+1
* Add a new get_id interface to pci and pcib. This will allow us to bothandrew2016-05-112-1/+17
* Add a missing section to a cross-reference.jhb2016-05-101-2/+3
* Bump date. Forgotten in r299312.imp2016-05-101-1/+1
* Document g_reset_bio(). This is long overdue. g_reset_bio will resetimp2016-05-101-1/+30
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-092-0/+103
* kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)sephe2016-05-031-5/+19
* Revert bus_get_cpus() for now.jhb2016-05-032-102/+0
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-022-0/+102
* Spelling fixes supplied by pfg@, detected with codespell, pluswblock2016-05-018-11/+11
* Add some notes about the implicit resource mapping for activated resources.jhb2016-04-281-2/+47
* Document RF_PREFETCHABLE.jhb2016-04-281-0/+2
* Document PCI_RES_BUS as a possible resource type.jhb2016-04-282-2/+6
* Remove a stale reference to the removed RF_TIMESHARE flag.jhb2016-04-281-3/+1
* Add a new rescan method to the bus interface.jhb2016-04-272-0/+52
* osd(9): Change array pointer to array pointer type from void*cem2016-04-261-8/+9
* Correct types for g_example_start() and g_example_access().brueffer2016-04-241-3/+3
* Improve upon r296618 to keep lines < 80 characters.brueffer2016-04-232-4/+9
* MFHgjb2016-04-049-48/+221
|\
| * Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocationjamie2016-03-301-3/+61
| * Reword descriptions of asserting locks held without WITNESS.bdrewery2016-03-292-15/+21
OpenPOWER on IntegriCloud