| Age | Commit message (Expand) | Author |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-02 | Updates 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-07 | Fill undefined region (char 0x7f-0xa0) on ISO-8859-1 with dummy data | tsutsui |
| 2006-08-28 | fix incomplete initializers | christos |
| 2006-07-16 | Reordered the declaration-specifiers so that "inline" comes before | rillig |
| 2006-03-17 | Fix range to check to avoid a static buffer overrun, when | chris |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-19 | Extend the gallant font to full ISO8859-1. Content provided by der Mouse, | martin |
| 2005-06-28 | Use static. | thorpej |
| 2005-05-29 | - add const | christos |
| 2005-04-22 | fix static/extern mismatches. found by gcc4. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-04-23 | use bounded string ops | itojun |
| 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 |