summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-11-25Since in_broadcast() is now used to always iterate on all the interfacesMartin Pieuchot
2014-11-25No need to forward declare "struct route" anymore, rtalloc_mpath() noMartin Pieuchot
2014-11-25The proliferation of "struct route" in all its flavors didn't makeMartin Pieuchot
2014-11-25unifdef -USCOPEDROUTING, no object change.Martin Pieuchot
2014-11-25Speed up page zeroing by using a loop of dcbz/dcbzl instead of bzero().Martin Pieuchot
2014-11-25disable qla. there is a boot-time raceTheo de Raadt
2014-11-24rxr ioctl handling.Brad Smith
2014-11-24Actually, the previous change didn't quite work on the SPARC T5-2. But ifMark Kettenis
2014-11-24Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI workMark Kettenis
2014-11-24Do not attempt to dereference NULL pointers when encountering an empty SCSIMiod Vallat
2014-11-24Fix some issues with 64-bit BARs behind PCI-PCI bridges.Mark Kettenis
2014-11-24The hypervisor on a SPARC T5-2 needs stricter alignment of the MSI messageMark Kettenis
2014-11-24No point in setting the Interrupt-on Short Packet bit on OUT endpoint.Martin Pieuchot
2014-11-24In debug mode, print more information when a transfer is aborted and useMartin Pieuchot
2014-11-24If we use the vintr cookie to point at the interrupt handler struct, weMark Kettenis
2014-11-24Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return anMartin Pieuchot
2014-11-24Use the pointer to "struct intrhand" as the vintr cookie.Mark Kettenis
2014-11-24On sun4v, interpret the first data word of a device interrupt message as aMark Kettenis
2014-11-24rxr ioctl handling.Brad Smith
2014-11-24Count how many lids are open, rather than accumulating the values ACPITheo de Raadt
2014-11-24- Check IFF_RUNNING in xl_intr().Brad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-24regenBrad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-23regensasano
2014-11-23SILABS CP210X_4(0x10c4:0xea80) is no longer CP210x family.sasano
2014-11-23USB_VENDOR_SILABS:USB_PRODUCT_SILABS_CP210X_4(0x10c4:0xea80) issasano
2014-11-23If a machine has no _LIDs, then none can be open. This diff fixes a problemMike Larkin
2014-11-23Revert the logic to skip ports which status hasn't changed, it introducesMartin Pieuchot
2014-11-23Be less verbose when opening a pipe and print the endpoint & slotMartin Pieuchot
2014-11-23enable xhci(4) in ramdisksJonathan Gray
2014-11-23Move link state handling into re_miibus_statchg().Brad Smith
2014-11-23length argument for some free() calls; ok dougTheo de Raadt
2014-11-23We now get <sys/cdefs.h> via <sys/ipc.h>Philip Guenther
2014-11-23Make sure the direction bit is cleared on entry to the kernel by syscallPhilip Guenther
2014-11-22the per-cpu storage page does not need to be executable in thisTheo de Raadt
2014-11-22Be more careful draining the error register and reenabling traps in the sun4mMiod Vallat
2014-11-22Driver for the ECC memory controller found on some sun4m (ss20), so thatMiod Vallat
2014-11-22Previous diff changed the location of the ACPI S3/S4 trampoline, which hasMike Larkin
2014-11-22{ on seperate line at start of function or I go crazyTheo de Raadt
2014-11-22Do not use PROT_MASK as a non-maskTheo de Raadt
2014-11-22Split the MP trampoline into two pages, one for code and one for data/stackMike Larkin
2014-11-22Switch to using MI installboot, after a conversation with stsp. He willTheo de Raadt
2014-11-22spell PROT_EXEC correctlyTheo de Raadt
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-21mask off high bits from 'c', before operation, otherwise the packingTheo de Raadt
2014-11-21We can map 'fuse ROM' area with read only.Kenji Aoyama
2014-11-21remove unused #defines and labels.Mike Larkin
2014-11-21somebody permitted simple_locks back into uvm. they will be referred toTed Unangst
2014-11-21simple lock is long deadTed Unangst