Age | Commit message (Expand) | Author |
2013-03-15 | print a dump of structs boot_info/boot_desc which contain useful information | Jasper Lievisse Adriaanse |
2013-03-15 | add some board types which will be used later to identify particular boards | Jasper Lievisse Adriaanse |
2013-03-15 | save a copy of the address at which the CF bus can be found, and use this in ... | Jasper Lievisse Adriaanse |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov |
2013-03-15 | Rewrite receive filter handling and ioctl bits. | Brad Smith |
2013-03-14 | regen | Ted Unangst |
2013-03-14 | the 5.1 era tfork syscall claws its way out of the grave. we failed to | Ted Unangst |
2013-03-14 | Add some missing bits for flow control support and enable it. | Brad Smith |
2013-03-14 | - Fix passing down MAC feature flags; which fixes flow control support. | Brad Smith |
2013-03-14 | Match on family 15h also. | Bryan Steele |
2013-03-14 | regen. | Bryan Steele |
2013-03-14 | Add AMD Family 15h devices. | Bryan Steele |
2013-03-14 | My lack of faith... These lines should stay, reported by ajacoutot@. | Martin Pieuchot |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-14 | add macros for ap192k cards, no behavior change | Alexandre Ratchov |
2013-03-14 | Cosmetic tweaking. No functional change. | Brad Smith |
2013-03-14 | - Remove return at the end of void functions | Brad Smith |
2013-03-13 | Allow octeon to reboot by poking the right address for a soft cpu reset. | Jasper Lievisse Adriaanse |
2013-03-12 | preserving main-branch topology for a perverse reason: | Theo de Raadt |
2013-03-12 | preserving main-branch topology for a perverse reason: | Theo de Raadt |
2013-03-12 | preserving main-branch topology for a perverse reason: | Theo de Raadt |
2013-03-12 | Fix horrible typo of mine checking for WAITOK flags, found by sthen. | Bob Beck |
2013-03-12 | Fake 'SMBIOS detection' for the Soekris boxes, by Matt Dainty | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-11 | Separate out the common capabilities flags from the switch statement | Brad Smith |
2013-03-11 | Add a separate "translation" counter and use this rather than "memory" | Stuart Henderson |
2013-03-11 | Remove unused code manipulating a default interface and its index, | Martin Pieuchot |
2013-03-11 | flush writes to BGE_MI_COMM by doing a read straight after. helps avoid | David Gwynne |
2013-03-10 | Rename write_queue_address -> setup_queue | Stefan Fritsch |
2013-03-10 | Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci | Stefan Fritsch |
2013-03-10 | if_vio: Add some more debug output if VIRTIO_DEBUG is defined | Stefan Fritsch |
2013-03-10 | this ramdisk is just for one machine | Theo de Raadt |
2013-03-10 | Make it possible to call wsdisplay_cnattach() to override an already attached | Mark Kettenis |
2013-03-10 | Switch to ANSI C prototypes. Diff by somebody else which I no longer remember. | Claudio Jeker |
2013-03-10 | Do not try to scan the ADB bus for devices if the device-tree does not | Martin Pieuchot |
2013-03-10 | Rename sc_dis to sc_targets, since it is an array of targets that also | Joel Sing |
2013-03-09 | Always use the internal PHY on Apple variants, from FreeBSD. This unbreaks | Martin Pieuchot |
2013-03-09 | RAMDISKC wil be needed for alphabook1 | Theo de Raadt |
2013-03-09 | Calculating the IP header checksum on Realtek 8168 is broken if the | Alexander Bluhm |
2013-03-09 | re-arrange the pre-accounting of the objects in the buffer so it | Theo de Raadt |
2013-03-09 | remove unneccessary needs-flag | Theo de Raadt |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot |
2013-03-09 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-03-09 | normalize structure definitions | Theo de Raadt |
2013-03-09 | turn off debug features we do not need | Theo de Raadt |
2013-03-09 | First steps towards alphabook1 support; from netbsd | Theo de Raadt |
2013-03-08 | In pcic_intr_find(), pass a correct device name to isa_intr_establish(), so | Miod Vallat |
2013-03-08 | Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function. | Miod Vallat |
2013-03-08 | Always initialize the direct DMA window, instead of relying upon SRM to do so; | Miod Vallat |
2013-03-08 | backout previous phidgets quirk | joshua stein |