summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not try to adjust stacks if dlopen_object is called too early.kan2012-04-021-1/+4
* Reinstate the XTLB handler for CPU_NLM and CPU_RMIjchandra2012-04-021-1/+1
* Fix compiler warnings, mostly signed issues,hselasky2012-04-0262-278/+263
* Historically arp(8) did a route lookup for the entry it isglebius2012-04-021-4/+0
* Add definitions and structures for USB 2.0 Link Power Management, LPM.hselasky2012-04-023-3/+69
* Eliminate two cases of unwanted strncpy(). The name is not requireddelphij2012-04-022-4/+0
* Change typedef atomic_t to struct mfi_atomic to avoid name spaceambrisko2012-04-021-8/+8
* Remove extra semicolon which rendered condition uselessgonzo2012-04-021-1/+1
* Export some more useful info about shared memory objects to userlandjhb2012-04-0110-10/+179
* Bump __FreeBSD_version for xlocale cleanup, as requested by ports people.theraven2012-04-011-1/+1
* Make libsupc++ build as a shared library and make libstdc++ a filter librarytheraven2012-03-313-2/+144
* Remove checks that are redundant due to tf_type being unsigned.marius2012-03-311-2/+2
* Fix panic on kernel traps having a mapping in trap_sig b0rked in r206086.marius2012-03-311-5/+6
* Be more conservative in using READ CAPACITY(16) command. Previous codemav2012-03-311-3/+1
* Don't check malloc(M_WAITOK) results.glebius2012-03-311-4/+0
* Remove end of line whitespace.joel2012-03-311-3/+3
* mdoc: use It for each item in the list and separate each cell with Ta.joel2012-03-311-15/+15
* Remove stale comments.davidxu2012-03-311-3/+0
* MFhead_mfi r233621ambrisko2012-03-302-5/+4
* MFhead_mfi r227068ambrisko2012-03-3013-263/+3771
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.ambrisko2011-11-0412-205/+3798
| * Change mpt(4) probe to be an exact match to a PCI device ID. The currentambrisko2011-11-041-1/+1
* | Fix the following compilation warning with clang trunk in isci(4):dim2012-03-301-1/+1
* | Attempt to make machine check handling a bit more robust:jhb2012-03-301-28/+72
* | Fix a few issues with transmit handling in em(4) and igb(4):jhb2012-03-302-47/+130
* | Move the legacy(4) driver to x86.jhb2012-03-3011-429/+15
* | Re-initialize model-specific MSRs when we resume CPUs.jkim2012-03-302-0/+2
* | Work around Erratum 721 for AMD Family 10h and 12h processors.jkim2012-03-301-1/+28
* | - Remove erroneous trailing semicolon. [1]marius2012-03-302-2/+10
* | Remove trailing semicolon, it is a typo.davidxu2012-03-301-1/+1
* | Undo the earlier revert of the ABI change in libsupc++. On further discussion,theraven2012-03-301-6/+6
* | mdoc: terminate quoted strings.joel2012-03-301-53/+53
* | Fix COMPAT_FREEBSD32 build.davidxu2012-03-301-3/+3
* | Reenable unsolicited responses on CODEC if hdaa_sense_init() called again.mav2012-03-301-4/+5
* | Remove trailing space.davidxu2012-03-301-1/+1
* | Merge umtxq_sleep and umtxq_nanosleep into a single function by usingdavidxu2012-03-301-264/+172
* | Do not report current link status if driver is not running.yongari2012-03-301-0/+4
* | Remove task queue based link state change handler. Driver no longeryongari2012-03-302-59/+39
* | Fix an issue introduced in sys/x86/include/endian.h with r232721. Indim2012-03-291-2/+2
* | Revert sys/x86/include/endian.h to what it was before r233419, as thatdim2012-03-291-3/+3
* | oops, add a missing lock.adrian2012-03-291-1/+4
* | Fix typo from last commit.joel2012-03-291-2/+2
* | Remove unnecessary Xo/Xc.joel2012-03-292-16/+7
* | If hastd is invoked with "-P pidfile" option always create pidfiletrociny2012-03-291-5/+7
* | Fix couple of style nits.jkim2012-03-291-2/+2
* | Revert r233662 and generalize the hack. Writing zero to BAR actually doesjkim2012-03-291-41/+6
* | Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-298-35/+104
* | Restore proper use of bounce buffers for ISA DMA. When locking wasjhb2012-03-291-2/+3
* | Fix ia64 build after r233655.kib2012-03-291-0/+6
* | Defer the rescheduling of TID -> TXQ frames in some instances.adrian2012-03-293-1/+37
OpenPOWER on IntegriCloud