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