| Age | Commit message (Expand) | Author |
| 2008-11-07 | In wsdisplay_kbdholdscreen(), just return if sc->sc_focus is NULL. | he |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-11 | use device_lookup_private to get sc | cegger |
| 2008-05-21 | Add support for the Colemak keyboard layout variant, see http://colemak.com | ghen |
| 2008-05-04 | Move to standard TNF 2 clause license | martin |
| 2008-05-01 | hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebooks | cegger |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-27 | aprint_verbose -> aprint_verbose_dev | cegger |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-25 | Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4). | cube |
| 2008-03-12 | -add a function to vga_post which can be called from DDB to get a | drochner |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-02-28 | Do not return EBUSY if this is the console. | dyoung |
| 2008-02-22 | Return EBUSY and do not detach if we are the console. | dyoung |
| 2008-02-20 | -Don't detach/attach the X server in the pmf suspend/resume functions | drochner |
| 2008-02-13 | make the mutex securing a flag which controls screen switched adaptive | drochner |
| 2008-01-14 | On suspend/resume, just detach/attach the X server (or whatever might | drochner |
| 2008-01-14 | restructure things a bit so that proclist_mutex is held between the | drochner |
| 2007-12-13 | Switch to console on suspend and shutdown, switch back to where the | joerg |
| 2007-12-13 | Stop the key pressed timeout on suspend to avoid virtually hanging keys, | joerg |
| 2007-12-10 | Wups, pmf_class_input_deregister is private; use pmf_device_deregister | jmcneill |
| 2007-12-10 | Deregister input class handler on detach. | jmcneill |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-12-01 | aprintify | jmcneill |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-10-19 | If you're going to use device_t, may as well include sys/device.h; unb0rks | dogcow |
| 2007-10-18 | Calling device_private once is enough. Reported by macallan@ | joerg |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-10-18 | Use aprint API for output and convert to device_t/softc separation. | joerg |
| 2007-10-18 | Always declare wskbd_repeat to fix build without wsdisplay. | joerg |
| 2007-10-17 | Use callout_setfunc/callout_schedule and don't cast function pointers. | joerg |
| 2007-10-16 | Use callout_setfunc/callout_schedule instead of callout_reset. | joerg |
| 2007-08-27 | add type for Fujitsu AG-10e | macallan |
| 2007-08-06 | add scrollback support | macallan |
| 2007-08-06 | set the scrollmode flag when entering/leaving scroll mode, send scroll reset | macallan |
| 2007-07-28 | Set the 'ri' pointer before use. | rumble |
| 2007-07-28 | Implement bounds checking in some places in display driver code to avoid | mjf |
| 2007-07-26 | add WSDISPLAY_TYPE_PXALCD for PXA2x0 LCD controller. | nonaka |
| 2007-07-26 | add WSDISPLAY_TYPE_CRIME for the SGI O2's graphics hardware | macallan |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-04-11 | add WSDISPLAY_TYPE_GENFB | macallan |
| 2007-04-04 | Revert previous commit until further investigation because it is | mishka |
| 2007-04-02 | Implement locking switcher for alternative layots (many languages | mishka |
| 2007-03-05 | It was probably not a good idea to put that scroll stuff to accessops. | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |