summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-11-17drm/i915: Only clear write-domains after a successful wait-seqnoJonathan Gray
2013-11-17Sync with libdrm 2.4.47.Mark Kettenis
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
2013-11-17regenJonathan Gray
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
2013-11-17Distinguish between inteldrm and radeondrm.Mark Kettenis
2013-11-17Instead of stripping the IP options manually in icmp_reflect(),Alexander Bluhm
2013-11-17speelingDavid Gwynne
2013-11-16Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using oneKenji Aoyama
2013-11-16Copied from amd64..Brad Smith
2013-11-16Allow initial device mappings (from pmap_table) to be backed up by BATC.Miod Vallat
2013-11-16Allow ddb to be entered from the keyboard, if glass console and ddb.console=1,Miod Vallat
2013-11-16PAGE_MASK has exactly the opposite meaning in Linux and OpenBSD. Adjust itsMark Kettenis
2013-11-16Remove some dead code.Mark Kettenis
2013-11-16Enable 802.11a support. Seems to work fine on:Mark Kettenis
2013-11-16Remove dead assignments and now unused variables.Charles Longeau
2013-11-15calculate the line in the sand before comparing it to ticks, which looksDavid Gwynne
2013-11-15Revert 1.858, as it causes panics of inp:Christiano F. Haesbaert
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-15ansify some function definitions.Brad Smith
2013-11-15Rename the struct pf_divert variable in divert_packet() andLawrence Teo
2013-11-15After discussion with deraadt@ and Fernando Gont, it seems that theAlexander Bluhm
2013-11-15Nathan Wheeler has an em which lacks a prom. Rather than fail when noTheo de Raadt
2013-11-15Start cleaning this driver. No functional change.Federico G. Schwindt
2013-11-15inherit the rdomain sc to pkthdrHenning Brauer
2013-11-15Forget socket linking on pf_pkt_addr_changed(), this fixes among otherChristiano F. Haesbaert
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-11-15Sort-out activate functionality for ucom(4) and it's parents.Paul Irofti
2013-11-15Clean-up the HID environment.Paul Irofti
2013-11-15Make vax stand build cross-build friendly.Masao Uebayashi
2013-11-15Add missing parenthesis to make tick calculation work as intended. ShouldKenneth R Westerback
2013-11-14Clean up tabs and a backslash which seemed to have sneeked in in r1.29.Patrick Wildt
2013-11-14Use (N * sizeof(struct klist)) instead of (N * sizeof(struct klist *))Charles Longeau
2013-11-14Improvements for address assignment and related issues in IPv6CP.Stefan Sperling
2013-11-14replace workqs with tasks for handling resume. state handling isDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14improve maths and conditionals around ticks to cope with wraparound better.David Gwynne
2013-11-13Do not map frame buffer resources the kernel doesn't use; only keep theMiod Vallat
2013-11-13add missing headers here too, forgotten after testing the diff.Jasper Lievisse Adriaanse
2013-11-13DIOCGETSRCNODES was leaking a little bit more kernel informationTheo de Raadt
2013-11-13Make fusebuf.fh_err signed, it might store negative errno values; ok sylStefan Sperling