Age | Commit message (Expand) | Author |
2018-03-22 | In vldcp(4), initialize lc_rx_state to a magic value which is not | Stefan Sperling |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-27 | Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220, | Stefan Sperling |
2018-01-17 | In cbus(4) drivers, make it easier to identify which driver is doing | Stefan Sperling |
2018-01-13 | In vldcp(8) fix a race between vldcpread() and vldcp_rx_intr() which | Stefan Sperling |
2018-01-06 | Fix an interrupt storm condition in vldcp(8) (sparc64). | Stefan Sperling |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-22 | If we use the cookie-based interrupt API on sun4v, whe shouldn't put the | Mark Kettenis |
2017-12-06 | Implement support for using interrupt cookies in vbus(4) and vpci(4) as | Mark Kettenis |
2017-12-05 | Handle 64-bit-address Memory Space. | Mark Kettenis |
2017-10-05 | Check the state value within the assert statement, do not set it. | Alexander Bluhm |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-07 | Return WSDISPLAY_TYPE_PCIVGA like we do on macppc. | Mark Kettenis |
2017-05-25 | tweak sparc64 membars as a step toward making them usable in userland. | David Gwynne |
2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to | Theo de Raadt |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-12-20 | fix use of uninitialised variables | Jonathan Gray |
2016-12-20 | no need to test if an array is non-NULL | Jonathan Gray |
2016-10-13 | Fix another memory leak on error path in ldc.c | Tom Cosgrove |
2016-10-13 | Fix memory leaks on error paths spotted by coypu (at) SDF (dot) ORG - thanks | Tom Cosgrove |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-08-23 | Convert %q to %ll in format strings | Philip Guenther |
2016-06-07 | remove splsoftfd and splausoft | David Gwynne |
2016-05-19 | Use OF_is_compatible(9). Simplifies the code and should make pci within | Mark Kettenis |
2016-05-04 | Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMA | Mark Kettenis |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-03-29 | Some sparc64 pci frame buffers incorrectly have the `depth' property | Mark Kettenis |
2016-03-21 | Plug a memory leak in vnet(4) ioctl code path. | Stefan Sperling |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-02-26 | Prevent memory leak when the ldc gets reset. | Mark Kettenis |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-12-29 | Remove NULL-checks before free(). | mmcc |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-12-05 | Avoid using ifq_deq_rollback(). | Mark Kettenis |
2015-12-04 | Add intr_barrier() just in case... | Mark Kettenis |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-10-28 | missing splx in error path | Jonathan Gray |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-27 | Store the target CPU in "struct intrhand" and use it in intr_barrier(). | Mark Kettenis |