| Age | Commit message (Expand) | Author |
| 2021-12-19 | s/forground/foreground/ in comments. | andvar |
| 2021-09-18 | Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers. | tsutsui |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-05 | hpcfb_cnattach(): If fbconf == NULL, this is for early console output | rin |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2015-04-07 | Add missing semicolon | ozaki-r |
| 2015-04-04 | fix leak, found by Brainy. | christos |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-08-01 | Remove deprecated powerhook_establish(9) since apmdev(4) which required | tsutsui |
| 2010-06-18 | Add WSDISPLAYIO_LINEBYTES, which is required by Xorg wsfb server. | tsutsui |
| 2010-05-15 | Clear RI_NO_AUTO in actual attach functions during autoconf(9) | tsutsui |
| 2010-05-15 | Set RI_NO_AUTO in ri->ri_flg if hpcfb_init() is invoked from cnattach. | tsutsui |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-04-05 | Register with pmf(9). Thus we register with both dopowerhooks(9) and | uwe |
| 2009-04-05 | Split device_t and softc. | uwe |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-01-30 | Has this compiled recently? | ad |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 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-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | -Wextra fixes | uwe |
| 2006-10-09 | Remove (the default) #define XXXDEBUG and add the options to the relevant | peter |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-04 | For HPCFB_CLASS_RGBCOLOR class propagate r/g/b widths and positions | uwe |
| 2005-05-22 | No 0x in front of %p... | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | struct proc * -> struct lwp * | ichiro |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-02 | G/c static pow() function that was used to calculate (2^x) only; replaced | reinoud |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-01 | BUGFIX: WSDISPLAYIO_SVIDEO and WSDISPLAYIO_GVIDEO don't work. | takemura |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-05-10 | Use symbolic WSCOL_* colour names instead of magic numbers. | uwe |
| 2002-04-13 | Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.c | takemura |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-01-27 | Do nothing if there is no screen. | takemura |
| 2002-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |