Age | Commit message (Expand) | Author |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. | Martin Pieuchot |
2019-11-06 | ANSIfy functions and get rid of boolean_t. | Martin Pieuchot |
2019-11-05 | Give some END()s to assembly symbols. | Martin Pieuchot |
2019-11-01 | Fix an off-by-one in db_save_stack_trace(). | Martin Pieuchot |
2019-11-01 | Flush the register windows before unwinding the stack. | Martin Pieuchot |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-20 | Firmware that supports the "parallel boot" feature allows us to read the PRI | Mark Kettenis |
2019-10-15 | Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace(). | Martin Pieuchot |
2019-10-15 | Try to match the devid against the bootpath if link->port_wwn doesn't | Jonathan Matthew |
2019-10-12 | sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-06 | Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags. | Bob Beck |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-08-06 | Block interrupts while (attempting to) send an IPI on sun4v just like we | Mark Kettenis |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-03 | Add F_WRITE support to the block layer (not yet used) | Theo de Raadt |
2019-08-02 | per-process itimers: itimerval -> itimerspec | cheloha |
2019-07-26 | Recognize PCI busses that don't support INTx and refuse to map legacy on | Mark Kettenis |
2019-07-25 | Enable sharing of root complex when appropriate. | Mark Kettenis |
2019-07-25 | Add support for virtual root complexes used for Static Direct I/O. | Mark Kettenis |
2019-07-25 | Add SDIO hypervisor calls. | Mark Kettenis |
2019-07-20 | Get rid of `ddb_is_active' instead use `db_active'. | Martin Pieuchot |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2019-07-10 | +ixl (which was used to debug problems on T4-1) | Theo de Raadt |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-07-05 | Fix vpci_bus_map() if the case where the "child" space in the "ranges" | Mark Kettenis |
2019-06-29 | variable ver is unused; rdpr %ver is always used instead; from miod | Theo de Raadt |
2019-06-29 | kihaguru gathura plugged a umsm into a sparc64... | Theo de Raadt |
2019-06-26 | Fix sign handling in emulated FP operations on sparc64 | Jeremie Courreges-Anglas |
2019-06-25 | add support for bypassing iommu translation | David Gwynne |
2019-06-22 | Use timeout_add_msec(9) | kn |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-06-21 | Use timeout_add_msec(9) | kn |
2019-06-11 | Remove unused scheduler related definitions. | Martin Pieuchot |
2019-06-11 | add mcx now that pyro and sparc64 can do msi-x | David Gwynne |
2019-06-11 | implement msi-x support on sparc64. | David Gwynne |
2019-06-01 | Refactor the MAP_STACK feature, and introduce another similar variation: | Theo de Raadt |
2019-05-10 | Add bsd.upgrade support to sparc64 bootloader. | Claudio Jeker |
2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). | Mark Kettenis |
2019-04-23 | Remove file name and line number output from witness(4) | Visa Hankala |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | Theo de Raadt |
2019-04-14 | Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to | Jonathan Gray |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-03-24 | Remove a stale kgdb dependency. | Visa Hankala |
2019-03-23 | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race | Visa Hankala |
2019-03-22 | umbg now supports DCF600USB as well; adjust comment. from weerd@ | Stuart Henderson |
2019-01-29 | ixl works fine on sparc64 | David Gwynne |