aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2014-05-08321-2548/+40015
|\
| * Hide debug messages under VT_DEBUG.Aleksandr Rybalko2014-05-083-0/+10
| * Use KASSERTs as suggested by glebius@Michael Tuexen2014-05-081-14/+2
| * Add #ifdefs in the mpr(4) driver so that versions of stable/9 thatKenneth D. Merry2014-05-082-5/+10
| * Fix TLR (Transport Layer Retry) support in the mps(4) and mpr(4) drivers.Kenneth D. Merry2014-05-082-4/+8
| * Consolitate all the AP core startup stuff under a single #ifdef SMP block.Ian Lepore2014-05-081-16/+6
| * Modify Copyright information and other strings to reflect Qlogic Corporation'...David C Somayajulu2014-05-085-42/+35
| * Move the mptramp code which is specific to the Marvell ArmadaXP SoC out ofIan Lepore2014-05-083-47/+58
| * For some UDP packets (for example with 200 byte payload) and IP options,Michael Tuexen2014-05-081-5/+13
| * Use edge-triggered interrupts rather than polling loops to avoid missingIan Lepore2014-05-081-15/+28
| * Rename rt_msg1() to more handy rtsock_msg_mbuf().Alexander V. Chernikov2014-05-081-9/+13
| * Fix scrollback.Aleksandr Rybalko2014-05-082-5/+7
| * No need to assign fields required and checked on probe.Aleksandr Rybalko2014-05-081-7/+0
| * Fix incorrect netmasks being passed via rtsock.Alexander V. Chernikov2014-05-081-8/+38
| * Silence no interrupt-parent found message during boot.Ganbold Tsagaankhuu2014-05-081-0/+2
| * Add casts to have it compile on amd64 without complaining aboutAdrian Chadd2014-05-071-6/+9
| * Add mrsas(4) driver from LSI official support of newer MegaRAID SASDoug Ambrisko2014-05-079-0/+9434
| * Fix possible divide by zero.Aleksandr Rybalko2014-05-071-10/+18
| * It is safe to allow shrinking, when aligned size is bigger than current.Andrey V. Elsukov2014-05-073-4/+4
| * msync(2) must return ENOMEM and not EINVAL when the address is outside thePeter Holm2014-05-071-1/+1
| * There's no need to be this paranoid - ni is deferenced before thisAdrian Chadd2014-05-071-1/+1
| * Hold the SIM lock when calling xpt_create_path() and xpt_action() inKenneth D. Merry2014-05-071-0/+6
| * Remove some debugging code.Kenneth D. Merry2014-05-071-2/+0
| * Change the device name for mpr(4) from /dev/mpr_N to /dev/mprN.Kenneth D. Merry2014-05-061-1/+1
| * Due to reasons unknown at this time, the system can be forced to writeScott Long2014-05-061-0/+26
| * Import George Wilson's change for Illumos #4730:Xin LI2014-05-061-1/+2
| * Remove unused code. This is triggered by the bugreport of Sylvestre LedruMichael Tuexen2014-05-061-8/+0
| * Enable PL310 power-saving modes and tune the cache ram latencies for imx6.Ian Lepore2014-05-061-0/+13
| * Add a public routine to set the L2 cache ram latencies. This can beIan Lepore2014-05-062-0/+42
| * Add defines for the bits in the PL310 debug control register.Ian Lepore2014-05-061-0/+2
| * Call platform_pl310_init() before enabling the controller, and handle theIan Lepore2014-05-061-33/+36
| * Implement KDMKTONE ioctl.Aleksandr Rybalko2014-05-061-2/+10
| * Break out the code that figures out the L2 cache geometry to its ownIan Lepore2014-05-061-10/+20
| * Move the pl310.enabled tunable to hw.pl310.enabled. Clean up a few minorIan Lepore2014-05-061-4/+7
| * Fix buildkernel breakage, which was fall-out from the move of options toStefan Eßer2014-05-062-0/+2
| * Spell raccdt in a more conventional way in a comment.Robert Watson2014-05-061-1/+1
| * Reduce the number of interrupts in USB host mode for the DWC OTGHans Petter Selasky2014-05-061-83/+145
| * Fix a problem with async notifications in the mpr(4) driver.Kenneth D. Merry2014-05-061-0/+66
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-0664-62/+65
| * Prior to r254304, a separate function, vm_pageout_page_stats(), was used toAlan Cox2014-05-061-3/+5
| * Modify Copyright information to reflect Qlogic Corporation's purchaseDavid C Somayajulu2014-05-0623-176/+27
| * Modify the RX path to keep the previous RX descriptor around once it'sAdrian Chadd2014-05-063-17/+122
| * - Remove net.inet.tcp.reass.overflows sysctl. It counts exactlyGleb Smirnoff2014-05-062-13/+2
| * Switch vga drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-051-4/+18
| * Revert r264997 and r265026. It is not required anymore.Aleksandr Rybalko2014-05-051-15/+0
| * Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theWarner Losh2014-05-051-1/+2
| * Add vt(4) driver name for ofwfb driver.Aleksandr Rybalko2014-05-051-0/+1
| * Switch fb and efifb drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-054-37/+157
| * Garbage collect two more unused sysinit subsystems: SI_SUB_KVM_RSRC andRobert Watson2014-05-051-2/+0
| * Set of updates to vt(4) core part.Aleksandr Rybalko2014-05-051-12/+117