summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont
AgeCommit message (Expand)Author
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
2001-02-02Added a function to remap Unicode character to font glyph index.marcus
2001-02-02Set correct font encoding.marcus
2000-11-24Add another font from 4.4BSD-Lite2/luna68k.tsutsui
2000-11-21Add a couple of fonts used on Sony NEWS.tsutsui
2000-06-13Use my proper name.ad
2000-01-07Restore the system priority level on error return.enami
2000-01-07Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L.enami
2000-01-05Add two new members to 'struct wsdisplay_font': 'bitorder' and 'byteorder'.ad
1999-12-15Fix comment.ad
1999-12-15Now I remember. Add a new flag, WSFONT_RDONLY that indicates the fontad
1999-12-14- Squash a few stylish nits.ad
1999-12-04Lay it out like the other fonts.ad
1999-12-04- Stylistic cleanup.ad
1999-11-02Add new font sets - VT220 8x8 and 8x10.takemura
1999-05-18Assign ownership & copyright to TNF. There is probably a procedure for thisad
1999-04-29Update usage comment.ad