| Age | Commit message (Expand) | Author |
| 2015-10-04 | Drop unused (inline) function. | joerg |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-01-06 | implement WSDISPLAYIO_*CMAP and WSDISPLAYIO_GET_FBINFO ioctl()s | macallan |
| 2015-01-06 | - enable alpha fonts now that we have acceleration and glyphcache | macallan |
| 2015-01-04 | support hardware acceleration, adapted from OpenBSD | macallan |
| 2014-12-16 | first draft of a driver for SMSI,mgx | macallan |
| 2014-11-15 | centralize the dialout/call unit macros. | christos |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-24 | Add enable/disable polling hooks to genfb_ops. | riastradh |
| 2014-07-22 | restore the right colour map when X exits | macallan |
| 2014-07-16 | - move all register definitions and hardware documenting comments to | macallan |
| 2014-07-07 | actually put the colour space ID where it belongs in tcx_clearscreen() | macallan |
| 2014-06-24 | use STIP/BLIT on 8bit tcx and RSTIP/RBLIT on S24 | macallan |
| 2014-06-18 | 8bit tcx doesn't implement a hardware cursor, so don't pretend it does. | macallan |
| 2014-06-17 | fix a few 8bit tcx issues: | macallan |
| 2014-06-17 | remove last remnants of CG8 emulation | macallan |
| 2014-05-13 | Do not attach if the STIP register is way too small (this happens in qemu | martin |
| 2014-05-09 | Cosmetic fix: s/8bit/8-bit/ and new line for 8-bit only TCX's. | jdc |
| 2014-04-29 | return a match score >1 to beat out genfb if present | macallan |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-11-19 | get rid of junk variable | macallan |
| 2013-10-19 | - remove set but unused variable. | mrg |
| 2013-09-15 | Remove unused variables | martin |
| 2013-09-12 | Remove unused variable | martin |
| 2013-07-30 | avoid uninitialized use of defattr | macallan |
| 2013-06-09 | Don't "return" but "break" in MII_TICK when the interface isn't doing | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-23 | support anti-aliased fonts | macallan |
| 2012-10-20 | - only sync the drawing engine when we're about to access video memory | macallan |
| 2012-10-05 | get rid of gc_attr & allocattr() | macallan |
| 2012-09-21 | support anti-aliased fonts, glyph caching etc. | macallan |
| 2012-09-07 | set isp_xffree, like the PCI frontend does | macallan |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-06-23 | Fix multicast filter set up: we need to byte-swap the hash before writing to | jdc |
| 2012-06-22 | Fix fallout from revision 1.46, and call ether_ioctl() in the default path. | jdc |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-11 | use rasops_init(0, 0) | macallan |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-18 | convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_t | mrg |
| 2011-07-02 | avoid some uninitialised variable warnings from GCC 4.5. i'm pretty | mrg |
| 2011-06-02 | split audiocs | christos |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-03-09 | change dbri's DMA segment size to a power of two value - the ship allows | macallan |
| 2011-02-01 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2011-01-11 | use config_finalize_register() instead of config_interrupts() to detect the | macallan |
| 2010-12-09 | Fix DEBUG build. | uebayasi |
| 2010-11-15 | This doesn't use uvm(9) API. | uebayasi |
| 2010-11-14 | Include uvm/uvm_extern.h to access uvmexp. gtmpsc.c doesn't need | uebayasi |