summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2014-03-27{fix,add} comments.Miod Vallat
2014-03-27Add commented out entries for xhci(4).Brad Smith
2014-03-27Program the colormap correctly; gives us proper shade of blue and highlighting.Miod Vallat
2014-03-27Retire kernel support for SO_DONTROUTE, since the plan is to alwaysMartin Pieuchot
2014-03-27last of the htolem32 bitsDavid Gwynne
2014-03-27When enforcing TOS (Traffic Class), preserve the ECN bits, just as we doJeremie Courreges-Anglas
2014-03-27fix a theoretical double free.daniel
2014-03-27everything is at least 4 byte alignedDavid Gwynne
2014-03-27Stop dereferencing the ifp pointer present in the packet header allMartin Pieuchot
2014-03-27Stop mixing interface address flags with routing entry ones.Martin Pieuchot
2014-03-27Store an ifp index instead of a pointer in the "struct mbuf_ext".Martin Pieuchot
2014-03-27replace x86_atomic_cas_things with atomic_cas_foo equivalents.David Gwynne
2014-03-27tweak mpii_start.David Gwynne
2014-03-27the request and reply descriptors are 8 byte aligned for the hardware.David Gwynne
2014-03-27tweak the looping of the postqDavid Gwynne
2014-03-27you want the ring to wrap when it gets to the size of the ring, not oneDavid Gwynne
2014-03-27optimise mpii_push_reply.David Gwynne
2014-03-27updating the reply queue indexes on the chip dont have any dependentDavid Gwynne
2014-03-27remove unused macrosDavid Gwynne
2014-03-27forgot a htolem32David Gwynne
2014-03-27apply more htolemXX and lemtohXX.David Gwynne
2014-03-27Check for PS_SUGID/PS_SUGIDEXEC against the correct set of flagsPhilip Guenther
2014-03-27Reorder a few struct process members to avoid copying some valuesPhilip Guenther
2014-03-27move to htolemXX and lemtohXX. interestingly, this caught a few typeDavid Gwynne
2014-03-26Increase max data size. 32G is the new 640K.Ted Unangst
2014-03-26Service R4[04]00SC-specific virtual coherency exceptions directly from theMiod Vallat
2014-03-26bcmp -> memcmpMartin Pieuchot
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2014-03-26No need to check here if the destination address is ours, because inMartin Pieuchot
2014-03-26Simply cansignal(), passing it processes instead of procs andPhilip Guenther
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-25Instead of matching root hubs with a custom address, that only worksMartin Pieuchot
2014-03-25Remove and shuffle some includes to reduce their number since drmP.hMartin Pieuchot
2014-03-25Upon resume do a full reset of the HC, including the command and eventMartin Pieuchot