summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay.c
AgeCommit message (Expand)Author
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-28add a missing splx() in an error pathdrochner
2006-05-14integrate kauth.elad
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-13pass the right cookie to ioctl() and mmap() instead of struct wsscreen *macallan
2006-04-12correct typomacallan
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-05Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDERdrochner
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-02-18Bunch of changes to wscons in preparation for splash screen support:jmcneill
2006-02-07wsevent cleanup:jmmv
2005-12-11merge ktrace-lwp.christos
2005-11-11Call nanotime() directly, instead of doing thesimonb
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-05-29- sprinkle const.christos
2005-02-27nuke trailing whitespaceperry
2004-07-29Implement border color customization in wscons(4), only available for vga(4)jmmv
2004-07-28Implement support to dynamically change wscons console and kernel colors.jmmv
2004-07-20Add WSDISPLAYIO_[GS]MODE type _DUMBFB - mapped fb (no registers)heas
2004-06-03return ENODEV if functions are not compiled in the kernel.christos
2004-05-28PR/19925: David Ferlier: Add scrolling support to wscons.christos
2003-09-21Do much more sanity checks when handling entries in the sc_scr arraymanu
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-03-06Add cn_halt and cn_flush entries to consdevs. (needed for dma-only consolematt
2003-01-20Use u_int variables for some variables that are passed tosimonb
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-06-26PR/17402: Add wsmoused support by providing get/set char and events.christos
2002-04-07Rename WSDISPLAYIO_USEFONT to WSDISPLAYIO_SFONT.hannken
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-02Added wsmux_set_display() to fix the problem that wskbd wan't connectedtakemura
2001-11-13add/cleanup RCSIDslukem
2001-11-10Make wsdisplay_set_console_kbd() a little less twisted.augustss
2001-10-28Put in some tests to see if the input source is NULL before using it.augustss
2001-10-27Cosmetics.augustss
2001-10-24Major rototilling of the wsmux code. No user visible changes (except thataugustss
2001-10-15Don't use wsmux_getmux() if we NWSMUX == 0. Fixes PR kern/14252.augustss
2001-10-13ANSIfy.augustss
2001-10-13Two changes to the wsmux code:augustss
2001-08-05introduce hard limit on maximum font size (WSDISPLAY_MAXFONTSZ - 512KB)jdolecek
2001-05-18do this console device lookup thing the right way this timedrochner