Age | Commit message (Expand) | Author |
2009-11-24 | - add rcs id's. | Jasper Lievisse Adriaanse |
2009-11-24 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-24 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-24 | Proper check for wrapping high address and setting the break below the | Otto Moerbeek |
2009-11-24 | implement suspend and resume | Jacob Meuser |
2009-11-24 | Change ENOTSUP's strerror() to "Not supported" | Philip Guenthe |
2009-11-24 | Toggle SENSOR_FINVALID based on sensor data validity | Theo de Raadt |
2009-11-24 | enable uthum(4), and rearrange some nearby goop | Theo de Raadt |
2009-11-24 | Bring multicast/promisc handling in line with other network drives. | Joel Sing |
2009-11-24 | Allow the passphrase to be changed on softraid crypto volumes. Ensure that | Joel Sing |
2009-11-24 | Factor out crypto code allowing for future reuse. | Joel Sing |
2009-11-24 | Save state on suspend and restore that state and the bridge windows on resume | Mark Kettenis |
2009-11-24 | fix hardware polling interval calculation. uaudio on my Logitech webcam | Jacob Meuser |
2009-11-24 | kill hooks and timeouts before calling complex sleeping code from detach; ok jsg | Theo de Raadt |
2009-11-23 | in detach, get rid of powerhook before doing sleeping operations | Theo de Raadt |
2009-11-23 | little annoying knf | Theo de Raadt |
2009-11-23 | pckbd_activate() should return failure if it knows; ok pirofti | Theo de Raadt |
2009-11-23 | Make vge(4) detachable. | Mark Kettenis |
2009-11-23 | some whitespace cleanups. | Owain Ainsworth |
2009-11-23 | move the lastclose function into i915_drv.c where it belongs. | Owain Ainsworth |
2009-11-23 | diffable against amd64 | Theo de Raadt |
2009-11-23 | must return result of config_activate_children | Theo de Raadt |
2009-11-23 | pci should return the result of it's children's suspend/resume calls back | Mike Larkin |
2009-11-23 | Add azalia(4) suspend/resume stabs, now some laptops can go all the way. | Paul Irofti |
2009-11-23 | Pad the ringbuffer with NOOPs before wrapping around, instead of | Owain Ainsworth |
2009-11-23 | prevent interrupts storm when the radio switch is turned off while | Damien Bergamini |
2009-11-23 | Add uthum(4) device driver for TEMPerHUM USB temperature and | Yojiro Uo |
2009-11-23 | suppress warning massage for polling only HID devices. | Yojiro Uo |
2009-11-23 | move things from athn_attach() to athn_init() such that we can | Damien Bergamini |
2009-11-23 | remove a debug printf that won't compile anymore. | Owain Ainsworth |
2009-11-23 | G4X chipsets actually have a slightly larger vblank counter register, | Owain Ainsworth |
2009-11-23 | Make it so that instead of grabbing and ungrabbing the spinlock one line apart, | Owain Ainsworth |
2009-11-23 | cleanup athn_set_key (not used yet.) | Damien Bergamini |
2009-11-23 | with the old code we initialized the state keys early in some cases | Henning Brauer |
2009-11-23 | nuke some prototypes from functions that died a fair while ago. | Owain Ainsworth |
2009-11-23 | Suspend/resume goop for inteldrm, essentially a big pile of save/restore | Owain Ainsworth |
2009-11-23 | one kinda-missing log |= PFLOG_FORCE in the v6 case, spotted by claudio | Henning Brauer |
2009-11-23 | sync the handling of the log flag from pf_test (where it is correct) | Henning Brauer |
2009-11-23 | acpi* devices need to call their children on suspend/resume. | Mike Larkin |
2009-11-23 | bios* devices need to call their children on suspend/resume. | Mike Larkin |
2009-11-23 | pf_test_fragment: we need to bail out if action == PF_DROP, not | Henning Brauer |
2009-11-23 | sync some comments with reality | Henning Brauer |
2009-11-23 | remove a global that i used to test protection modes. | Damien Bergamini |
2009-11-23 | how did i manage to forget that file in my last commit? | Damien Bergamini |
2009-11-23 | Later on this will do much more work on suspend/resume, but for now | Theo de Raadt |
2009-11-23 | Bring elink3 at least a bit into the new world. It used to have some super | Claudio Jeker |
2009-11-23 | Improve discipline specific ioctl framework and attach to softraid ioctl. | Joel Sing |
2009-11-23 | Remove ACPI_SLEEP_ENABLED checks. | Paul Irofti |
2009-11-23 | remove the nat_rule pointer on pf_state and pf_pdesc, obsolete after | Henning Brauer |
2009-11-23 | oops, call config_activate_children | Theo de Raadt |