Age | Commit message (Expand) | Author |
2009-11-26 | re-init the fpu like on i386 | Theo de Raadt |
2009-11-26 | Really want isa.h when using #ifdef NISA > 0 | Theo de Raadt |
2009-11-26 | snc | Theo de Raadt |
2009-11-26 | Add an explicit check for supported models (10, 13, 15) before setting up the | Nicholas Marriott |
2009-11-26 | Fix a stack problem on amd64, now the resume functions get called properly. | Mike Larkin |
2009-11-26 | Only re-initialise interfaces on suspend if they were IFF_RUNNING. | Mark Kettenis |
2009-11-25 | Fix typo. | Joel Sing |
2009-11-25 | Add ci_randseed. | Joel Sing |
2009-11-25 | Repair typo in commented-out DRM option, 'sure' oga@ | Ian Darwin |
2009-11-25 | Unbreak GENERIC-IP27. | Joel Sing |
2009-11-25 | +gcu | Jason McIntyre |
2009-11-25 | tweak previous; | Jason McIntyre |
2009-11-25 | fix previous | Damien Bergamini |
2009-11-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-25 | Suspend when the lid closes (but not when it opens again). | Mark Kettenis |
2009-11-25 | something hairy happened with cvs so this file didn't get added. | Owain Ainsworth |
2009-11-25 | re-add uvm_objwire and uvm_objunwire. needed for intel GEM support. | Owain Ainsworth |
2009-11-25 | re-add uvm_objwire and uvm_objunwire. needed for intel GEM support. | Owain Ainsworth |
2009-11-25 | Thinkpad button suspends; ok mlarkin | Theo de Raadt |
2009-11-25 | sync | Theo de Raadt |
2009-11-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-25 | Move the -p option to the correct place. | Joel Sing |
2009-11-25 | fix default phy_addr makes 82545 work again | Dariusz Swiderski |
2009-11-25 | single-stream parts (AR9285) have a hardware bug that limits the | Damien Bergamini |
2009-11-25 | IP30 IPI implementation. | Takuya ASADA |
2009-11-25 | add gcu(4) to GENERIC and RAMDISK_CD | Dariusz Swiderski |
2009-11-25 | gcu(4) manpage, add information bout EP80579 support to em(4) as well | Dariusz Swiderski |
2009-11-25 | Handle the notification types for LID and Sleep button a bit more | Theo de Raadt |
2009-11-25 | Make sure we get a clean gdt from the BIOS. | Paul Irofti |
2009-11-25 | Clear any pending interrupts. This should not matter, since we're at splhigh(), | Mark Kettenis |
2009-11-25 | - regen | Jasper Lievisse Adriaanse |
2009-11-25 | - add another NEC hub and rename the other two hubs for proper enumeration | Jasper Lievisse Adriaanse |
2009-11-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-25 | oopsy. don't fuck the offset when we wrap the ring with NOOPs. | Owain Ainsworth |
2009-11-25 | Simpler logic to ignore the Naturetech keyboard babbling; discard extra | Miod Vallat |
2009-11-25 | Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part is | Dariusz Swiderski |
2009-11-25 | Just some minor cleanup. OK deraadt@ | Claudio Jeker |
2009-11-25 | document the include support | David Gwynne |
2009-11-25 | add support for include | David Gwynne |
2009-11-25 | Consider any tx buffer that is freed in vr_stop() to be an unsent | Theo de Raadt |
2009-11-25 | Re-enable the debug messages from bus errors and tx underruns so that | Theo de Raadt |
2009-11-25 | Do not call vr_stop() and vr_reset() before calling vr_init(), because | Theo de Raadt |
2009-11-25 | Output the right keys for application and number keypad modes (they were the | Nicholas Marriott |
2009-11-25 | Ignore repeated data in ukbd_intr(), for keyboards who flood us on a regular | Miod Vallat |
2009-11-25 | Allow xbow_intr_establish() callers to provide optional storage for the | Miod Vallat |
2009-11-25 | Add a mechanism to stop the scheduler from scheduling processes on a | Mark Kettenis |
2009-11-25 | Italian translations | giovanni |
2009-11-25 | impedence -> impedance; from Brad Tilley | Jason McIntyre |
2009-11-25 | Small cleanup for setsockopt IPSEC6_OUTSA: | Marco Pfatschbacher |
2009-11-24 | in the resume path evaluate _WAK before dealing with device drivers | Jonathan Gray |