| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2015-09-16 | prop_dictionary_get_bool() doesn't return FALSE if the property doesn't | macallan |
| 2014-07-24 | fix a bunch of bugs & tpyos: | macallan |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-11-19 | (hopefully) shut up warnings about set-but-unused variables. | macallan |
| 2013-10-09 | support WSDISPLAYIO_GET_FBINFO | macallan |
| 2013-07-30 | avoid uninitialized use of defattr | macallan |
| 2013-07-02 | Fix memset arguments. | joerg |
| 2012-11-09 | Differentiate between Voodoo 3 and Voodoo Banshee (MAX_CLOCK). | rkujawa |
| 2012-11-09 | The voodoofb driver also works with Voodoo Banshee. Tested using card from | rkujawa |
| 2012-04-23 | initialize a variable before using it | macallan |
| 2012-03-15 | we need to zap the glyph cache when re-initializing after X | macallan |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2012-01-25 | add a simple glyph cacheing scheme | macallan |
| 2012-01-25 | sprinkle sc_ to make it consistent | macallan |
| 2012-01-22 | clear the screen when returning from X | macallan |
| 2012-01-19 | support anti-aliased fonts in 8 bit using host blits | macallan |
| 2012-01-18 | do some mode validation - for now reject everything above 1680x1200 until | macallan |
| 2012-01-17 | we don't access video memory directly, no need to map it | macallan |
| 2012-01-17 | support DDC2, pick an appropriate video mode if a data are found | macallan |
| 2012-01-17 | get rid of HAVE_OPENFIRMWARE | macallan |
| 2012-01-11 | use rasops_init(0, 0) | macallan |
| 2011-10-08 | Change get parameters(width,height...) from prop_dictionary, like genfb. tes... | kiyohara |
| 2011-01-22 | Implement new WSDISPLAYIO_GET_BUSID ioctl. | cegger |
| 2010-12-25 | remove some ancient, unused debug code | macallan |
| 2010-12-16 | ioctl: KNF switch-case, remove useless brackets | cegger |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-10-12 | make higher resolutions than 1024x768 work | macallan |
| 2010-05-04 | use alternate font if available ( for autogenerated box drawing characters ) | macallan |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-08-20 | use vcons_replay_msgbuf() when appropriate | macallan |
| 2009-05-06 | Replace curlwp->l_cred with kauth_cred_get(). | elad |
| 2008-07-09 | - device/softc split | joerg |
| 2008-05-08 | nuke clause 3 | macallan |
| 2008-05-05 | Change autoconf message 'direct rendering on dev unsupported' to | jmcneill |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-03-24 | Introduce two missing KAUTH_GENERIC_ISSUSER check in the voodoo and machfb | elad |
| 2008-02-27 | get rid of the last #ifdef macppc and use PCI_MAGIC_IO_RANGE to select | macallan |
| 2007-12-01 | Back out previous. | ad |
| 2007-12-01 | Noisy printfs. | ad |
| 2007-06-12 | Fix a typo in voodoofb_drm_unmap(), requested by garbled. | xtraeme |
| 2007-03-27 | Make this compatible with tdfxdrm. | jmcneill |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-20 | Unify the declaration of OF_interpret() between sparc{,64} and macppc | he |