summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont
AgeCommit message (Expand)Author
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-02Updates to allow Zaurus screen to rotate 90 degrees to a usable state with th...ober
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-07Fill undefined region (char 0x7f-0xa0) on ISO-8859-1 with dummy datatsutsui
2006-08-28fix incomplete initializerschristos
2006-07-16Reordered the declaration-specifiers so that "inline" comes beforerillig
2006-03-17Fix range to check to avoid a static buffer overrun, whenchris
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-09-19Extend the gallant font to full ISO8859-1. Content provided by der Mouse,martin
2005-06-28Use static.thorpej
2005-05-29- add constchristos
2005-04-22fix static/extern mismatches. found by gcc4.yamt
2005-02-27nuke trailing whitespaceperry
2004-04-23use bounded string opsitojun
2003-12-15Use aprint_debug() instead of aprint_normal() for debug info.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14Add vt220 8x10 koi8-r/koi8-u fonts so that I can read mail usinguwe
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-05-14need wsfont.c for wsfont pseudodevicedrochner
2003-02-10undo constification of 'data' for wsdisplay font - unfortunately we needjdolecek
2003-02-09wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new fontjdolecek
2003-02-09make 'name' and 'data' of struct wsdisplay_font const, mark data arraysjdolecek
2003-01-12Don't use non-ASCII chars in comments.tsutsui
2003-01-12Add entries for vt220l8x16 and vt220iso8x16.tsutsui
2003-01-12Add another 8x16 pixel VT220 font with ISO8859-1 charactors.tsutsui
2003-01-12Add 8x16 pixel VT220L font generated from /usr/share/wscons/fonts/vt220l.816,tsutsui
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-21- Allocate enough space to hold an object.enami
2002-03-20Add missing structure member copies in wsfont_add0().ad
2002-03-18include sys/queue.h.uch
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2002-03-13Clean up.ad
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-10-13ANSIfy.augustss
2001-09-03implement a pseudo-device wsfont for access to the wsfont machinerydrochner
2001-09-03make dynamic font addition usable,drochner
2001-06-12In wsfont_map_unichar: when checking that 'lo' is within 'map2' range,uwe
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-03-31WSDISPLAY_FONTENC_SONY is gone.enami
2001-03-30Make Sony's fonts ISO8859-1 compliant.tsutsui
2001-02-24Avoid sequence point issues.cgd
2001-02-07Fix duplicate cookie.ad