Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | abort suspends on SMP systems until that gets written; ok mlarkin | Theo de Raadt | |
2009-11-24 | Thoroughly reset the chip upon suspend and give the PHY a chance to | Mark Kettenis | |
re-initialise itself afterward. ok deraadt@, mlarkin@, claudio@, pirofti@ | |||
2009-11-24 | Properly re-initialise the PHY upon resume. | Mark Kettenis | |
ok deraadt@, claudio@, mlarkin@, pirofti@ | |||
2009-11-24 | for MCLGETI to work correctly drivers need to first dequeue all available | Claudio Jeker | |
packets and then refill the RX ring. When not done this way the rx ring can not grow correctly. Tested by jmc@, OK deraadt@, kettenis@ | |||
2009-11-24 | msk_newbuf() had an off by one when putting the packet onto the cluster | Claudio Jeker | |
and cleared the mbuf pointer of the next element, causing a mbuf leak. While there also ensure that the valid bit of the first buffer is only set when the full chain got assembled. Tested by jmc@, ok kettenis@ | |||
2009-11-24 | KSEG->CKSEG fallout. | Miod Vallat | |
2009-11-24 | kill obsolete natpass | Henning Brauer | |
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 | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-11-24 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-11-24 | Proper check for wrapping high address and setting the break below the | Otto Moerbeek | |
base of data; with nicm@ ok miod@ guenther@ | |||
2009-11-24 | implement suspend and resume | Jacob Meuser | |
2009-11-24 | Change ENOTSUP's strerror() to "Not supported" | Philip Guenthe | |
Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUP ok millert@, mk@, go aheads from others who have other translations in the works | |||
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 | |
From Brad. | |||
2009-11-24 | Allow the passphrase to be changed on softraid crypto volumes. Ensure that | Joel Sing | |
you backup your data and lock up your pets prior to using this. Tested by todd@ ok marco@ | |||
2009-11-24 | Factor out crypto code allowing for future reuse. | Joel Sing | |
ok marco@ | |||
2009-11-24 | Save state on suspend and restore that state and the bridge windows on resume | Mark Kettenis | |
such that devices behind bridges get a chance to work after resume. ok deraadt@, mlarkin@ | |||
2009-11-24 | fix hardware polling interval calculation. uaudio on my Logitech webcam | Jacob Meuser | |
now records properly. ok miod, yuo | |||
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 | |
ok jsg@, deraadt@ | |||
2009-11-23 | some whitespace cleanups. | Owain Ainsworth | |
there's more in here that needs doing though. | |||
2009-11-23 | move the lastclose function into i915_drv.c where it belongs. | Owain Ainsworth | |
kill some more dead protos while i'm touching the lines around them anyway. | |||
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 | |
to its parent. handle suspend failure case and unwind if devices have an activate function that returns failure. ok deraadt@, kettenis@ | |||
2009-11-23 | Add azalia(4) suspend/resume stabs, now some laptops can go all the way. | Paul Irofti | |
Okay deraadt@. | |||
2009-11-23 | Pad the ringbuffer with NOOPs before wrapping around, instead of | Owain Ainsworth | |
wrapping our commands over. The documentation says that wrap must not happen in the middle of commands. and upstream have seen some odd bugs that may be attributed to this. Based on a diff by Chris Wilson (ickle) from Intel to the linux driver. | |||
2009-11-23 | prevent interrupts storm when the radio switch is turned off while | Damien Bergamini | |
the interface is up and running by properly clearing the condition. | |||
2009-11-23 | Add uthum(4) device driver for TEMPerHUM USB temperature and | Yojiro Uo | |
humidity sensor. ok deraadt@ | |||
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 | |
power off the cardbus slot after athn_attach() and in athn_stop(). | |||
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 | |
so tell the vblank layer this. from upstream, ages ago. | |||
2009-11-23 | Make it so that instead of grabbing and ungrabbing the spinlock one line apart, | Owain Ainsworth | |
we just grab it once and drop it when we're done. will reduce spl/splx wrangling. While here, clean it up a little bit. | |||
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 | |
and thus had to get rid of them if we didn't create state. this is no longer the case, kill dead code. ok claudio | |||
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 | |
registers (man these things have a lot of state!). ok pirofti@ (who did the activate function and tested). | |||
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 | |
to pf_test6 (where it is wrong in some edge cases, for match rules and logs a packet twice in some cases). ok claudio | |||
2009-11-23 | acpi* devices need to call their children on suspend/resume. | Mike Larkin | |
ok deraadt@ | |||
2009-11-23 | bios* devices need to call their children on suspend/resume. | Mike Larkin | |
ok deraadt@ | |||
2009-11-23 | pf_test_fragment: we need to bail out if action == PF_DROP, not | Henning Brauer | |
if action != PF_PASS. same was changed in pf_test_rule a while back but the fragment case was forgotten. since everybody reassembles nobody ran into this. | |||
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 | |