summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2020-07-13Pull up following revision(s) (requested by nia in ticket #1002):martin
2020-04-06Pull up following revision(s) (requested by pgoyette in ticket #820):martin
2019-08-15Pull up following revision(s) (requested by rin in ticket #56):martin
2019-07-25Halt the old console on both cnattach and preattachjmcneill
2019-07-24Call cn_halt for old console in wsdisplay_preattach toojmcneill
2019-07-23Enable us to enter DDB from serial console when WSDISPLAY_MULTICONSrin
2019-07-23Call cn_halt on the old console devicejmcneill
2019-07-09Do not overflow int64_t on HP Spectre x360 13-inch ae019TUryoon
2019-06-22Add missing SETBELL() for WSKBDIO_COMPLEXBELL.isaki
2019-05-24Added drivers for Hyper-V Synthetic Keyboard and Video device.nonaka
2019-04-18Fix the bell period.isaki
2019-04-18White space and indent fix.isaki
2019-03-17allocate wsdisplay type 66 for ssdfb(4)tnn
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-02-26 Whitespace change.msaitoh
2019-02-07be consistent in checking cn_getc return value.mlelstv
2019-02-05- call update_modifier() explicitly for the scrolling keys up event.mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-30Suspend multicons output to the old console device while replayingjmcneill
2019-01-30Revert previous as it does not completely solve the problem of detaching a ws...jmcneill
2019-01-30Remove KASSERT in wsdisplay_cndetach. The caller likely doesn't know thejmcneill
2019-01-29Normalize all the compat hooks' names to the formpgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-15- Use kmem_intr_{alloc,free}, because on time out we need to free from anchristos
2018-12-06#ifdef _KERNEL_OPTuwe
2018-12-04rasops reused wscons attribute bits for internal control.mlelstv
2018-12-01 Don't abuse config_interrupts()'s first argument. Use kthread instead ofmsaitoh
2018-11-30 Remove extra whitespaces.msaitoh
2018-11-29Add hw.wsdisplay.multicons sysctl that can be used to disable mirroring wsdis...jmcneill
2018-11-15WSDISPLAYIO_SFONT: Do not attempt to print to the console in the middle ofjmcneill
2018-09-26Introduce wsdisplay_isconsole(struct wsdisplay_softc *), whichbouyer
2018-09-18fix wsdisplay/wskbd and cngetc() return value issues:mrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-14timespec_to_timespec50 - don't leak kernel memory in struct padding.uwe
2018-06-13wsevent_copyout_events50 - don't leak garbage from the kernel stack.uwe
2018-06-05PR kern/53245 - support SGR 39 (default foreground) and 49 (background).uwe
2018-03-10Fix spello in a commentkhorben
2018-02-19Add Turkish keyboard layout.maya
2018-01-21Try to fix previous to make it compile.martin
2018-01-21make check cleaner, and simplify the code.christos
2018-01-20Correct wrong assertion code introduced by rev 1.41:rin
2017-12-18ifdef speeding ticket.christos
2017-12-18Add WSDISPLAY_MULTICONS option which allows wsdisplay to cooperate withjmcneill
2017-12-18If the wskbd driver returns type 0, return "no data" from wskbd_cngetcjmcneill
2017-11-04use sizeof(*var) instead of sizeof(type)christos
2017-11-03Remove redundant includes of malloc.hmaya
2017-11-03Use __arraycount a bunchmaya
2017-11-03Use M_WAITOK if we aren't going to check for NULL before dereferencingmaya
2017-11-03Use c99 initializer for wsemul_opsmaya
2017-11-03Don't #ifdef DIAGNOSTIC around KASSERTs.maya