Age | Commit message (Expand) | Author |
2010-04-28 | *sigh* make the same change as previous commit to the sister function of | Owain Ainsworth |
2010-04-28 | Deal with a non-incremented iterator by changing a | Owain Ainsworth |
2010-04-27 | __packed needs to be applied to the struct, not the typedef. | Mark Kettenis |
2010-04-27 | Update oxsemi (now plxtech) datasheet URL. | Stuart Henderson |
2010-04-27 | Add a couple more frames in order to support the latest logitech pro 9000 | Marco Peereboom |
2010-04-27 | spacing | Marco Peereboom |
2010-04-26 | sync | Stephan A. Rickauer |
2010-04-26 | add Logitech Webcam C500, ok sthen@ | Stephan A. Rickauer |
2010-04-25 | Argh, commited the wrong diff. This was the reversed test that found the | Owain Ainsworth |
2010-04-25 | When querying if an object is busy, it is if it is marked active (being | Owain Ainsworth |
2010-04-25 | oops, kill unneeded write lock grabbing that got mixed in when resolving | Owain Ainsworth |
2010-04-25 | A nice little performance speedup. | Owain Ainsworth |
2010-04-25 | The locking rework/fix that I promised when I commited GEM. | Owain Ainsworth |
2010-04-25 | Don't bother binding the object in the gtt map ioctl. | Owain Ainsworth |
2010-04-25 | Do not allow changing tiling mode on pinned objects. | Owain Ainsworth |
2010-04-25 | Novatel MC760 bits from Ted Roby <ted.roby@gmail.com>. | Jonathan Gray |
2010-04-25 | regen | Jonathan Gray |
2010-04-25 | Novatel MC760 ids from Ted Roby <ted.roby@gmail.com> | Jonathan Gray |
2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-24 | This code is only called during autoconf, and never ever from an | Mark Kettenis |
2010-04-23 | Make raidframe compile after recent #include rectification. Noted by | Kenneth R Westerback |
2010-04-23 | Add a barrier before we submit the ringbuffer and before we do anything | Owain Ainsworth |
2010-04-23 | Allow for lazy fence disable on tiling change. | Owain Ainsworth |
2010-04-23 | give AR9287 some chance to work. | Damien Bergamini |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-23 | the SAT spec from t10.org defines messages for tunnelling ATA commands over | David Gwynne |
2010-04-22 | Don't include sysctl.h, and remove an unused struct from the softc. | Stuart Henderson |
2010-04-22 | Remove unused sysctl.h include. Inspired by claudio's commit the other day. | Michael Knudsen |
2010-04-22 | use BUS_DMA_ZERO on alloc instead of bzeroing after. | Owain Ainsworth |
2010-04-22 | Fix cut 'n paste typo | Marco Peereboom |
2010-04-22 | cut atascsi over to providing and using iopools. this gets rid of NO_CCB | David Gwynne |
2010-04-21 | let this compile on RAMDISKS, which have no ioctl | Theo de Raadt |
2010-04-21 | Directly comparing pcitag_t's doesn't work on all platforms so decompose the | Mark Kettenis |
2010-04-21 | sys/sysctl.h is not needed here. OK deraadt@ | Claudio Jeker |
2010-04-21 | First stab at a VGA arbiter. The VGA arbiter makes sure that only a single | Mark Kettenis |
2010-04-21 | Add support for PLX I/O 9016 based 8 port serial card | Bob Beck |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-20 | - Fix a calculation bug with the RX ring buffer memory address which | Theo de Raadt |
2010-04-20 | mii_activate() is unused | Theo de Raadt |
2010-04-20 | Allow MD oosiop(4) attachment to override default values for a few of the | Miod Vallat |
2010-04-20 | Nuke a few dead stores and one newly created unused variable. | Owain Ainsworth |
2010-04-20 | A few more uninitialised variables (mostly in incredibly uncommon cases). | Owain Ainsworth |
2010-04-20 | Don't ask for ipv6 checksum offloading as we aren't ready for it. | Jonathan Gray |
2010-04-20 | some misc cleanup of dmesg | Theo de Raadt |
2010-04-20 | start the sensors off invalid... ok yuo | Theo de Raadt |
2010-04-20 | Don't write garbage to the config space for phison, | Jonathan Gray |
2010-04-20 | for some systems we need to try harder; from Mikko Tolmunen | Theo de Raadt |
2010-04-20 | - an unsolicited response contains the codec address, not the codec | Jacob Meuser |
2010-04-19 | cckinc is signed. | Damien Bergamini |
2010-04-19 | Enable VS timer dispatch, from Eric Anholt upstream. | Owain Ainsworth |