| Age | Commit message (Expand) | Author |
| 2018-02-19 | Add Turkish keyboard layout. | maya |
| 2018-01-21 | Try to fix previous to make it compile. | martin |
| 2018-01-21 | make check cleaner, and simplify the code. | christos |
| 2018-01-20 | Correct wrong assertion code introduced by rev 1.41: | rin |
| 2017-12-18 | ifdef speeding ticket. | christos |
| 2017-12-18 | Add WSDISPLAY_MULTICONS option which allows wsdisplay to cooperate with | jmcneill |
| 2017-12-18 | If the wskbd driver returns type 0, return "no data" from wskbd_cngetc | jmcneill |
| 2017-11-04 | use sizeof(*var) instead of sizeof(type) | christos |
| 2017-11-03 | Remove redundant includes of malloc.h | maya |
| 2017-11-03 | Use __arraycount a bunch | maya |
| 2017-11-03 | Use M_WAITOK if we aren't going to check for NULL before dereferencing | maya |
| 2017-11-03 | Use c99 initializer for wsemul_ops | maya |
| 2017-11-03 | Don't #ifdef DIAGNOSTIC around KASSERTs. | maya |
| 2017-11-03 | use kmem, don't check for allocation failure with KM_SLEEP | maya |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-08-31 | Instead of a Linux keymap, convert Linux event codes to USB scan codes and | jmcneill |
| 2017-08-30 | Add a keymap for converting Linux event codes to wscons keysyms. | jmcneill |
| 2017-08-26 | add WSKBD_TYPE_TCAKP for Texas Instruments TCA8418 | jmcneill |
| 2017-06-18 | wsbellmux.c doesn't need a needs-flag | pgoyette |
| 2017-06-13 | Implement missing ioctls for the default bell. | nat |
| 2017-06-13 | Change sc_dying from u_char to bool. | nat |
| 2017-06-13 | Remove dying ftom vb_args and use sc_dying instead. | nat |
| 2017-06-13 | Move duplicate definition of SETBELL macro into wsbelldata.h. | nat |
| 2017-06-12 | There is no longer a NWSBELL (since nothing depends on it), so there's no | pgoyette |
| 2017-06-12 | Revert previous - it's no longer needed since data structure sizes no | pgoyette |
| 2017-06-12 | Always include declarations/definitions for NWSMUX and NWSDISPLAY even | pgoyette |
| 2017-06-12 | Nothing needs the NWSBELL flag, so don't bother creating it | pgoyette |
| 2017-06-12 | For now, #include wsdisplay.h to get the definition of NWSDISPLAY | pgoyette |
| 2017-06-11 | Add module infrastructure for wsbell(4) | pgoyette |
| 2017-06-11 | New device wsbell - allows for a console beep for non pckbds (usb etc). | nat |
| 2017-06-11 | Seperate the definitions for the console beep. This code will be shared | nat |
| 2017-06-03 | Add type for ARM PrimeCell PL11x | jmcneill |
| 2017-06-02 | - add a cookie to show_screen_cb() | macallan |
| 2017-06-02 | make glyph caches reconfigurable | macallan |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-19 | add support for loading fonts in vcons and subsequently resizing screens | macallan |
| 2017-04-26 | properly optimize drawing stretches of blanks that are interrupted only by | macallan |
| 2017-04-06 | don't forget to store bounds rectangle in raw mode | macallan |
| 2017-03-24 | add fbinfo flag for wildcat split framebuffer workaround | macallan |
| 2017-01-25 | Double size of WSDISPLAYIO_SFONT name buffer to 32 characters. | jakllsch |
| 2017-01-10 | Needed <sys/time.h> that it got in the past by side-effect loading | christos |
| 2016-12-10 | remove VAUDIOSPEAKER, needs to be done differently. | christos |
| 2016-12-08 | Add a synthesized pc beeper and keyboard bell for platforms with an audio | nat |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-06-10 | add WSDISPLAY_TYPE_PLATINUM, for platinumfb | macallan |
| 2016-06-02 | provide a default attribute | macallan |
| 2015-11-08 | Untangle. | christos |
| 2015-11-08 | PR/50413: Vicente Chaves: Check the allocattr return and return an error. | christos |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-24 | to garnish, dust with _KERNEL_OPT | pooka |