| Age | Commit message (Expand) | Author |
| 2023-06-27 | remove double/tripple o in comments, where it likely was not added on purpose. | andvar |
| 2022-10-26 | sparc64/zs(4): Convert to ttylock/ttyunlock. | riastradh |
| 2022-10-26 | sparc64/sab(4): Convert to ttylock/ttyunlock. | riastradh |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-10-01 | Don't try to make a tag based on node 0 | charlotte |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-05-28 | fix various typos in comments. | andvar |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-05-20 | s/auxillary/auxiliary/ in comments. | andvar |
| 2022-05-16 | sun4v/vdsk: add handling of SCSI_REPORT_LUNS | palle |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2022-02-11 | sparc64/vnet(4): device_t/softc split | riastradh |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej |
| 2022-01-21 | Don't bother with prom_node_to_devhandle() if we're just forwarding along | thorpej |
| 2022-01-17 | fix typos in comments, mainly s/foward/forward/. | andvar |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-04 | fix typos in comments and log messages, mainly in establish(ed). | andvar |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-06-25 | sun4v: vdsk - restart the ldc state machine when the ldc endpoint resets the ... | palle |
| 2021-05-10 | Associate the OpenBoot / OpenFirmware node with attached devices | thorpej |
| 2021-04-26 | iommu_enter() and iommu_remove() are static to iommu.c. | mrg |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-05 | sun4v: Ignore spurious ldc CTRL/ACK/VERS messages (do not reset the connectio... | palle |
| 2021-03-15 | sun4v: vnet - cleanup of debug code (no functional changes) | palle |
| 2021-03-13 | sun4v: vnet - reception and transmission of eternet frames seems to work now ... | palle |
| 2021-03-11 | sun4v: vnet - reception of ethernet frames seems to work now (WIP and code is... | palle |
| 2021-03-04 | sun4v: add vnet driver from openbsd - compiles but probably does not work yet... | palle |
| 2021-03-04 | sun4v: add vnet driver from openbsd - compiles but probably does not work yet... | palle |
| 2021-01-27 | Use DEVICE_COMPAT_EOL. | thorpej |
| 2021-01-25 | Since we're using designated initialisers for compat data, we should | thorpej |
| 2021-01-17 | Use designated initializers and a consistent termination style in | thorpej |
| 2021-01-17 | reduce the scope of 'ci' variable. | mrg |
| 2021-01-07 | The "available" property requires a variable length buffer, so | nakayama |
| 2021-01-06 | psycho: explicit allocation of memory using kmem(9) instead of using the buff... | palle |
| 2021-01-04 | malloc(9) -> kmem(9) -- just the simple, straightforward conversions for now. | thorpej |
| 2020-12-23 | Rename the CPU fan to SYS fan to match what the firmware calls it. | jdc |
| 2020-12-20 | For the E250: | jdc |
| 2020-12-07 | Add some debugging output to check sensor addition and refresh. | jdc |
| 2020-12-06 | Don't read from the chip when matching, fail the attach instead (requested | jdc |
| 2020-12-05 | When matching, try a read in case this is an optional device and isn't | jdc |
| 2020-10-31 | Call sysmon_envsys_unregister() not sysmon_envsys_destroy() when | jdc |
| 2020-10-24 | Add support for automatically changing the CPU fan speed on the E250 in a | jdc |
| 2020-10-23 | Move E250 and E450 i2c patches from dev/pcfiic_ebus.c to sparc64/ofw_patch.c. | jdc |
| 2020-07-05 | Adapt to proplib api changes | martin |
| 2020-06-14 | replace EX_NOWAIT with EX_WAITOK in device attach methods. | chs |
| 2020-06-12 | Update for proplib(3) API changes. | thorpej |
| 2020-05-16 | Extend the monitoring to battery state, with capacity based on voltage. | jdc |
| 2020-05-11 | Add an ebus frontend for the Winbond W83l518D SD card reader as found on | jdc |