summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-25move the message announcing overlay init to debugJonathan Gray
2013-03-25add the missing parts of the upstream linux commit toJonathan Gray
2013-03-24SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)Philip Guenther
2013-03-24syncTheo de Raadt
2013-03-24another ppb; soekris net1841; pointed out by mitjaTheo de Raadt
2013-03-24Use sys/param.h to be able to get at DEV_BSIZETheo de Raadt
2013-03-24use sys/param.h instead of machine/param.hTheo de Raadt
2013-03-24do not expose a userland function to the kernelTheo de Raadt
2013-03-24hide some userland functions from the kernelTheo de Raadt
2013-03-24hide some kernel functions from userlandTheo de Raadt
2013-03-24label some nested #endif'sTheo de Raadt
2013-03-24Use ieee80211_set_tim() directly now that it is available.Claudio Jeker
2013-03-24Make ieee80211_set_tim() available from outside of ieee80211_node.cClaudio Jeker
2013-03-24pstats is already 0, but the bonus = 0 belongs outside the pointer sectionTed Unangst
2013-03-23pull the suser check for sysctl pointers up higher, out of the loops.Ted Unangst
2013-03-23A small sprinking of #ifdef _KERNELTheo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-23Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.Theo de Raadt
2013-03-23convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused inTheo de Raadt
2013-03-23avoid machine/param.h useTheo de Raadt
2013-03-22Move i915_gem_gtt_map_ioctl() from i915_drv.c to i915_gem.c and rename itMark Kettenis
2013-03-22Newer Thinkpads (x220, x230, t430) send a 0x6050 event whenever the brightnessMark Kettenis
2013-03-22ARM Cortex A8 was defined twice, we don't need that.Patrick Wildt
2013-03-22Use different setup functions for ARM9E and ARM10 to fix an undefinedPatrick Wildt
2013-03-22NBPG is spelled PAGE_SIZETheo de Raadt
2013-03-22This has no reason to pull in machine/param.hTheo de Raadt
2013-03-22add some macros needed by newer libdrmJonathan Gray
2013-03-22wire up the mode object property ioctlsJonathan Gray
2013-03-22implement DRM_IOCTL_I915_GEM_SW_FINISHJonathan Gray
2013-03-22add some definitions required for recent versions of libdrmJonathan Gray
2013-03-22simple replacement of LIST_END with NULL. ok mpiTed Unangst
2013-03-22enable mchdev lockingJonathan Gray
2013-03-22Replace hand-crafted nd_prefix loops with LIST_FOREACH macros.Alexander Bluhm
2013-03-21Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly aTheo de Raadt
2013-03-21Already have sys/param.h, don't need machine/param.hTheo de Raadt
2013-03-21NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKTheo de Raadt
2013-03-21Zap a few useless comments.Mark Kettenis
2013-03-21style(9)Kurt Miller
2013-03-21Do not include machine/param.h since sys/param.h already did so.Theo de Raadt
2013-03-21Detect on-die temp sensor for Atom E6xx on amd64. Adapted fromKurt Miller
2013-03-21Attach on ITE 8728.Bryan Steele
2013-03-21move kernel after 16MB. needed for additional growth that might come in aTheo de Raadt
2013-03-21- remove two now-unused macros.Jasper Lievisse Adriaanse
2013-03-21fix detection of the MAC address by reading it from the correct address,Jasper Lievisse Adriaanse
2013-03-21use boot_info->config_flags to determine if we're running on a host that hasJasper Lievisse Adriaanse
2013-03-21- remove an unused variable (octeon_configuration)Jasper Lievisse Adriaanse
2013-03-21Enable the opregion code but keep the parts that try to talk to acpiJonathan Gray
2013-03-21no newlines at endTheo de Raadt
2013-03-21use PAGE_SHIFT instead of PGSHIFTTheo de Raadt
2013-03-20Previous commit to acpi_machdep.c broke suspend because the IPI to save theMark Kettenis