| Age | Commit message (Expand) | Author |
| 2003-12-15 | Use aprint_debug() instead of aprint_normal() for debug info. | tsutsui |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | Add vt220 8x10 koi8-r/koi8-u fonts so that I can read mail using | uwe |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-14 | need wsfont.c for wsfont pseudodevice | drochner |
| 2003-02-10 | undo constification of 'data' for wsdisplay font - unfortunately we need | jdolecek |
| 2003-02-09 | wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new font | jdolecek |
| 2003-02-09 | make 'name' and 'data' of struct wsdisplay_font const, mark data arrays | jdolecek |
| 2003-01-12 | Don't use non-ASCII chars in comments. | tsutsui |
| 2003-01-12 | Add entries for vt220l8x16 and vt220iso8x16. | tsutsui |
| 2003-01-12 | Add another 8x16 pixel VT220 font with ISO8859-1 charactors. | tsutsui |
| 2003-01-12 | Add 8x16 pixel VT220L font generated from /usr/share/wscons/fonts/vt220l.816, | tsutsui |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-03-21 | - Allocate enough space to hold an object. | enami |
| 2002-03-20 | Add missing structure member copies in wsfont_add0(). | ad |
| 2002-03-18 | include sys/queue.h. | uch |
| 2002-03-13 | Reorganise the wsfont stuff slightly so that multiple display adapters | ad |
| 2002-03-13 | Clean up. | ad |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-13 | ANSIfy. | augustss |
| 2001-09-03 | implement a pseudo-device wsfont for access to the wsfont machinery | drochner |
| 2001-09-03 | make dynamic font addition usable, | drochner |
| 2001-06-12 | In wsfont_map_unichar: when checking that 'lo' is within 'map2' range, | uwe |
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek |
| 2001-03-31 | WSDISPLAY_FONTENC_SONY is gone. | enami |
| 2001-03-30 | Make Sony's fonts ISO8859-1 compliant. | tsutsui |
| 2001-02-24 | Avoid sequence point issues. | cgd |
| 2001-02-07 | Fix duplicate cookie. | ad |
| 2001-02-02 | Added a function to remap Unicode character to font glyph index. | marcus |
| 2001-02-02 | Set correct font encoding. | marcus |
| 2000-11-24 | Add another font from 4.4BSD-Lite2/luna68k. | tsutsui |
| 2000-11-21 | Add a couple of fonts used on Sony NEWS. | tsutsui |
| 2000-06-13 | Use my proper name. | ad |
| 2000-01-07 | Restore the system priority level on error return. | enami |
| 2000-01-07 | Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L. | enami |
| 2000-01-05 | Add two new members to 'struct wsdisplay_font': 'bitorder' and 'byteorder'. | ad |
| 1999-12-15 | Fix comment. | ad |
| 1999-12-15 | Now I remember. Add a new flag, WSFONT_RDONLY that indicates the font | ad |
| 1999-12-14 | - Squash a few stylish nits. | ad |
| 1999-12-04 | Lay it out like the other fonts. | ad |
| 1999-12-04 | - Stylistic cleanup. | ad |
| 1999-11-02 | Add new font sets - VT220 8x8 and 8x10. | takemura |
| 1999-05-18 | Assign ownership & copyright to TNF. There is probably a procedure for this | ad |
| 1999-04-29 | Update usage comment. | ad |