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