Age | Commit message (Expand) | Author |
2014-11-24 | Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI work | Mark Kettenis |
2014-11-24 | Do not attempt to dereference NULL pointers when encountering an empty SCSI | Miod Vallat |
2014-11-24 | Fix some issues with 64-bit BARs behind PCI-PCI bridges. | Mark Kettenis |
2014-11-24 | The hypervisor on a SPARC T5-2 needs stricter alignment of the MSI message | Mark Kettenis |
2014-11-24 | No point in setting the Interrupt-on Short Packet bit on OUT endpoint. | Martin Pieuchot |
2014-11-24 | In debug mode, print more information when a transfer is aborted and use | Martin Pieuchot |
2014-11-24 | If we use the vintr cookie to point at the interrupt handler struct, we | Mark Kettenis |
2014-11-24 | Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an | Martin Pieuchot |
2014-11-24 | Use the pointer to "struct intrhand" as the vintr cookie. | Mark Kettenis |
2014-11-24 | On sun4v, interpret the first data word of a device interrupt message as a | Mark Kettenis |
2014-11-24 | rxr ioctl handling. | Brad Smith |
2014-11-24 | Count how many lids are open, rather than accumulating the values ACPI | Theo de Raadt |
2014-11-24 | - Check IFF_RUNNING in xl_intr(). | Brad Smith |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-24 | regen | Brad Smith |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-23 | regen | sasano |
2014-11-23 | SILABS CP210X_4(0x10c4:0xea80) is no longer CP210x family. | sasano |
2014-11-23 | USB_VENDOR_SILABS:USB_PRODUCT_SILABS_CP210X_4(0x10c4:0xea80) is | sasano |
2014-11-23 | If a machine has no _LIDs, then none can be open. This diff fixes a problem | Mike Larkin |
2014-11-23 | Revert the logic to skip ports which status hasn't changed, it introduces | Martin Pieuchot |
2014-11-23 | Be less verbose when opening a pipe and print the endpoint & slot | Martin Pieuchot |
2014-11-23 | enable xhci(4) in ramdisks | Jonathan Gray |
2014-11-23 | Move link state handling into re_miibus_statchg(). | Brad Smith |
2014-11-23 | length argument for some free() calls; ok doug | Theo de Raadt |
2014-11-23 | We now get <sys/cdefs.h> via <sys/ipc.h> | Philip Guenther |
2014-11-23 | Make sure the direction bit is cleared on entry to the kernel by syscall | Philip Guenther |
2014-11-22 | the per-cpu storage page does not need to be executable in this | Theo de Raadt |
2014-11-22 | Be more careful draining the error register and reenabling traps in the sun4m | Miod Vallat |
2014-11-22 | Driver for the ECC memory controller found on some sun4m (ss20), so that | Miod Vallat |
2014-11-22 | Previous diff changed the location of the ACPI S3/S4 trampoline, which has | Mike Larkin |
2014-11-22 | { on seperate line at start of function or I go crazy | Theo de Raadt |
2014-11-22 | Do not use PROT_MASK as a non-mask | Theo de Raadt |
2014-11-22 | Split the MP trampoline into two pages, one for code and one for data/stack | Mike Larkin |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt |
2014-11-22 | spell PROT_EXEC correctly | Theo de Raadt |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-21 | mask off high bits from 'c', before operation, otherwise the packing | Theo de Raadt |
2014-11-21 | We can map 'fuse ROM' area with read only. | Kenji Aoyama |
2014-11-21 | remove unused #defines and labels. | Mike Larkin |
2014-11-21 | somebody permitted simple_locks back into uvm. they will be referred to | Ted Unangst |
2014-11-21 | simple lock is long dead | Ted Unangst |
2014-11-21 | Since we enable NX in locore now, no need to do it again later in the | Mike Larkin |
2014-11-21 | Add NX (if available) to the mid-level page tables (PDE, etc). | Mike Larkin |
2014-11-21 | Kill kv_executable flag. We no longer allow requests for PROT_EXEC | Theo de Raadt |
2014-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
2014-11-20 | sizes for simple free cases. sizeof(*) and one case where len is clear. | Ted Unangst |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | Rework the handling of interfaces and IPv6 addresses for local delivery. | Martin Pieuchot |
2014-11-20 | Fix comment. | Kenji Aoyama |