Age | Commit message (Expand) | Author |
2020-08-13 | Add __multi3 from compiler_rt-8.x | Jeremie Courreges-Anglas |
2020-07-31 | On sun4u systems that have the STICK register, clear the NPT bit of the | Mark Kettenis |
2020-07-24 | Enable usertc if the NPT bit isn't set for %tick and %sys_tick. | Mark Kettenis |
2020-07-22 | Nuke unused struct scsi_link member of vdsk_softc. | Kenneth R Westerback |
2020-07-22 | console marker should be after : | Theo de Raadt |
2020-07-21 | It's saa_flags, not flags. | Kenneth R Westerback |
2020-07-20 | saa.ssa.wwpn is not the same as saa.saa_wwpn. | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Disable userland timecounters for now. On some (all?) sun4u machines this | Mark Kettenis |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-07-08 | Userland timecounter implementation for sparc64. | Mark Kettenis |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-07-05 | Use scsi_link's 'bus' field rather than slightly more obscure | Kenneth R Westerback |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-25 | Fix variable shadowing that caused us to map the entire range (many | Jonathan Matthew |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to | Kenneth R Westerback |
2020-06-24 | Nuke some pointless *_dev_probe() and *_dev_free() functions and | Kenneth R Westerback |
2020-06-24 | remove ifdeffed out code for redistributing pyro eq interrupts over cpus. | David Gwynne |
2020-06-23 | Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64 | Jonathan Matthew |
2020-06-17 | sparc64 should define __HAVE_PCI_MSIX | David Gwynne |
2020-06-13 | Load CTF section to enable DDB's "show struct" | kn |
2020-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
2020-06-05 | Qemu does not like we load ofwboot on top of the bootblocks and as | Otto Moerbeek |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file | Theo de Raadt |
2020-05-26 | Implement write support for block devices and add readdir and fchmod | Mark Kettenis |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | fchmod() will be needed soon. | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
2020-05-25 | Pass boothowto from bootloader to kernel using .openbsd.bootdata. To make | Mark Kettenis |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-23 | Implement kqueue(2) support. | Martin Pieuchot |
2020-05-21 | Remove sparc64 mutex.S. | Visa Hankala |
2020-05-18 | Fix typo | Claudio Jeker |
2020-05-17 | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. | Theo de Raadt |
2020-05-17 | Fix WITNESS build | kn |
2020-05-17 | Do not redefine todr_handle. The variable now lives in kern_time.c. | Visa Hankala |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-13 | Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'. | Martin Pieuchot |
2020-05-11 | Initialize the timeval passed to todr_gettime() with the base time from | Mark Kettenis |