Age | Commit message (Expand) | Author |
2010-08-31 | add id for BCM5719; from Linux tg3 driver via Brad | Stuart Henderson |
2010-08-31 | small text tweak to accommodate previous; | Jason McIntyre |
2010-08-31 | put .Os in the right place; | Jason McIntyre |
2010-08-31 | style | Tobias Stoeckmann |
2010-08-31 | Removed ra_uid, which was supposed to save the uid of a delta's author. | Tobias Stoeckmann |
2010-08-31 | remove argnames from prototype. | Owain Ainsworth |
2010-08-31 | - catching up with upstream mdoclint, recognise IMPLEMENTATION NOTES and | Jason McIntyre |
2010-08-31 | this diff does two things (usually a bad sign): | Jason McIntyre |
2010-08-31 | convert the powerhook to an activate function. That activate function | Theo de Raadt |
2010-08-31 | fix some macro abuse; | Jason McIntyre |
2010-08-31 | Do wsdisplay suspend/resume and also the bufq dance. | Paul Irofti |
2010-08-31 | remove a comment suggesting that azalia needs a powerhook | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | When cardbus is fixed, this will be able to use dc_activate directly | Theo de Raadt |
2010-08-31 | sort DVACT_ actions in order of use | Theo de Raadt |
2010-08-31 | annotate that this driver needs sc_dying code | Theo de Raadt |
2010-08-31 | sort DVACT_ actions according to the order likely to be used | Theo de Raadt |
2010-08-31 | Change the powerhook into an activation routine. It has to use a workq. | Theo de Raadt |
2010-08-31 | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() | Theo de Raadt |
2010-08-31 | in the activate function, order the DVACT_ functions in the order they | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate functions should not return EOPNOTSUPP | Theo de Raadt |
2010-08-31 | pchbactivate should return result of config_activate_children | Theo de Raadt |
2010-08-31 | pchbactivate should return result of config_activate_children | Theo de Raadt |
2010-08-31 | no need to specially handle the 4 AMD756 registers at suspend/resume time; | Theo de Raadt |
2010-08-31 | PCI configuration space register save/restore for AMD756. | Miod Vallat |
2010-08-31 | reintroduce commit from tedu@, which I pulled out for release engineering: | Damien Miller |
2010-08-31 | tests for ECDSA keys | Damien Miller |
2010-08-31 | tests for ECDSA certificates | Damien Miller |
2010-08-31 | Correctly enable wakeup interrupts after splhigh(). | Miod Vallat |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-08-31 | WIP suspend/resume support for loongson lemote. Okay miod@. | Paul Irofti |
2010-08-31 | Add buffer_get_cstring() and related functions that verify that the | Damien Miller |
2010-08-31 | do not return EOPNOTSUPP for unknown activate actions | Theo de Raadt |
2010-08-31 | uhci is apparently is unaware that it could be on a shared interrupt | Theo de Raadt |
2010-08-30 | activate functions, when they do not add value, should return the result of c... | Theo de Raadt |
2010-08-30 | - various tweaks and fixes for airport codes starting with A. | Jasper Lievisse Adriaanse |
2010-08-30 | Hurray! Zaurus apm can now call the activate functions intead of powerhooks. | Theo de Raadt |
2010-08-30 | Convert all powerhooks to activate functions, and provide powerhook stubs. | Theo de Raadt |
2010-08-30 | lend a hand keeping beagle up-to-date with what is going on in powerhook | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-30 | ioctl versus resume-workq exclusion; cloned from iwn | Theo de Raadt |
2010-08-30 | disable SVR4 compat by default; ok kettenis | Theo de Raadt |
2010-08-30 | Convert the pcmcia power hook to an activate function. Then change the | Theo de Raadt |
2010-08-30 | fix tailq use; ok thib | Theo de Raadt |
2010-08-30 | delete PROCFS we will never support | Theo de Raadt |
2010-08-30 | During boot probe walk disklist rather than alldevs. This avoids a race | Joel Sing |