summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2007-04-11add WSDISPLAY_TYPE_GENFBmacallan
2007-04-04Revert previous commit until further investigation because it ismishka
2007-04-02Implement locking switcher for alternative layots (many languagesmishka
2007-03-05It was probably not a good idea to put that scroll stuff to accessops.drochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2007-01-29Remove more duplicate headers.hubertf
2007-01-19add #defines for ADB and pseudo micemacallan
2007-01-13Complete initializers so those files compile.cube
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-26Adapt to recent machdep scope changes.elad
2006-12-26Add type for sgimips/light(4).rumble
2006-12-17Add WSKBD_TYPE_ZAURUS (Sharp Zaurus keyboard).peter
2006-12-02Welcome to evbppc/virtex -- port to Xilinx Virtex series FPGA's with embeddedfreza
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky
2006-11-11COMPAT_10 implies COMPAT_11, so there's no need to test both.bjh21
2006-11-06add wsdisplay_preattach() to attach an early console that can be overriddenmacallan
2006-10-17now that we have -Wno-unused-parameter, back out all the tremendously uglydogcow
2006-10-13More -Wunused fallout. sprinkle __unused when possible; otherwise, use thedogcow
2006-10-12- sprinkle __unused on function decls.christos
2006-10-10Use kauth(9) instead of securelevel.elad
2006-10-09KNF: No variable names in the prototype.peter
2006-10-09s/REGENTS/AUTHOR/peter
2006-10-09Remove (the default) #define XXXDEBUG and add the options to the relevantpeter
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-09-22In struct vcons_data, don't depend on DIAGNOSTIC and always includeelad
2006-09-08Typo.uebayasi
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