summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-11-24Clean up the NTFS debug code - use uppercase names for the debug macros,Joel Sing
2013-11-24Replace the swapdev CIRCLEQ with a TAILQ and replace the manually rolledJoel Sing
2013-11-24I2C driver for am335x, ported from netbsd, not enabled yet.Raphael Graf
2013-11-23fix format string; OK deraadt@Gleydson Soares
2013-11-23Verify that the directory entry being looked at is entirely present inPhilip Guenther
2013-11-23Run doshutdownhooks() and config_suspend() even when boot() is called whileMasao Uebayashi
2013-11-23task_add(NULL, blah) is a fault, fix by using task_add(systq, blah).David Gwynne
2013-11-22regenMark Kettenis
2013-11-22Another AMD Family 15h Models 10h-1Fh device.Mark Kettenis
2013-11-22Remove unused proc argument in in6_control().Martin Pieuchot
2013-11-22Comment out more ioctls that are part of the v4l2 API but that we don'tMartin Pieuchot
2013-11-22Stray missing (long long) on a daddr_t variable being printed.Kenneth R Westerback
2013-11-21missing pass DEVNAME(sc), fix format string; OK guenther@Gleydson Soares
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-11-21Cast daddr_t variable to (long long) even for %llx!Kenneth R Westerback
2013-11-21Don't cast int64_t variables to (long long) when using %lld.Kenneth R Westerback
2013-11-21Change a bunch of daddr_t variables that don't (obviously) containKenneth R Westerback
2013-11-21hide a bunch of structures (namely arpcom, llinfo_arp, ethernetMike Belopuhov
2013-11-21Remove unneeded include.Martin Pieuchot
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