| Age | Commit message (Expand) | Author |
| 2013-10-19 | - remove unused but set variables. | mrg |
| 2013-08-14 | comments & whitespace police | macallan |
| 2013-06-19 | add store-with-clamp instructions | macallan |
| 2013-06-12 | fix typo | macallan |
| 2013-06-12 | document arithmetics instructions | macallan |
| 2013-06-12 | fix serial type&pasto, while there add SX_ADD instructions | macallan |
| 2013-06-05 | add a bunch more instructions ( still not complete but we're getting there ) | macallan |
| 2013-06-04 | report actual VRAM size in fb_type.fb_size | macallan |
| 2013-06-04 | add STore with (plane) Mask instruction | macallan |
| 2013-06-04 | actually map the whole SX IO space instead of just the first page over and | macallan |
| 2013-05-30 | add SX_SELECT_S instruction | macallan |
| 2013-05-30 | install sxreg.h to /usr/include/sparc/ | macallan |
| 2013-05-29 | allow userland to map SX registers and IO space | macallan |
| 2013-05-29 | fix a typo | macallan |
| 2013-03-24 | Check if sbus is defined in the kernel configuration before using it. | jdc |
| 2013-02-12 | break some more long lines | macallan |
| 2013-02-07 | - implement buttom-up copies in cg14_bitblt() so scrolling down works now | macallan |
| 2013-02-06 | add SX_ROP instruction | macallan |
| 2013-02-06 | use SX for basic hardware acceleration | macallan |
| 2013-02-06 | fix typos, deal with hardware insanity | macallan |
| 2013-02-05 | attachment and initialization for SX | macallan |
| 2013-02-05 | throw out RASTERCONSOLE goo | macallan |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-13 | Adapt to the changed signature of pckbc_cnattach(). | jdc |
| 2012-10-10 | Fix device_t/softc split botches that could be fatal. From | tsutsui |
| 2012-09-23 | Wrap sbuserr_handler and sbus_error with: | jdc |
| 2012-07-30 | move cn_tab initializationt to cpu_startup | christos |
| 2012-07-29 | Fix more -fno-common fallout. | matt |
| 2012-03-25 | Make explicitly clear that we mean raw I/O on device passthru, not just | martin |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-30 | avoid writing 1 byte beyond the end of the string promlib.c has given us. | mrg |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2012-01-11 | use rasops_init(0, 0) | macallan |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-09-08 | Another copy/paste problem with a function name in a error printf. | jakllsch |
| 2011-09-08 | Correct copy/paste of function name in error printf. | jakllsch |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-18 | convert the remaining sparc drivers to CFATTACH_DECL_NEW/cfdata_t/device_t. | mrg |
| 2011-07-18 | convert to use device_t, cfdata_t and CFATTACH_DECL_NEW(). | mrg |
| 2011-07-17 | convert all the sparc drivers that attach on my ss20 to use device_t, | mrg |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-20 | Initialize sensor states before registering | pgoyette |
| 2011-06-04 | Split device_t/softc of am7930. No crash on TME and GXemul. | tsutsui |
| 2011-06-03 | Split device_t/softc of i82586. No crash on TME emulating sun2. | tsutsui |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-04-13 | use the same function whenever we change colour depth | macallan |
| 2011-02-01 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |
| 2010-08-31 | remove shadow framebuffer support, use VCONS_DONT_READ instead | macallan |