Age | Commit message (Expand) | Author |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-05-22 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-14 | remove prototypes with no matching function | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-04-13 | correct indentation | Jonathan Gray |
2024-03-29 | Drop the first argument of intr_establish(). | Miod Vallat |
2024-03-29 | send_softint() was designed as being able to target a particular cpu, but the | Miod Vallat |
2024-03-29 | Update/fix/remove obsolete or just plainly wrong comments. | Miod Vallat |
2024-03-29 | Remove dead code. Some of it had been dead since the very beginning of the | Miod Vallat |
2023-10-18 | Avoid segments greater than maxsegsz during map merging | Jan Klemkow |
2023-07-25 | Extend the PCKBC_CANT_TRANSLATE feature, specific to Tadpole/RDI hardware, | Miod Vallat |
2023-04-13 | Remove intentionally undocumented pci_{io,mem}_find and convert their last | Miod Vallat |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-04-10 | add missing write of SAB_DAFO | Jonathan Gray |
2023-03-09 | Improve vnet(4) to work better in busy conditions. | Claudio Jeker |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-21 | Remove vestigial bits of 32-bit binaries support; drop the `64' suffix in | Miod Vallat |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-16 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-08-17 | Fix vldc(4) event filters | Visa Hankala |
2022-07-25 | Print function name for context | Klemens Nanni |
2022-07-20 | Add size to free(9) call | Klemens Nanni |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-10 | Add missing device_unref() calls. | Visa Hankala |
2022-07-04 | Use destination buffer size as strlcpy() bound, not source; harmless here for | Miod Vallat |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-02-21 | independednt -> independent, let's -> lets | Jonathan Gray |
2022-02-21 | iommmu -> iommu | Jonathan Gray |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-01-02 | Nummber -> Number | Jonathan Gray |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-09-01 | Use ttopen in tty drivers open functions as ttysleep string, as the others do. | Jan Klemkow |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-04-24 | Remove unused function pointers from `todr_handle'. | Martin Pieuchot |
2021-03-11 | spelling | Jonathan Gray |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-01-19 | blacklist com on m3000s. our com code causes faults somehow. | David Gwynne |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-10-27 | If Open Firmware doesn't provide an interrupt mapping, use the swizzled | Mark Kettenis |
2020-10-24 | If the #msi-eqs property says there are no event queues, don't try to set | Jonathan Matthew |
2020-10-16 | unbreak build | Jonathan Gray |
2020-10-15 | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call | Kenneth R Westerback |
2020-10-01 | fix indentation | Jonathan Gray |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-05 | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY | Kenneth R Westerback |