| Age | Commit message (Expand) | Author |
| 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 |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2007-01-19 | add #defines for ADB and pseudo mice | macallan |
| 2007-01-13 | Complete initializers so those files compile. | cube |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-12-26 | Adapt to recent machdep scope changes. | elad |
| 2006-12-26 | Add type for sgimips/light(4). | rumble |
| 2006-12-17 | Add WSKBD_TYPE_ZAURUS (Sharp Zaurus keyboard). | peter |
| 2006-12-02 | Welcome to evbppc/virtex -- port to Xilinx Virtex series FPGA's with embedded | freza |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-12 | Tidy away wsmouse_input() abstractions and update | plunky |
| 2006-11-11 | COMPAT_10 implies COMPAT_11, so there's no need to test both. | bjh21 |
| 2006-11-06 | add wsdisplay_preattach() to attach an early console that can be overridden | macallan |
| 2006-10-17 | now that we have -Wno-unused-parameter, back out all the tremendously ugly | dogcow |
| 2006-10-13 | More -Wunused fallout. sprinkle __unused when possible; otherwise, use the | dogcow |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-10 | Use kauth(9) instead of securelevel. | elad |
| 2006-10-09 | KNF: No variable names in the prototype. | peter |
| 2006-10-09 | s/REGENTS/AUTHOR/ | peter |
| 2006-10-09 | Remove (the default) #define XXXDEBUG and add the options to the relevant | peter |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-09-22 | In struct vcons_data, don't depend on DIAGNOSTIC and always include | elad |
| 2006-09-08 | Typo. | uebayasi |
| 2006-08-28 | fix incomplete struct decl. | christos |
| 2006-08-28 | fix incomplete initializers | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-06-28 | add a missing splx() in an error path | drochner |
| 2006-06-19 | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, | gdamore |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |