Age | Commit message (Expand) | Author |
2022-07-15 | fix typos in previous | Theo de Raadt |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2021-04-29 | Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROM | Mark Kettenis |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2017-06-11 | integer overflow for two range checks | Theo de Raadt |
2015-09-09 | sizes for free(); ok sthen semarie | Theo de Raadt |
2015-04-05 | Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers; | Miod Vallat |
2015-04-03 | Fix unsigned vs signed comparison in for() loop condition causing an infinite | Miod Vallat |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-08-30 | Fix format strings in STIDEBUG code. | Miod Vallat |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-02-20 | revert previous commit; didn't intend to commit those bits | Mark Kettenis |
2014-02-20 | Avoid printing the "nvram corrupt" message for onboard 2200s found on Sun | Mark Kettenis |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-18 | Make sure that, when a particular mapchar() can't find a proper glyph for the | Miod Vallat |
2012-05-06 | add support for the reverse video attribute in sti(4) | Mike Belopuhov |
2011-09-19 | Missing argument in STIDEBUG printf | Miod Vallat |
2011-08-18 | So, it turns out that models 362 and 382 built-in frame buffer only shows up | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-02-06 | Split sti structures into rom-related information and screen-related | Miod Vallat |
2009-02-06 | The new font selection logic would loop and consume all kmem on proms | Miod Vallat |
2009-01-29 | Oops, correct logic when requested font index is out of bounds. Thankfully | Miod Vallat |
2009-01-28 | If the rom contains a monitor table, look for an entry matching our | Miod Vallat |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-06-17 | We can not consider the first sti region as always mapped, since on pci | Miod Vallat |
2007-06-17 | Make sure to pass valid extended initialization structure pointers in | Miod Vallat |
2007-01-12 | Keep the wsscreen_descr in the softc, to allow sti of different text | Miod Vallat |
2007-01-11 | Add the ability for a sti backend to specify callbacks to disable and enable | Miod Vallat |
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat |
2006-12-18 | Read word-mode rom regions with bus_space_read_raw_region instead of | Miod Vallat |
2006-12-18 | Change sti attachment to pass an array of base addresses for the sti regions, | Miod Vallat |
2006-12-16 | Better sti_mapchar() implementation, matches Latin char indexes to HP Roman | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Use uvm_km_alloc() instead of uvm_km_alloc1(), so that the latter can | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-08-22 | Clear sti display on console attach, now that the bootloader leaves us | Miod Vallat |
2006-04-16 | Introduce sti_rom_size() which will compute the size of a card's rom, and | Miod Vallat |
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod Vallat |
2005-01-24 | sti colormap fixes: | Miod Vallat |
2005-01-23 | bus_space_map() sti regions with BUS_SPACE_MAP_CACHEABLE if they have the | Miod Vallat |
2005-01-23 | Two sti(4) changes necessary for hp300: | Miod Vallat |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-11-03 | oops missed to set devtype here rather than in sti_sgc.c:1.23 | Michael Shalayeff |
2004-09-14 | allocate ext-cfg memory if was requestd in dd_stimemreq | Michael Shalayeff |
2003-12-16 | only map the rom and do not touch the hpa space getting rid of memsize define... | Michael Shalayeff |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |