| Age | Commit message (Expand) | Author |
| 2007-10-29 | wsdisplay has been converted to device_t/softc separation so we can't cast | peter |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-09-23 | We call to config_hook_call() with always 'on'. | kiyohara |
| 2007-09-23 | Fix to persona_hpw{5,20}0pad_special_keymap.[KEY_SPECIAL_OFF] = 5. | kiyohara |
| 2007-07-10 | Fix compile failure occured kthread API changes. | nonaka |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-09 | after the recent config_attach_pseudo() changes, unit numbers have the same | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-27 | Nuke GPROF cargo-cult I've been cut-n-pasting around in my drivers. | uwe |
| 2006-10-12 | -Wextra fixes | uwe |
| 2006-10-10 | The use of a local variable is conditional on FBDEBUG, so make the | he |
| 2006-10-09 | Remove (the default) #define XXXDEBUG and add the options to the relevant | peter |
| 2006-10-07 | Jornada 720: change key 127 to KEY_SPECIAL_OFF. | peter |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-09-24 | Improve some debug texts. | peter |
| 2006-09-24 | Run the "power button event" hooks when the special button OFF is pressed. | peter |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-09-05 | Convert time.tv_sec to time_second. | gdamore |
| 2006-08-31 | Appease GCC4 by making /* NOTREACHED */ code return 0. | matt |
| 2006-08-22 | Fix a pasto: save CONFIG_HOOK_PMEVENT_AC hook in the correct variable. | uwe |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-06-27 | Fix typo in a comment. | peter |
| 2006-06-27 | Set the jornada 720 volume up/down and play buttons to ignore | peter |
| 2006-05-30 | If tty that we open already has hpf1275a line discipline set, don't | uwe |
| 2006-05-29 | Miscellaneous cosmetics. | uwe |
| 2006-05-29 | Propagate "static" to linesw method defintions. | uwe |
| 2006-05-29 | Constify hpf1275a_wskbd_keymapdata. | uwe |
| 2006-05-22 | #include <dev/wscons/wsksymvar.h> as gcc4 doesn't like arrays, | uwe |
| 2006-05-15 | - include kauth.h for kauth_authorize_generic. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-04-08 | The altgr button has number 184, not 219. Change the jornada 720 | peter |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Add keymap for Clio C-1000 and C-1050. | tsutsui |
| 2006-03-14 | Constify scancode translation table. | uwe |
| 2006-03-14 | Support WSDISPLAY_COMPAT_RAWKBD so that this keyboard is usable under X. | uwe |
| 2006-03-07 | Jornada 720 US/UK: map the win and fn buttons correctly. | peter |
| 2006-03-04 | Add keyboard translation for the Jornada 720 Japanese, US/UK (ABA, ABU) | peter |
| 2006-02-27 | Remove the include <machine/autoconf.h>, it is a) not needed any more and | peter |
| 2006-02-27 | Add support for OAPM_IOC_GETPOWER. That will keep binary compatibility | cube |
| 2006-02-24 | Rework hpcapm(4) attachment definition so it is not required to attach at | cube |
| 2006-02-13 | Move assignment out of conditional expression. | uwe |
| 2006-02-12 | Fix a typo, use uintN_t, use assigned variables, add newline to a printf. | peter |
| 2005-12-18 | Adapt to ktrace-lwp changes. | uwe |
| 2005-12-11 | merge ktrace-lwp. | christos |