| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix build without SC_PIXEL_MODE defined. | Gleb Smirnoff | 2017-04-19 | 1 | -1/+2 |
| * | Fix missing support for drawing the mouse cursor in depth 24 of direct | Bruce Evans | 2017-04-19 | 1 | -46/+6 |
| * | Stop using a saveunder method for mouse cursor drawing in the vga | Bruce Evans | 2017-04-19 | 1 | -49/+5 |
| * | Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel) | Bruce Evans | 2017-04-15 | 1 | -3/+11 |
| * | Structure the mouse cursor data so that it is easier to switch, and | Bruce Evans | 2017-04-15 | 1 | -24/+39 |
| * | Oops, the previous revision was missing the update of the shift variable. | Bruce Evans | 2017-04-14 | 1 | -1/+1 |
| * | Adjust shifting so that cursor widths up to 17 (was 9) work in vga planar | Bruce Evans | 2017-04-14 | 1 | -6/+6 |
| * | Optimize drawing of the mouse cursor in vga planar mode almost as | Bruce Evans | 2017-04-14 | 1 | -4/+7 |
| * | Further unobfuscate the method of drawing the mouse cursor in vga planar | Bruce Evans | 2017-04-14 | 1 | -32/+17 |
| * | Improve drawing of the vga planar mode mouse image a little. Unobfuscate | Bruce Evans | 2017-04-12 | 1 | -30/+15 |
| * | Fix removal of mouse image by the vga planar renderer in the right border | Bruce Evans | 2017-04-12 | 1 | -36/+36 |
| * | Trival style fix to previous commit to add this detail. | Bruce Evans | 2017-04-12 | 1 | -1/+1 |
| * | Fix removing of the mouse image in vga planar mode with 8x8 fonts, and | Bruce Evans | 2017-04-12 | 1 | -15/+18 |
| * | Fix clobbering of the default attribute and the screen position in | Bruce Evans | 2017-04-12 | 1 | -8/+14 |
| * | Special rendering methods for removing mouse cursors cannot be removed | Bruce Evans | 2017-04-10 | 2 | -26/+7 |
| * | Quick fix for removal of the mouse cursor in vga direct graphics modes | Bruce Evans | 2017-04-08 | 1 | -3/+5 |
| * | Fix removal of the keyboard cursor image in text mode, especially | Bruce Evans | 2017-04-08 | 3 | -12/+6 |
| * | The switch to kernel terminal context needs to update more than the cursor | Bruce Evans | 2017-03-29 | 3 | -15/+27 |
| * | Restore switching to a separate kernel terminal "input" state and extend | Bruce Evans | 2017-03-26 | 3 | -24/+48 |
| * | Fix bright colors for syscons, and make them work for the first time | Bruce Evans | 2017-03-18 | 1 | -59/+28 |
| * | The previous fix didn't ifdef out enough for sparc64 to actually work. | Bruce Evans | 2017-03-16 | 1 | -28/+21 |
| * | Fix the attribute for scteken_clear() (change it back from the user | Bruce Evans | 2017-03-11 | 1 | -1/+4 |
| * | Add a scteken_set_cursor() (sc to teken) method and use it to fix | Bruce Evans | 2017-03-11 | 3 | -17/+27 |
| * | Rename scteken_revattr() to scteken_sc_to_te_attr(). scteken_revattr() | Bruce Evans | 2017-03-10 | 1 | -13/+13 |
| * | Start fixing some bugs in attribute handling. | Bruce Evans | 2017-03-10 | 1 | -15/+2 |
| * | Fix compilation on sparc64. The frame buffer address is in a field that | Bruce Evans | 2017-03-10 | 1 | -0/+4 |
| * | Implement ec_putc() (emergency kernel [syscons] console putc()) and use | Bruce Evans | 2017-03-04 | 1 | -2/+64 |
| * | Colorize syscons kernel console output according to a table indexed | Bruce Evans | 2017-03-04 | 3 | -2/+22 |
| * | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 12 | -112/+2 |
| * | [evdev] Adds evdev support to sysmouse(4) driver | Oleksandr Tymoshenko | 2016-12-10 | 1 | -1/+83 |
| * | The log message for the previous commit didn't mention the most the | Bruce Evans | 2016-09-01 | 2 | -6/+64 |
| * | Add some locking to sc_cngetc(). | Bruce Evans | 2016-08-31 | 2 | -4/+41 |
| * | Start adding locking to sc_cngetc(). | Bruce Evans | 2016-08-30 | 1 | -11/+18 |
| * | Add screen locking calls to sc cn grab and ungrab. The locking functions | Bruce Evans | 2016-08-29 | 1 | -4/+25 |
| * | Less-quick fix for locking fixes in r172250. r172250 added a second | Bruce Evans | 2016-08-25 | 2 | -20/+12 |
| * | Fix logic errors in bounds checks in previous commit. The 2-entry stack | Bruce Evans | 2016-08-25 | 1 | -2/+2 |
| * | Flesh out the state and flags args to sccnopen(). Set state flags to | Bruce Evans | 2016-08-24 | 2 | -12/+55 |
| * | Reorganise a little to prepare for locking fixes: | Bruce Evans | 2016-08-24 | 1 | -12/+15 |
| * | Clean up the new sc cn open and close functions (old sc cn grab and ungrab | Bruce Evans | 2016-08-15 | 1 | -17/+11 |
| * | Restructure the grabbing functions into mere wrappers of new open and | Bruce Evans | 2016-08-15 | 1 | -8/+26 |
| * | Fix restoring the kbd_mode part of the keyboard state in grab/ungrab. | Bruce Evans | 2016-08-15 | 2 | -10/+8 |
| * | [Oops, the previous commit was missing the update to syscons.h.] | Bruce Evans | 2016-08-15 | 1 | -1/+1 |
| * | Like scr_lock, the grab count needs to be per-physical-device to work. | Bruce Evans | 2016-08-15 | 1 | -2/+2 |
| * | Disable some more unsafe things in (low level) console mode: | Bruce Evans | 2016-08-15 | 1 | -5/+6 |
| * | Change all uses of 'debugger' to kdb_active and remove this variable. This | Bruce Evans | 2016-08-15 | 1 | -8/+6 |
| * | Quick fix for locking fixes in r172250. The lock added there was per- | Bruce Evans | 2016-08-15 | 2 | -8/+9 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-04-30 | 2 | -4/+4 |
| * | Replace the cosine table with a sine table, which (due to the vagaries of | Dag-Erling Smørgrav | 2016-01-02 | 3 | -39/+64 |
| * | 17 years and change after I wrote warp_saver, here's a simple plasma effect | Dag-Erling Smørgrav | 2016-01-01 | 3 | -0/+454 |