summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-11-28the stuff in audiovar.h is only used in audio.c, so move it in there toDavid Gwynne
2013-11-27Reduce diffs with Linux.Mark Kettenis
2013-11-27Hook up gem_open/close_object methods.Mark Kettenis
2013-11-27Add 'struct drm_i915_gem_objects_ops' and use it; reduces diffs with Linux.Mark Kettenis
2013-11-27If the v_type is going to change when loading the NFS attribute cache,Joel Sing
2013-11-27Defer the v_type initialisation until after the vnode has been purged fromJoel Sing
2013-11-27Assert that we never have destinations cached for a non-VDIR vnode.Joel Sing
2013-11-27Since r1.106 we have a local variable referencing the receiving interface,Martin Pieuchot
2013-11-27Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-27Replace INADDR_TO_IFP() by in_iawithaddr() and kill the macro.Martin Pieuchot
2013-11-27Let's call a rtableid a rtableid.Martin Pieuchot
2013-11-27fix typoTheo de Raadt
2013-11-27make timeout_add and its wrappers return whether the timeout was scheduledDavid Gwynne
2013-11-27use a macro when testing for an ich8 family mac typeJonathan Gray
2013-11-27get rid of the goop for maintaining multiple cftables since theresDavid Gwynne
2013-11-26grow NFS request cache for the server side from 64 to 2048 entries.Bob Beck
2013-11-26spelling; Kent R. SpillnerTheo de Raadt
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-26make this compile after dlg's recent changeMartin Reindl
2013-11-26compare pointers to NULLDavid Gwynne
2013-11-26instead of calculating the icmp checksum here, just set the flag thatHenning Brauer
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-26claim to support relaxed fencingJonathan Gray
2013-11-25Fix infinite loop pointed out by clang/brad.Matthew Dempsky
2013-11-25rename magicnumber to globalsleepaddrTed Unangst
2013-11-25disable %n in printf(9); there is no need for it in the kernel besidesDamien Miller
2013-11-24Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmapMiod Vallat
2013-11-24Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this.Miod Vallat
2013-11-24Rework pmap to use dynamic P0 and P1 region allocation, instead of allocatingMiod Vallat
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