summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itMark Kettenis
2014-04-01More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.Martin Pieuchot
2014-04-01Define intptr_t in <unistd.h> as specified by POSIXMatthew Dempsky
2014-03-31Fix octal constant: "\018" -> "\020"Matthew Dempsky
2014-03-31Slightly better debugging code.Mark Kettenis
2014-03-31Use extent_alloc_with_descr(9) and add a mutex to protect the extent.Mark Kettenis
2014-03-31Due the virtually indexed nature of the L1 instruction cache on most mipsMiod Vallat
2014-03-31In uvm_fault(), when attempting to map backpages and forwpages, deferMiod Vallat
2014-03-31Grab the kernel lock before autoconf. This way device drivers can drop it inMark Kettenis
2014-03-31Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more.Martin Pieuchot
2014-03-31Force the detach of all USB devices by disconnecting the root hubsMartin Pieuchot
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot
2014-03-31Rather than scanning local loop ids sequentially, just ask the chip whichJonathan Matthew
2014-03-31qle dvas straddle 4 byte boundaries, so best to treat them as twoDavid Gwynne
2014-03-31the hardware expects ahci_cmd_table to be 128 byte alignedDavid Gwynne
2014-03-31move the last htoleXX things to htolemXX where possible.David Gwynne
2014-03-31ahci dva things are 64bit and surprisingly aligned nicely to 64bit too.David Gwynne
2014-03-31give up on isp, and only use ql[wae]Theo de Raadt
2014-03-31replace bzero with memsetDavid Gwynne
2014-03-31massage the prdt (what an sgl is on every other chip) loading withDavid Gwynne
2014-03-31dva on ahci is 64bitDavid Gwynne
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther
2014-03-30Close the kernel fd before attempting to load /etc/random.seed, and reopen itMiod Vallat
2014-03-30Drop isp(4) to make the kernel fit again.Mark Kettenis
2014-03-30drm/radeon: disable pll sharing for DP on DCE4.1Jonathan Gray
2014-03-30drm/radeon: fix missing bo reservationJonathan Gray
2014-03-30drm/i915/dp: add native aux defer retry limitJonathan Gray
2014-03-30drm/i915/dp: increase native aux defer retry timeoutJonathan Gray
2014-03-30drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVBJonathan Gray
2014-03-30drm/i915: Add intel_ring_cachline_align()Jonathan Gray
2014-03-30correct the value of DRM_MAJOR for non i386 platformsJonathan Gray
2014-03-29Update the loongson codebase to recognize the so-called `EFI-like' interfaceMiod Vallat
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-29Do not play with the xmapmode register, for its layout seems to differ betweenMiod Vallat
2014-03-29Kill pflowproto 9, it's unfixable post 2038, a better, standardizedFlorian Obser
2014-03-28if you split a 64bit thing into two 32bit halves, it helps to writeDavid Gwynne
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-03-28Add commented out entries for xhci(4).Brad Smith
2014-03-28Do not declare a struct as const if we write to it, fix build on sparc64Martin Pieuchot
2014-03-28If a command is submitted when the hardware is already gone, it willMartin Pieuchot
2014-03-28revert "Retire kernel support for SO_DONTROUTE" diff, which does bad thingsStuart Henderson
2014-03-28specify at least the alignment the hardware requires, and in some casesDavid Gwynne
2014-03-28enable mpath plus sym and rdac on some archs so we can learn about whatDavid Gwynne
2014-03-28Fix alignment of tftp structure by changing the 'header' member's typePhilip Guenther
2014-03-27unbreak mfii after i changed the layout of some structures it borrowsDavid Gwynne
2014-03-27Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonitoMiod Vallat
2014-03-27Make sure the HIBERNATE pages get reserved regardless of the memory layout.Miod Vallat
2014-03-27Increase VM_PHYSSEG_MAX, necessary for systems with non-contiguous memoryMiod Vallat