Age | Commit message (Expand) | Author |
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 |
2013-03-20 | Backout some changes introduced in linux 3.8.3 which are known | Jonathan Gray |
2013-03-20 | Introduce if_get() to retrieve an interface descriptor pointer given | Martin Pieuchot |
2013-03-20 | fix the return value of i2c_algo_dp_aux_exec, with this getting the | Jonathan Gray |
2013-03-20 | p_sigacts can also be zero'd; spotted by tedu | Theo de Raadt |
2013-03-20 | When non-root asks sysctl for kinfo proc or file requests, do not fill in | Theo de Raadt |
2013-03-20 | - Sync the ring setup code closer to FreeBSD's driver | Brad Smith |
2013-03-19 | Don't advertise brightness control if it isn't supported. | Mark Kettenis |
2013-03-19 | After a socket splicing timeout is fired, a network interrupt can | Alexander Bluhm |
2013-03-19 | Clean up a dmesg wart. | Mark Kettenis |
2013-03-19 | use __func__ to print the function name, fixes a bunch of pastos along the way. | Jasper Lievisse Adriaanse |
2013-03-19 | implement octeon_cpuspeed() | Jasper Lievisse Adriaanse |
2013-03-19 | instead of treating boot_info->cf_common_addr special, save the whole of boot... | Jasper Lievisse Adriaanse |
2013-03-19 | in acpi_sleep_mp() properly flush fpu and halt the AP's | Theo de Raadt |
2013-03-19 | make a few printfs debug only to reduce dmesg spam | Jonathan Gray |
2013-03-18 | nscan only operates in a single direction, remove leftover dir variable. | Ted Unangst |
2013-03-18 | Once we've detected an elantech touchpad, stop probing for other hardware | Stefan Sperling |
2013-03-18 | Correct a typo in a #ifdef condition, ok jsg@ | Martin Pieuchot |
2013-03-18 | Significantly increase the wordlist for ddb hangman, | Jonathan Gray |
2013-03-18 | Indirectly pass the cache level down to agp by abusing spare bus_dma bits. | Jonathan Gray |
2013-03-18 | gen6+ can do 40 bit addressing | Jonathan Gray |
2013-03-18 | stash the number of stolen entries in the agp struct | Jonathan Gray |
2013-03-18 | Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instance | Mark Kettenis |
2013-03-17 | Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS | Mark Kettenis |
2013-03-17 | - Remove the reserved number of TX descriptors. No limitation is mentioned in | Brad Smith |
2013-03-17 | Set the `Power Immediate' bit upon attaching, to enable automatic restart | Miod Vallat |