summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2006-08-28fix incomplete struct decl.christos
2006-08-28fix incomplete initializerschristos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-06-28add a missing splx() in an error pathdrochner
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-05-14Fix typo in comment. From Mátyás János in PR kern/33477.martin
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-14Coverity CID 1084: Don't call suser if we don't have a process context.christos
2006-04-13pass the right cookie to ioctl() and mmap() instead of struct wsscreen *macallan
2006-04-12correct typomacallan
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-07don't include opt_wsdisplay_border.h here, to limit dependenciesdrochner
2006-04-05Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDERdrochner
2006-04-01Greek console keymap from Eye of the Beholderchristos
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-18Don't use intarg uninitialized in wsdisplay_usl_ioctl2. Fixes CID 2507jmcneill
2006-03-14Make this compile with WSKBD_DEBUG again.uwe
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-03-05Add missing closing parenthesis to a diagnostic message.jmmv
2006-02-23Add support for virtual consoles to igsfb.macallan
2006-02-19Multiple inclusion protection.jmcneill
2006-02-19add a flag to completely disable drawing on a screenmacallan
2006-02-18Bunch of changes to wscons in preparation for splash screen support:jmcneill
2006-02-14bzero() -> memset()macallan
2006-02-14do some extra initialization and zeroing, fixes odd problems on x86macallan
2006-02-12framework for generic virtual consolesmacallan
2006-02-10fix compilation problems.christos
2006-02-10PR/32794: Paul Shupak: Panic in wsmouse code.christos
2006-02-07wsevent cleanup:jmmv
2006-02-05Add support to automatically repeat mouse button events in wsmouse(4) andjmmv
2005-12-29Add WSKBD_TYPE_EWS4800 for EWS4800 machines.tsutsui
2005-12-27changes for making DIAGNOSTIC not change the kernel ABI:chs
2005-12-25Let this build when WSMUX_DEBUG is set after the merge of ktrace-lwp.jmmv
2005-12-11merge ktrace-lwp.christos
2005-12-05back out the changes to KD* ioctl()s for now, seem to break more than theymacallan
2005-12-05- remove a leftover debug printf()macallan
2005-12-04Make the VT_* ioctl()s work in LP64/big endian platforms, like sparc64.macallan
2005-11-23Some devices provide more than three (X, Y, and Z) "directions". So addaugustss
2005-11-11Call nanotime() directly, instead of doing thesimonb
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-08-28TAB/space cosmetics.tsutsui
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-06-08Add a key symbol for the "Power" key.martin
2005-06-01Constify. Drivers pass const default calibration data touwe
2005-05-31Fix misleading indentation.uwe
2005-05-30add const.christos
2005-05-30Adapt to recent constification.martin