summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08undo accidentally committed changesStefan Sperling
2014-07-08Remove left-over call to removed function m_clsetwms().Stefan Sperling
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-08bus_dmamap_sync the rx ring once per em_rxeof call, rather than for everyDavid Gwynne
2014-07-08in em_rxeof, when the ifp stack var is declared its initted to theDavid Gwynne
2014-07-08em_rxeof is only called from em_intr, and only if IFF_RUNNING isDavid Gwynne
2014-07-07if em encounters a heavilty fragmented packet, it can (will) stall theDavid Gwynne
2014-07-07Don't print warnings for mouse interrupts on bsd.rdAlexandr Shadchin
2014-07-06If we find a bogus interrupt (undefined polarity or trigger) don't panic butMark Kettenis
2014-07-06drm/radeon: avoid segfault on device open when accel is not working.Jonathan Gray
2014-07-06drm/radeon: handle non-VGA class pci devices with ATRMJonathan Gray
2014-07-06drm/radeon: also try GART for CPU accessed buffersJonathan Gray
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-07-03sending a heavily fragmented packet will cause the bus_dmamap_loadDavid Gwynne
2014-07-02Use real parameter types for u{dv,vn}_attach() instead of void *Matthew Dempsky
2014-07-01Adding an additonal delay after each access to SystemMemory or SystemIOMark Kettenis
2014-06-28Add the userland facing drm header for nouveau.Jonathan Gray
2014-06-27Standardize xfer byte counts to ssize_t rather than a mix of size_t and intMiod Vallat
2014-06-26fix format string when compiled with VIRTIO_DEBUGJasper Lievisse Adriaanse
2014-06-26Work around compatibility problems with Intel ahci and Intel SSDs by retryingJonathan Matthew
2014-06-25So it turns out that there is AML out there that asks for an accessMark Kettenis
2014-06-25If the Embedded Contoller device has a _STA method, evaluate it and bail outMark Kettenis
2014-06-23SystemMemory is used to access memory mapped registers on some machines, so weMark Kettenis
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-21remove useless brace block; from dhillTheo de Raadt
2014-06-20sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,Jonathan Gray
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-17Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANsStefan Fritsch
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-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-14Change return value of getentropy() to int 0 for success. MaximumTheo de Raadt
2014-06-13Make run(4) attach to RT5572.Stefan Sperling
2014-06-13regenStefan Sperling
2014-06-13Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device.Stefan Sperling
2014-06-13Add new getentropy() system call. Code and pressure from matthew.Theo de Raadt
2014-06-11Reject negative file offsets in /dev/ksyms.Matthew Dempsky
2014-06-11em(4) receives jumbos by chaining its MCLBYTES sized descriptorsDavid Gwynne
2014-06-07In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.Stefan Sperling
2014-06-07Document bwi(4) interrupt error flags by using named constantsStefan Sperling