summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-06-25If the Embedded Contoller device has a _STA method, evaluate it and bail outMark Kettenis
2014-06-23repair ramdisk buildsTheo de Raadt
2014-06-23Fix possible crash on invalid filesystems.Tobias Stoeckmann
2014-06-23turn of IPv6 for new interfaces by default. this really just means thereHenning Brauer
2014-06-23SystemMemory is used to access memory mapped registers on some machines, so weMark Kettenis
2014-06-23Fix compile without IPSEC.YASUOKA Masahiko
2014-06-22PROCFS has been broken for months without complaints, so stop building itPhilip Guenther
2014-06-21Make sure kmthread never loops without making progress: if the freelistPhilip Guenther
2014-06-21If the kernel generates a deadly trap signal (SEGV, BUS, etc) forPhilip Guenther
2014-06-21you've had 12+ years to update your kernel config.Daniel Dickman
2014-06-21drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Jonathan Gray
2014-06-21drm/radeon/si: make sure mc ucode is loaded before checking the sizeJonathan Gray
2014-06-21drm/radeon: memory leak on bo reservation failure. v2Jonathan Gray
2014-06-21Protect explicit_bzero() from link-time optimizationMatthew Dempsky
2014-06-21remove useless brace block; from dhillTheo de Raadt
2014-06-20Fix a wrong comparison in the interrupt handler.Raphael Graf
2014-06-20sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,Jonathan Gray
2014-06-19Implement the membar(9) API for powerpc.Mark Kettenis
2014-06-19drm/i915: fix lane bandwidth capping for DP 1.2 sinksJonathan Gray
2014-06-19drm/i915: kill intel_dp_link_clock()Jonathan Gray
2014-06-18fix format string if DEBUGMiod Vallat
2014-06-18Add missing synchronization instructions.Mark Kettenis
2014-06-18Fix off by one in pm_inusemap.Tobias Stoeckmann
2014-06-18Update comment; there seems to be no PC-9801 extension board slot onKenji Aoyama
2014-06-18trailing tabs arent needed.David Gwynne
2014-06-17Implement the membar(9) API for hppa.Mark Kettenis
2014-06-17Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANsStefan Fritsch
2014-06-17We need to be more aggressive flushing L2 entries on RM7000 systems.Miod Vallat
2014-06-17Add membars to guarantee mtx_oldipl is written after locking andPhilip Guenther
2014-06-17whitespace fix.David Gwynne
2014-06-17Revise previous: if a user calls STRIOCGETCWD two or more times in a rowPhilip Guenther
2014-06-17ansi function declarations.David Gwynne
2014-06-17The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock.Jonathan Matthew
2014-06-17Fix format string under MP_LOCKDEBUGTobias Ulmer
2014-06-16Enable PCI power management on Lemote.Paul Irofti
2014-06-16Revert "Always create a local route for every configured IPv4 address",Martin Pieuchot
2014-06-15Use sizeof(struct file *) consistently for memcpy()'ing fd_ofiles.Matthew Dempsky
2014-06-15Fix vnode leak in systrace(4).Matthew Dempsky
2014-06-15Fix a few format string bugs with -DDEBUGStefan Fritsch
2014-06-15Fix hang with virtio event_idx featureStefan Fritsch
2014-06-15Decode ModR/M for 32-bit MOVSX instruction.Paul Irofti
2014-06-15Fix 0x67 prefixed LEA instruction.Paul Irofti
2014-06-15Fix 0x67 prefixed near CALL decoding.Paul Irofti
2014-06-14Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fallJonathan Matthew
2014-06-14Rather than truncating KERN_ARND requests silently, return EINVALTheo de Raadt
2014-06-14temporarily (maybe 3 weeks?) crank KERN_ARND maximum buffer from 256Theo de Raadt
2014-06-14syncTheo de Raadt
2014-06-14Change return value of getentropy() to int 0 for success. MaximumTheo de Raadt
2014-06-13Remove support for "union wait" and WSTOPPED.Matthew Dempsky
2014-06-13Make run(4) attach to RT5572.Stefan Sperling