| Age | Commit message (Expand) | Author |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-12-18 | Use sel{record,remove}_knote(). | thorpej |
| 2020-05-24 | Change proc_lock -> &proc_lock. | hannken |
| 2020-05-03 | If the sector size is 0, return early in readdisklabel(). | jdc |
| 2020-01-18 | Fix panic on sun3 when any key is typed when kbd is not console. PR/54873 | tsutsui |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-04-03 | centralize setdisklabel(9) | christos |
| 2019-01-21 | apply patches from PR 49639 | macallan |
| 2019-01-19 | allow font loading, resizing etc. | macallan |
| 2018-02-08 | update for GCC 6: | mrg |
| 2017-10-31 | PR port-sparc64/52622: mark the parent device as TS_KERN_ONLY, | martin |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-02-26 | Disks without a disk label happen in normal operation (both as USB | martin |
| 2016-11-09 | - use bus_space_mmap() | macallan |
| 2016-05-07 | add FBTYPE_MGX | macallan |
| 2016-04-21 | RASTERCONSOLE is gone, wsdisplay no longer optional | macallan |
| 2016-04-13 | return correct parameters in ioctl(WSDISPLAYIO_GINFO), from lausgans | macallan |
| 2015-09-26 | avoid conflicts with our own ioctls | christos |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-20 | Call memset in a loop, not loop around doing nothing and calling memset | joerg |
| 2013-12-03 | - don't use defattr before it actually contains something useful | macallan |
| 2013-12-02 | Only write to the framebuffer memory 32 bits at a time. If we try to write | jdc |
| 2013-11-07 | remove unused | christos |
| 2013-09-15 | Remove unused variables | martin |
| 2013-09-15 | Remove unused variable | martin |
| 2013-09-12 | Simplify CG6_DRAW() and CG6_BLIT() macros so gcc 4.8.1 does not warn about | martin |
| 2013-07-30 | avoid uninitialized use of defattr | macallan |
| 2013-05-28 | add a bunch of register definitions and clarify some comments | macallan |
| 2012-11-13 | don't claim alpha font support unless we have enough off-screen memory to | macallan |
| 2012-07-18 | wipe the glyph cache when re-entring terminal emulation mode | macallan |
| 2012-07-13 | wait for the blitter to go idle before trying to send another command | macallan |
| 2012-07-12 | support anti-aliased fonts | macallan |
| 2012-07-11 | don't wait for the blitter unless we want to send another command and the | macallan |
| 2012-07-11 | don't set clipping parameters and such every time we send a blitter command | macallan |
| 2012-07-10 | perry some whitespace nits & remove some obsolete comments | macallan |
| 2012-07-10 | magic number reduction, no functional change | macallan |
| 2012-07-10 | add some register definitions from xf86-video-suncg6 | macallan |
| 2012-07-10 | - re-initialize only when we're really going back to terminal emulation | macallan |
| 2012-05-02 | make this compile again. | christos |
| 2012-04-27 | Make it compilable without envsys | martin |
| 2012-04-26 | report power button events to sysmon | macallan |
| 2012-01-11 | use rasops_init(0,0) | macallan |
| 2010-11-23 | add support for WSDISPLAYIO_LINEBYTES. mostly from macallan. | mrg |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-09-14 | clear the screen when attaching, not when adding screens since that may | macallan |
| 2010-09-14 | leave the screen description alone when we're not the console in order to | macallan |