Age | Commit message (Expand) | Author |
2015-04-01 | Add cpu_pae variable (which will be later used to determine if PAE mode is | Mike Larkin |
2015-04-01 | fix typo in comment; OK mpi@ | Gleydson Soares |
2015-04-01 | Correct comments. | Masao Uebayashi |
2015-04-01 | Run most of the interrupt handler without holding the kernel lock. | Mark Kettenis |
2015-04-01 | Kill useless comments talking about ether_input(). | Martin Pieuchot |
2015-04-01 | Remove annoying comment mentionning ether_output(). | Martin Pieuchot |
2015-04-01 | Small cleanups when attaching sensors, from David Higgs. | Martin Pieuchot |
2015-04-01 | create a taskq for network tasks to run in. cut ether_input_mbuf | David Gwynne |
2015-03-31 | Make it possisble to disable block address translation mechanism on | Martin Pieuchot |
2015-03-31 | Merge two versions of ppc_check_procid(). | Martin Pieuchot |
2015-03-31 | let vlan(4) mtu be limited by the parents hardmtu, not current mtu. | David Gwynne |
2015-03-31 | Tell the firmware to shut down the fan management thread on the last | Martin Pieuchot |
2015-03-31 | Tracing across an interrupt frame was failing because the trace code thought | Philip Guenther |
2015-03-31 | zero the frame pointer of the kernel stack of new threads to make ddb trace | Philip Guenther |
2015-03-31 | Upon finding an AUX slot that has no driver for it (such as the | Joshua Stein |
2015-03-30 | Revert 1.173 (special-casing mips64) now that uvm_map_hint()'s return value is | Miod Vallat |
2015-03-30 | Extend uvm_map_hint() to get an address range as extra arguments, and make | Miod Vallat |
2015-03-30 | #if 0 various unused definitions. | Miod Vallat |
2015-03-30 | Remove isp stanzas. qlw is here to stay. | Miod Vallat |
2015-03-30 | Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sitting | Miod Vallat |
2015-03-30 | Always use the first value of the "interrupts" property the others do | Martin Pieuchot |
2015-03-30 | Add defines for known offsets and magical values, map the correct page | Martin Pieuchot |
2015-03-30 | Convert, convert, convert 'em all to if_input(), tralalalala... | Martin Pieuchot |
2015-03-30 | Convert to if_input(). | Martin Pieuchot |
2015-03-30 | Convert to if_input(), tested by sebastia@. | Martin Pieuchot |
2015-03-29 | Restore user-loaded vga fonts upon X11->VT switch and upon resume; from | Miod Vallat |
2015-03-29 | In vga_load_font(), keep track of the font bits being passed by the caller, | Miod Vallat |
2015-03-29 | Correctly match SUNW,fas in the boot path. | Miod Vallat |
2015-03-29 | Reject packets that are too large. | Mark Kettenis |
2015-03-29 | Convert to if_input(), tested by miod@ and sebastia@. | Martin Pieuchot |
2015-03-29 | Convert qe(4) et be(4) to if_input(). | Martin Pieuchot |
2015-03-29 | initial support for the SABRE SD board | Jonathan Gray |
2015-03-29 | if_detached start dequeues mbufs on the start list and immediately | David Gwynne |
2015-03-28 | Replace the hand-crafted list of datagram unix domain sockets with | Alexander Bluhm |
2015-03-28 | Correctly advance the bootpath when attaching children. | Miod Vallat |
2015-03-28 | When attaching an sbus esp(4), do the sbus_testdma() check regardless of the | Miod Vallat |
2015-03-28 | Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma(). | Miod Vallat |
2015-03-28 | match on the RTS5249 found on the dell xps 13, treat it as a 5229 | Joshua Stein |
2015-03-28 | Convert to if_input(), tested by miod@ | Martin Pieuchot |
2015-03-27 | Lower VM_MIN_KERNEL_ADDRESS by 128MB on non-SRMMU systems (sun4/4c/4e) as well, | Miod Vallat |
2015-03-27 | Convert to if_input(). | Martin Pieuchot |
2015-03-27 | simply do if_input() between splnet() and splx(), like other drivers | uaa |
2015-03-26 | de-static | Miod Vallat |
2015-03-26 | Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone? | Mike Belopuhov |
2015-03-26 | Use rt_ifa_add(9) and rt_ifa_del(9) to configure MPLS labels. | Martin Pieuchot |
2015-03-26 | additional params from libdrm 2.4.60 | Jonathan Gray |
2015-03-26 | Use the 0x10 extended capability to determine if the trackstick | Jonathan Gray |
2015-03-25 | Save/restore AVX registers and other XSAVE-managed state information when | Mark Kettenis |
2015-03-25 | Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reordering | Mark Kettenis |
2015-03-25 | With a per interface IPv6 stateless adress auto configuration flag it | Florian Obser |