Age | Commit message (Expand) | Author |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-29 | Do not play with the xmapmode register, for its layout seems to differ between | Miod Vallat |
2014-03-29 | Kill pflowproto 9, it's unfixable post 2038, a better, standardized | Florian Obser |
2014-03-28 | if you split a 64bit thing into two 32bit halves, it helps to write | David Gwynne |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-03-28 | Add commented out entries for xhci(4). | Brad Smith |
2014-03-28 | Do not declare a struct as const if we write to it, fix build on sparc64 | Martin Pieuchot |
2014-03-28 | If a command is submitted when the hardware is already gone, it will | Martin Pieuchot |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-28 | specify at least the alignment the hardware requires, and in some cases | David Gwynne |
2014-03-28 | enable mpath plus sym and rdac on some archs so we can learn about what | David Gwynne |
2014-03-28 | Fix alignment of tftp structure by changing the 'header' member's type | Philip Guenther |
2014-03-27 | unbreak mfii after i changed the layout of some structures it borrows | David Gwynne |
2014-03-27 | Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonito | Miod Vallat |
2014-03-27 | Make sure the HIBERNATE pages get reserved regardless of the memory layout. | Miod Vallat |
2014-03-27 | Increase VM_PHYSSEG_MAX, necessary for systems with non-contiguous memory | Miod Vallat |
2014-03-27 | {fix,add} comments. | Miod Vallat |
2014-03-27 | Add commented out entries for xhci(4). | Brad Smith |
2014-03-27 | Program the colormap correctly; gives us proper shade of blue and highlighting. | Miod Vallat |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-27 | last of the htolem32 bits | David Gwynne |
2014-03-27 | When enforcing TOS (Traffic Class), preserve the ECN bits, just as we do | Jeremie Courreges-Anglas |
2014-03-27 | fix a theoretical double free. | daniel |
2014-03-27 | everything is at least 4 byte aligned | David Gwynne |
2014-03-27 | Stop dereferencing the ifp pointer present in the packet header all | Martin Pieuchot |
2014-03-27 | Stop mixing interface address flags with routing entry ones. | Martin Pieuchot |
2014-03-27 | Store an ifp index instead of a pointer in the "struct mbuf_ext". | Martin Pieuchot |
2014-03-27 | replace x86_atomic_cas_things with atomic_cas_foo equivalents. | David Gwynne |
2014-03-27 | tweak mpii_start. | David Gwynne |
2014-03-27 | the request and reply descriptors are 8 byte aligned for the hardware. | David Gwynne |
2014-03-27 | tweak the looping of the postq | David Gwynne |
2014-03-27 | you want the ring to wrap when it gets to the size of the ring, not one | David Gwynne |
2014-03-27 | optimise mpii_push_reply. | David Gwynne |
2014-03-27 | updating the reply queue indexes on the chip dont have any dependent | David Gwynne |
2014-03-27 | remove unused macros | David Gwynne |
2014-03-27 | forgot a htolem32 | David Gwynne |
2014-03-27 | apply more htolemXX and lemtohXX. | David Gwynne |
2014-03-27 | Check for PS_SUGID/PS_SUGIDEXEC against the correct set of flags | Philip Guenther |
2014-03-27 | Reorder a few struct process members to avoid copying some values | Philip Guenther |
2014-03-27 | move to htolemXX and lemtohXX. interestingly, this caught a few type | David Gwynne |
2014-03-26 | Increase max data size. 32G is the new 640K. | Ted Unangst |
2014-03-26 | Service R4[04]00SC-specific virtual coherency exceptions directly from the | Miod Vallat |
2014-03-26 | bcmp -> memcmp | Martin Pieuchot |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2014-03-26 | No need to check here if the destination address is ours, because in | Martin Pieuchot |
2014-03-26 | Simply cansignal(), passing it processes instead of procs and | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-25 | Instead of matching root hubs with a custom address, that only works | Martin Pieuchot |
2014-03-25 | Remove and shuffle some includes to reduce their number since drmP.h | Martin Pieuchot |
2014-03-25 | Upon resume do a full reset of the HC, including the command and event | Martin Pieuchot |