Age | Commit message (Expand) | Author |
2010-04-30 | add HT Capabilities element in outgoing probe requests if HT is | Damien Bergamini |
2010-04-30 | fix for 5GHz band. | Damien Bergamini |
2010-04-30 | add support for firmware images in "type-length-value" format. | Damien Bergamini |
2010-04-30 | Remove volatile from function return values since gcc4 complains about them | Mark Kettenis |
2010-04-30 | - regen | Jasper Lievisse Adriaanse |
2010-04-30 | - add a fore more devices found in my box | Jasper Lievisse Adriaanse |
2010-04-29 | Revert r1.80, leaving iopools in place. Fixes PR#6365. Why WD3200KS-00P | Kenneth R Westerback |
2010-04-29 | add radeon hd2600 xt | Robert Nagy |
2010-04-29 | regen | Robert Nagy |
2010-04-29 | use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this will | Owain Ainsworth |
2010-04-29 | Finally fix the bit 17 swizzling code. | Owain Ainsworth |
2010-04-29 | Test bit is used like a boolean, so it must actually be a boolean. | Owain Ainsworth |
2010-04-29 | Fix the drm_atomic macros to use unsigned int like they should. | Owain Ainsworth |
2010-04-29 | - regen | Jasper Lievisse Adriaanse |
2010-04-29 | - add a few more devices, including one from eric@ | Jasper Lievisse Adriaanse |
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse |
2010-04-29 | - add another run, from markus bergkvist | Jasper Lievisse Adriaanse |
2010-04-28 | s/amd64/__amd64__/, s/i386/__i386__, no binary change. | Mark Kettenis |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-04-28 | Fix gcc4 warning | Marco Peereboom |
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 |