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