Age | Commit message (Expand) | Author |
2014-06-28 | Add the userland facing drm header for nouveau. | Jonathan Gray |
2014-06-27 | Cleanup support for legacy mmap flags | Matthew Dempsky |
2014-06-27 | Avoid buffer overflow on max line length by ending string with just one \0. | Tobias Stoeckmann |
2014-06-27 | Standardize xfer byte counts to ssize_t rather than a mix of size_t and int | Miod Vallat |
2014-06-27 | Update list of .S depencies over assym.h. | Miod Vallat |
2014-06-27 | Do not KASSERT an unsigned value being >= 0 after decrementing it; instead, | Miod Vallat |
2014-06-27 | Avoid buffer overflow if there were too many arguments, also adjust lenp | Tobias Stoeckmann |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-26 | fix format string when compiled with VIRTIO_DEBUG | Jasper Lievisse Adriaanse |
2014-06-26 | Work around compatibility problems with Intel ahci and Intel SSDs by retrying | Jonathan Matthew |
2014-06-25 | So it turns out that there is AML out there that asks for an access | Mark Kettenis |
2014-06-25 | pf_translate doesn't use the mbuf argument anymore. | Mike Belopuhov |
2014-06-25 | If the Embedded Contoller device has a _STA method, evaluate it and bail out | Mark Kettenis |
2014-06-23 | repair ramdisk builds | Theo de Raadt |
2014-06-23 | Fix possible crash on invalid filesystems. | Tobias Stoeckmann |
2014-06-23 | turn of IPv6 for new interfaces by default. this really just means there | Henning Brauer |
2014-06-23 | SystemMemory is used to access memory mapped registers on some machines, so we | Mark Kettenis |
2014-06-23 | Fix compile without IPSEC. | YASUOKA Masahiko |
2014-06-22 | PROCFS has been broken for months without complaints, so stop building it | Philip Guenther |
2014-06-21 | Make sure kmthread never loops without making progress: if the freelist | Philip Guenther |
2014-06-21 | If the kernel generates a deadly trap signal (SEGV, BUS, etc) for | Philip Guenther |
2014-06-21 | you've had 12+ years to update your kernel config. | Daniel Dickman |
2014-06-21 | drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc() | Jonathan Gray |
2014-06-21 | drm/radeon/si: make sure mc ucode is loaded before checking the size | Jonathan Gray |
2014-06-21 | drm/radeon: memory leak on bo reservation failure. v2 | Jonathan Gray |
2014-06-21 | Protect explicit_bzero() from link-time optimization | Matthew Dempsky |
2014-06-21 | remove useless brace block; from dhill | Theo de Raadt |
2014-06-20 | Fix a wrong comparison in the interrupt handler. | Raphael Graf |
2014-06-20 | sf@ pointed out that atom.c defines a DEBUG macro that takes arguments, | Jonathan Gray |
2014-06-19 | Implement the membar(9) API for powerpc. | Mark Kettenis |
2014-06-19 | drm/i915: fix lane bandwidth capping for DP 1.2 sinks | Jonathan Gray |
2014-06-19 | drm/i915: kill intel_dp_link_clock() | Jonathan Gray |
2014-06-18 | fix format string if DEBUG | Miod Vallat |
2014-06-18 | Add missing synchronization instructions. | Mark Kettenis |
2014-06-18 | Fix off by one in pm_inusemap. | Tobias Stoeckmann |
2014-06-18 | Update comment; there seems to be no PC-9801 extension board slot on | Kenji Aoyama |
2014-06-18 | trailing tabs arent needed. | David Gwynne |
2014-06-17 | Implement the membar(9) API for hppa. | Mark Kettenis |
2014-06-17 | Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANs | Stefan Fritsch |
2014-06-17 | We need to be more aggressive flushing L2 entries on RM7000 systems. | Miod Vallat |
2014-06-17 | Add membars to guarantee mtx_oldipl is written after locking and | Philip Guenther |
2014-06-17 | whitespace fix. | David Gwynne |
2014-06-17 | Revise previous: if a user calls STRIOCGETCWD two or more times in a row | Philip Guenther |
2014-06-17 | ansi function declarations. | David Gwynne |
2014-06-17 | The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock. | Jonathan Matthew |
2014-06-17 | Fix format string under MP_LOCKDEBUG | Tobias Ulmer |
2014-06-16 | Enable PCI power management on Lemote. | Paul Irofti |
2014-06-16 | Revert "Always create a local route for every configured IPv4 address", | Martin Pieuchot |
2014-06-15 | Use sizeof(struct file *) consistently for memcpy()'ing fd_ofiles. | Matthew Dempsky |
2014-06-15 | Fix vnode leak in systrace(4). | Matthew Dempsky |