Age | Commit message (Expand) | Author |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-05-23 | remove another piece of ancient #ifdef arc code | Theo de Raadt |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2006-12-17 | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-02-16 | Use rasops_unpack_attr() to decompose attributes instead of doing it by hand, | Miod Vallat |
2005-10-26 | use the MI atop() macro for alpha and mips | Martin Reindl |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-02-21 | Remove left-over dependencies on the old rcons code. | Miod Vallat |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-08-31 | remove bogus cache test. Suggested by drahn@, ok mickey@, miod@. | Matthieu Herrb |
2003-04-29 | Use pci_matchbyid(). Tested by matthieu@ | Miod Vallat |
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-07-04 | Various tga hacks: | Miod Vallat |
2002-05-02 | use the gallant 12x22 font by default on screens that are more | Matthieu Herrb |
2002-04-26 | Add support for the WSDISPLAYIO_LINEBYTES ioctl and the | Matthieu Herrb |
2002-04-01 | Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka | Matthieu Herrb |
2002-04-01 | Only call dc_ramdac_intr if initialized(). Fixes a panic when | Matthieu Herrb |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-05-16 | malloc memory w/ NOWAIT during autoconf time, and check for NULL | Michael Shalayeff |
2001-03-19 | Placeholder for a tga_scrollback function, although this will probably | Aaron Campbell |
2001-03-18 | New TGA driver for alpha. Takes advantage of rasops code. | Nathan Binkert |
2001-02-01 | adapt to wscons type changes. | Artur Grabowski |
2000-10-14 | Add $OpenBSD$ tags. | Aaron Campbell |
2000-08-04 | add support for tga2; from NetBSD | Eric Jackson |
2000-07-03 | closer approximation to an alpha using new wscons. | Michael Shalayeff |