Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat | |
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@ | |||
2005-05-01 | Another evil hack to turn sidelining into underlining on the Zaurus console. | Christopher Pascoe | |
tested dlg@ | |||
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe | |
rotation framework is ready. | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-01-14 | Typo | Miod Vallat | |
2003-12-17 | Provide a real inverted cursor for rasops-based consoles; inspired by | Miod Vallat | |
a similar diff in NetBSD. | |||
2003-04-14 | Remove dead attribute "rasterconsole". | Miod Vallat | |
2003-02-12 | It is not clear that the order of operations will be what the programmer | Henric Jungheim | |
intended. (This fixes a gcc3 warning.) ok jason, millert | |||
2002-08-12 | Add a callback routine for when the cursor position is updated (this allows | Jason Wright | |
for updating prom cursor locations). | |||
2002-07-28 | Define RASOPS_SMALL when SMALL_KERNEL is also defined. | Miod Vallat | |
Shaves a few more KB out of alpha (and others) ramdisks. | |||
2002-07-27 | Fix PIXEL_SHIFT value for 4bit displays. | Miod Vallat | |
2002-07-27 | Unstaticize functions, for my ddb sessions pleasure. | Miod Vallat | |
Plus it makes hangman more difficult. | |||
2002-07-25 | If passed RI_BSWAP, swap32 the stamp | Jason Wright | |
2002-07-23 | Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@ | Miod Vallat | |
2002-07-17 | No newline in panic messages | Miod Vallat | |
2002-07-02 | inital -> initial | Nathan Binkert | |
2002-05-29 | remove unneeded header. | Federico G. Schwindt | |
2002-05-28 | o spaces, tabs, spelling cleanup. | Federico G. Schwindt | |
o remove unneeded headers. o makes this to compile if RASOPS_SMALL is defined. o makes rasops2 to compile. | |||
2002-05-28 | make this compile; jason@ ok. | Federico G. Schwindt | |
2002-05-02 | use the gallant 12x22 font by default on screens that are more | Matthieu Herrb | |
than 960 pixels wide if !SMALL_KERNEL, like rcons does. Ok drahn@, mickey@, miod@.x | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-03-18 | Import rasops from NetBSD. This gives improved performance for raster | Nathan Binkert | |
operations. |