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