Age | Commit message (Expand) | Author |
2010-08-29 | - add a check for FWRITE here too. | Jasper Lievisse Adriaanse |
2010-08-29 | pcmcia/wdc_pcmcia.c | Theo de Raadt |
2010-08-29 | expose dp8390_enable/disable to the higher level drivers | Theo de Raadt |
2010-08-29 | Massage the powerhook functions into activate functions, and then call | Theo de Raadt |
2010-08-29 | regen | Miod Vallat |
2010-08-29 | Translation code for Fn-key sequences on the Gdium Liberty internal keyboard, | Miod Vallat |
2010-08-29 | - add a missing ioctl FWRITE check | Jasper Lievisse Adriaanse |
2010-08-29 | remove unused variable | Charles Longeau |
2010-08-29 | Make sure local arrays of chars are word-aligned on strict alignment | Mark Kettenis |
2010-08-29 | Fix kernel compiling with disabled IPSEC and enabled GIF/MPLS | Joerg Goltermann |
2010-08-29 | put the bufq_restart() in the right place, so that a 2nd resume works. | Theo de Raadt |
2010-08-28 | typo | Theo de Raadt |
2010-08-28 | Correctly compute memory size if less than 256MB. | Miod Vallat |
2010-08-28 | Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc(). | Miod Vallat |
2010-08-28 | some WSDISPLAYIO_* -> WSDISPLAY_* fixes and a grammar tweak; | Jason McIntyre |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-28 | rename the *_power functions to *_powerhook to indicate that we've been | Theo de Raadt |
2010-08-28 | powerhooks in acpi drivers? oh boy. change this into a (not yet called) | Theo de Raadt |
2010-08-28 | regen | Miod Vallat |
2010-08-28 | Provide a way to get < and > symbols on 101-key slovenian layouts; from | Miod Vallat |
2010-08-28 | In pckbd_scancode_translate(), correctly translate the break sequence | Miod Vallat |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2010-08-28 | Remove dead code, ansify, and clean the match routine; adapted from a diff | Miod Vallat |
2010-08-27 | Make PCI Power Management optional, and only enable it when acpi(4) attaches. | Mark Kettenis |
2010-08-27 | Move the activate function from pci to the the main driver, so that the | Theo de Raadt |
2010-08-27 | Move the guts of the powerhook function into the activate function and make | Theo de Raadt |
2010-08-27 | Massage the powerhook function into an activate function, and since we do | Theo de Raadt |
2010-08-27 | Make the powerhook use the activate functions, which actually do the full | Theo de Raadt |
2010-08-27 | Move the dc_pci_activate function to dc.c, and mangle it up with some of | Theo de Raadt |
2010-08-27 | The powerhook only did stuff at resume; but suspend matters too! | Theo de Raadt |
2010-08-27 | Get rid of the clumsy pci_activate function and do this job inside ath.c | Theo de Raadt |
2010-08-27 | Run powerhooks with interrupts blocked. This requires a bit of a song and | Theo de Raadt |
2010-08-27 | caught a small typo while reading the code: senor -> sensor | Robert Nagy |
2010-08-27 | Since the changes in neo(4) work, it is very likely that the exact same | Theo de Raadt |
2010-08-27 | Mangle neo_power's contents into a neo_activate function, then make | Theo de Raadt |
2010-08-27 | Make the powerhook code simply call the activate function (it actually does | Theo de Raadt |
2010-08-27 | Since the pci-specific activate function does nothing, move it to fxp.c. | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | Mutilate the powerhook function into an activate function, then create | Theo de Raadt |
2010-08-27 | Delete #if'd out powerhook code which is just unfinished scaffolding | Theo de Raadt |
2010-08-27 | Stop calling xxx_power() from xxx_resume(); instead do it the other way around. | Mark Kettenis |
2010-08-27 | Have the em powerhook call the activate function, which does a way better | Theo de Raadt |
2010-08-27 | Move the xl_pci_activate function into xl_activate so that it is in the | Theo de Raadt |
2010-08-27 | Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around | Theo de Raadt |
2010-08-27 | no need for a sc_suspended variable | Theo de Raadt |
2010-08-27 | screen blanking code for SM502, and some smfb code cleanup. | Miod Vallat |
2010-08-27 | Fix format string that was not changed after the log_fec introduction. | Claudio Jeker |
2010-08-27 | In revision 1.14 of ftpd.c the ident variable was removed from its only meani... | lum |
2010-08-27 | These do not need powerhook functions. | Theo de Raadt |
2010-08-27 | gem never had any powerhook support | Theo de Raadt |