Age | Commit message (Expand) | Author |
2014-10-30 | muliply to get correct size for free. reported by kspillner | Ted Unangst |
2014-10-30 | Do not use void * for pointer artithmetics, it's a GNU extension, from | Martin Pieuchot |
2014-10-30 | Do not enable interrupts before attaching usb(4), fix a panic when an | Martin Pieuchot |
2014-10-30 | Calculate the Route String when attaching a new device. This is still | Martin Pieuchot |
2014-10-30 | zero the correct size, then free it. | Ted Unangst |
2014-10-30 | add some sizes to free() | Ted Unangst |
2014-10-28 | the if_rxring accounting would get screwed up if the first mbuf to | David Gwynne |
2014-10-27 | Stop supporting wsmoused and X in parallel. This code is racy and | Martin Pieuchot |
2014-10-26 | Add resource tracking for PCI ROMs. | Mark Kettenis |
2014-10-25 | Don't attempt to suspend/resume a partially attached drm(4) driver. | Mark Kettenis |
2014-10-24 | Always put controller into known state before device intialization. | Brad Smith |
2014-10-24 | obvious sizes for free | Ted Unangst |
2014-10-23 | Now that gcc2 is gone revert the removal of anonymous unions, means not havin... | Brad Smith |
2014-10-21 | Style + typos in debug printfs. | Masao Uebayashi |
2014-10-20 | Be sure to return if the pci interrupt can't be mapped, instead of falling | Miod Vallat |
2014-10-20 | typo; deraadt | Ted Unangst |
2014-10-20 | use SHA512 to hash entropy instead of MD5 | Ted Unangst |
2014-10-19 | More gracefully handle firmware loading errors in ulpt(4). | Stefan Sperling |
2014-10-19 | Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximum | Brad Smith |
2014-10-18 | oops, too greedy | Miod Vallat |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-10-18 | Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg) | Jonathan Armani |
2014-10-17 | convert old b functions to mem functions | Ted Unangst |
2014-10-16 | Additonal registers needs to be saved in sc_save2, not sc_save. | Mark Kettenis |
2014-10-16 | LID control method devices aren't required to offer _PSW, so don't skip | Mike Larkin |
2014-10-16 | missing \n in printf; Daniel Wade | Theo de Raadt |
2014-10-15 | Sprinkle CPU_BUSY_CYCLE() in a few places. | Masao Uebayashi |
2014-10-15 | Revert previous (wrong commit message). | Masao Uebayashi |
2014-10-15 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-10-12 | Do not compile sensor code if option SMALL_KERNEL | Miod Vallat |
2014-10-12 | Remove unnecessary `needs-flag' attributes. | Miod Vallat |
2014-10-12 | Remove unnecessary `needs-flag' attributes. | Miod Vallat |
2014-10-12 | remove some unused files | Jonathan Gray |
2014-10-12 | regen | Jonathan Armani |
2014-10-12 | Add Logitech Webcam C310 | Jonathan Armani |
2014-10-11 | Comparsion -> Comparison | Miod Vallat |
2014-10-10 | fix compilation without DIAGNOSTIC | Jonathan Matthew |
2014-10-09 | Revert "enable MSI support", it introduced a regression on some chips. | Martin Pieuchot |
2014-10-09 | no need for lkm | Ted Unangst |
2014-10-08 | Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets. | Brad Smith |
2014-10-08 | publish_avail_idx does not read the used ring, no need to call | Stefan Fritsch |
2014-10-08 | Add missing memory barriers to virtio. | Stefan Fritsch |
2014-10-08 | #ifdef SMALL_KERNEL some sensor blocks; ok miod | Theo de Raadt |
2014-10-08 | add support for megaraid 3008 (fury) and 3108 (invader) cards. the | David Gwynne |
2014-10-08 | On ThinkPads, protect code handling the hibernate button with | David Coppa |
2014-10-08 | regen | David Gwynne |
2014-10-08 | new megaraids | David Gwynne |
2014-10-08 | Remove the i830/i845 pipe A force quirks, matching changes | Jonathan Gray |
2014-10-07 | remove preliminary AOE (ata over ethernet) support. not finished after | Ted Unangst |
2014-10-07 | zap duplicated line; Theo Buehler | Stuart Henderson |