summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2007-10-19If you're going to use device_t, may as well include sys/device.h; unb0rksdogcow
2007-10-18Calling device_private once is enough. Reported by macallan@joerg
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-10-18Use aprint API for output and convert to device_t/softc separation.joerg
2007-10-18Always declare wskbd_repeat to fix build without wsdisplay.joerg
2007-10-17Use callout_setfunc/callout_schedule and don't cast function pointers.joerg
2007-10-16Use callout_setfunc/callout_schedule instead of callout_reset.joerg
2007-08-27add type for Fujitsu AG-10emacallan
2007-08-06add scrollback supportmacallan
2007-08-06set the scrollmode flag when entering/leaving scroll mode, send scroll resetmacallan
2007-07-28Set the 'ri' pointer before use.rumble
2007-07-28Implement bounds checking in some places in display driver code to avoidmjf
2007-07-26add WSDISPLAY_TYPE_PXALCD for PXA2x0 LCD controller.nonaka
2007-07-26add WSDISPLAY_TYPE_CRIME for the SGI O2's graphics hardwaremacallan
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
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