Age | Commit message (Expand) | Author |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-30 | satisfy -fno-common | Theo de Raadt |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-19 | blacklist com on m3000s. our com code causes faults somehow. | David Gwynne |
2021-01-02 | Allocate address space for struct cpu_info using km_alloc(9) instead of | Jonathan Matthew |
2020-12-28 | Sync with i386 by asserting that IPL values should be at least IPL_NONE. | Martin Pieuchot |
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-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
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-23 | Refactor page fault/error functions, normalizing their operation relative | Theo de Raadt |
2020-10-21 | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't | Theo de Raadt |
2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset | cheloha |
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-24 | The sparc64 pagefault vectors are directly to specific functions, and | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-14 | emuinstr() proto dies also after emul.c cleanup; from miod | Theo de Raadt |
2020-09-14 | Delete some emulator code which has never been used on 64 bit sparc | Theo de Raadt |
2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-09-05 | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY | Kenneth R Westerback |
2020-09-03 | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. | Kenneth R Westerback |
2020-09-02 | When building emulated INQUIRY results use the SCSI_REV_* #define's to | Kenneth R Westerback |
2020-09-01 | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to | Kenneth R Westerback |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
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 |