summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-11-21Initial support for the integrated Lynx Point and Lynx Point LP EthernetJonathan Gray
2013-11-21Revert r1.41, in this driver sc_attached does not indicate that theMartin Pieuchot
2013-11-21Replace the last usage of IA_SIN() and kill this macro.Martin Pieuchot
2013-11-21remove #define b_errcnt b_resid. nothing uses it, and nothing should.David Gwynne
2013-11-21remove the #define b_cylinder b_resid from bufs. i hated theDavid Gwynne
2013-11-20Update comments mentioning `resource maps' to mention `extents' instead.Miod Vallat
2013-11-20now that all the direct users of disksort have been removed, we can nowDavid Gwynne
2013-11-20Eliminate some differences with the Linux code; no code change.Mark Kettenis
2013-11-20Silly Linux-style negative errno returns.Mark Kettenis
2013-11-20oops, typoTheo de Raadt
2013-11-20regenMiod Vallat
2013-11-20Fix translation table for JIS keys; reported by Nakano Takaharu.Miod Vallat
2013-11-20Add gpio(4) support for omap3/4 and am335x.Raphael Graf
2013-11-20in_var.h is not needed.Martin Pieuchot
2013-11-20Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-20Convert sppp(4) to taskq; ok mikeb@ mpi@Stefan Sperling
2013-11-20give this a real chance to compileMiod Vallat
2013-11-20switch to the drm_mm based gtt eviction code from linux 3.8.13Jonathan Gray
2013-11-20replace bare use of disksort with bufqs. this is the last disksort userDavid Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-19Move the GTT management into the inteldrm driver. It is really obvious nowMark Kettenis
2013-11-19provide forward declarations for structures ifnet and ifg_group;Mike Belopuhov
2013-11-19Print daddr_t's with %lld, size_t's with %zu, int's with %d andKenneth R Westerback
2013-11-19backout the DRM_IOCTL_I915_GEM_WAIT commitJonathan Gray
2013-11-19Kill matchlvl usage throughout the usb stack.Paul Irofti
2013-11-19Remove some FDDI/ATM leftovers.Martin Pieuchot
2013-11-19regenBrad Smith
2013-11-19more 4th gen Intel Core HD Audio idsBrad Smith
2013-11-19format string fixes picked up with -Wformat=2Philip Guenther
2013-11-19oopsTheo de Raadt
2013-11-18format string cleanupTheo de Raadt
2013-11-18cleanse format stringTheo de Raadt
2013-11-18format stringTheo de Raadt
2013-11-18hack in a global rendezvous for interprocess semaphores to useTed Unangst
2013-11-18Enable MSI on the remaining chipsets.Brad Smith
2013-11-18Fix potential null dereference.Charles Longeau
2013-11-18The prio value of a pf match rule was overridden by a later passAlexander Bluhm
2013-11-18use arc4random() for ether_fakeaddr, because it is safeTheo de Raadt
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-18- ansify some function definitionsBrad Smith
2013-11-18ansify some function definitions and tidy up this code style wise. thisBrad Smith
2013-11-18panic expects a format stringTheo de Raadt
2013-11-18Factor out of {split,pci}_status_strings[] the printf formattings bits,Philip Guenther
2013-11-18Convert trunk(4) to use a detachhook, discussed at b2k13 with many.Martin Pieuchot
2013-11-18Normalize code sequence around dumpsys(), doshutdownhooks(), andMasao Uebayashi
2013-11-18replace disksort with bufqs. basically a copy of the same change in sparc64David Gwynne
2013-11-17Remove some more dead code.Mark Kettenis
2013-11-17Implement DRM_IOCTL_I915_GEM_WAIT. Based on an earlier diff from jsg@Mark Kettenis
2013-11-17drm/radeon: fix hw contexts for SUMO2 asicsJonathan Gray