| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-17 | Make sure to set ZS_HWFLAG_USE_CONSDEV and zs_consdev into zsc_args | tsutsui |
| 2010-01-15 | Add apc(4), a driver for the Aurora Personality Chip (APC) found | bouyer |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-03 | add an explicit "bool mpsafe" to intr_establish(). only set it to true | mrg |
| 2009-12-19 | Disable "fast trap" handlers which invoke software interrupts | tsutsui |
| 2009-12-12 | Remove `volatile' qualifier from argument types of | tsutsui |
| 2009-11-21 | Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. | rmind |
| 2009-09-20 | - use device_t and cfdriver_t | tsutsui |
| 2009-09-19 | Split device_t/softc. | tsutsui |
| 2009-09-17 | Remove struct sbusdev and related functions sbus_establish() and sbusreset(). | tsutsui |
| 2009-09-17 | Use device_t, cfdriver_t, device_private(), device_xname(), | tsutsui |
| 2009-08-27 | use vcons_replay_msgbuf() | macallan |
| 2009-07-14 | Enclose the argument to #error in quotes, to protect an embedded single | apb |
| 2009-05-31 | Properly initialize child attach args to zero - we could end up with | martin |
| 2009-05-26 | use BUS_SPACE_MAP_LARGE to map the framebuffer | macallan |
| 2009-05-25 | Convert shutdownhook_establish() to pmf_device_register1(). | jnemeth |
| 2009-05-22 | add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(), | mrg |
| 2009-05-16 | KNF, same object code generated | cegger |
| 2009-04-16 | use sparc_bus_map_large() to map the framebuffer if we can't find a PROM | macallan |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-02-05 | Recycle OBP's framebuffer mapping if available instead of wasting KVA space | macallan |
| 2009-01-17 | Use firm_gettime() to retain compatibility with old firm_event. From amiga. | he |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-19 | use M_ZERO on malloc() and remove subsequent bzero(). | cegger |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-12-12 | some cleanup, add shadowfb support | macallan |
| 2008-12-12 | device_t-ify | macallan |
| 2008-11-17 | PR port-sparc/39942: ifdef ch0_is_cons declaration and all uses consistently | martin |
| 2008-08-04 | fix another botched device_t-ification | macallan |
| 2008-07-17 | make this compile | cegger |
| 2008-06-13 | use device_lookup_private to get softc | cegger |
| 2008-06-11 | mechanical changes to use device_private() or device_lookup_private() | drochner |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-05-17 | more device_t-ification | macallan |
| 2008-05-17 | struct device * -> device_t | macallan |
| 2008-05-17 | cosmetics: | macallan |
| 2008-05-17 | struct device * -> device_t | macallan |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-13 | Split device_t/softc for MI ncr53c9x and some related devices, | tsutsui |
| 2008-04-07 | Split device_t/softc, as following parents in sys/dev/sun. | tsutsui |
| 2008-04-04 | Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes. | tsutsui |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui |
| 2008-03-29 | Split softc and device_t for zsc(4) and its children. | tsutsui |
| 2008-03-18 | pesky missing spaces. | dogcow |
| 2008-03-15 | Split device_t and softc for pckbc(4) and its attachments. | cube |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-03-01 | Welcome to 4.99.55: | rmind |