summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-02-02Remove some pmap locks that were #defined to be nothing (empty). DiscussedMike Larkin
2015-02-01Gather the scattered (and sometimes duplicated) qbus address and size definesMiod Vallat
2015-02-01Do not write to the doorbell register at uba attach time - this causes aMiod Vallat
2015-02-01Pass the correct machine check frame to the machine check handler.Miod Vallat
2015-01-31xhci fitsTheo de Raadt
2015-01-31regenJonathan Gray
2015-01-31Add some more Intel 5th gen Core ids and the xHCI id used inJonathan Gray
2015-01-30Fix mbuf leak in Linux compat setsockopt() in the error path whenTodd C. Miller
2015-01-30simple_lock can finally be removed!Theo de Raadt
2015-01-29remove no-op simple locksTheo de Raadt
2015-01-29back bpf.c down to 1.113, from before most recent timeout changes.Ted Unangst
2015-01-28- Add PCH2 and PCH LPT to the list of chips capable of only 9K jumbos.Brad Smith
2015-01-28Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'sMartin Pieuchot
2015-01-28revert back to initial vnodes again so we can be sure nfs likes itTed Unangst
2015-01-28drm/radeon: allow geom rings to be setup on r600/r700 (v2)Jonathan Gray
2015-01-28drm/radeon: fix VGT_GS_INSTANCE_CNT registerJonathan Gray
2015-01-28Remove an unused macro and a stale comment. No functional change.Mike Larkin
2015-01-28when doing a blocking read with a timeout, after the sleep resetDavid Gwynne
2015-01-27tedu x86_self_ipi()/i386_self_ipi()Stefan Fritsch
2015-01-27Ignore buttons for which _STA indicates they're not present, enabled orMark Kettenis
2015-01-27Vommiting errors about failed reset or stall clear are not usefull toMartin Pieuchot
2015-01-27Always call if_ioctl() for loopback interfaces, just like IPv4 do, toMartin Pieuchot
2015-01-27Ensure that link-local addresses are correctly configured on loopbackMartin Pieuchot
2015-01-27Do not overwrite user-specified MTU.Martin Pieuchot
2015-01-27remove workq code. its been replaced with tasks.David Gwynne
2015-01-27remove #include <sys/workq.h>. it wont exist anymore soon.David Gwynne
2015-01-27ENOGREP.David Gwynne
2015-01-27this code doesnt need to know about interrupts, so i can trim someDavid Gwynne
2015-01-27i forgot to fix ipw when i removed the second task argument.David Gwynne
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-27Remove an unused and confusing assignment that had been commented out forMike Larkin
2015-01-27Remove an unused variable whose functionality was moved to locore long ago.Mike Larkin
2015-01-27Remove an odd comment in the first line of the fileMike Larkin
2015-01-27Rewrite receive filter handling and ioctl bits.Brad Smith
2015-01-27Require EFT shared objects have a PT_PHDR entry to be consideredKurt Miller
2015-01-26Move the "stackgap" from the stack into its own page at a random address.Mark Kettenis
2015-01-26Print frame buffer resolution at attach time.Miod Vallat
2015-01-26Call rtdeletemsg(9) instead of rerolling its code. As a bonus you'llMartin Pieuchot
2015-01-26Do not always try to rtfree(9) route entries inside rtdeletemsg(9).Martin Pieuchot
2015-01-26Set PCIe max read request size to 2K to help with TX performance.Brad Smith
2015-01-26Update the Samsung SSD controller comment.Brad Smith
2015-01-26Import the exynos work into tree. This is from Bitrig. Discussed with and OK ...Brandon Mercer
2015-01-25Rework cbus(4) interrupt support a bit. Instead of merging devhandle andMark Kettenis
2015-01-25Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6.Jonathan Gray
2015-01-25refactor loading of dmamaps.David Gwynne
2015-01-24Implement bus_dmamem_alloc_range(9) for macppc/socppc.Mark Kettenis
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2015-01-24Use bus_dmamem_alloc_range(9) to make sure the ring descriprtors can beMark Kettenis
2015-01-24Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memoryMark Kettenis
2015-01-24Remove a comment that is no longer true with MCLGETI and jumbos onBrad Smith