summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-1113-32/+32
* sparc64/clock.c: use ANSI-style function definitionscheloha2021-02-231-57/+20
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-232-7/+26
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* satisfy -fno-commonderaadt2021-01-302-4/+4
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-232-2/+5
* blacklist com on m3000s. our com code causes faults somehow.dlg2021-01-191-1/+20
* Allocate address space for struct cpu_info using km_alloc(9) instead ofjmatthew2021-01-021-2/+8
* Sync with i386 by asserting that IPL values should be at least IPL_NONE.mpi2020-12-281-1/+2
* Refactor klist insertion and removalvisa2020-12-251-4/+4
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-121-2/+2
* Use daddr_t and not daddr32_t in boot media.krw2020-12-095-9/+9
* In case of failure, call sigexit() from trapsignal instead of sensig().mpi2020-11-081-4/+5
* If Open Firmware doesn't provide an interrupt mapping, use the swizzledkettenis2020-10-271-3/+11
* If the #msi-eqs property says there are no event queues, don't try to setjmatthew2020-10-241-1/+3
* Refactor page fault/error functions, normalizing their operation relativederaadt2020-10-231-200/+154
* uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tderaadt2020-10-211-5/+4
* alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha2020-10-201-1/+3
* unbreak buildjsg2020-10-161-2/+2
* Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callkrw2020-10-151-2/+2
* fix indentationjsg2020-10-011-2/+2
* The sparc64 pagefault vectors are directly to specific functions, andderaadt2020-09-241-1/+4
* Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt2020-09-241-13/+25
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-9/+9
* emuinstr() proto dies also after emul.c cleanup; from miodderaadt2020-09-141-2/+1
* Delete some emulator code which has never been used on 64 bit sparcderaadt2020-09-141-209/+1
* Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi2020-09-111-1/+2
* Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw2020-09-051-2/+2
* Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw2020-09-031-2/+2
* When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw2020-09-021-2/+2
* Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw2020-09-011-9/+9
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-4/+1
* Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().mpi2020-08-193-51/+3
* Add __multi3 from compiler_rt-8.xjca2020-08-131-1/+2
* On sun4u systems that have the STICK register, clear the NPT bit of thekettenis2020-07-314-17/+42
* Enable usertc if the NPT bit isn't set for %tick and %sys_tick.kettenis2020-07-241-4/+9
* Nuke unused struct scsi_link member of vdsk_softc.krw2020-07-221-2/+1
* console marker should be after :deraadt2020-07-221-2/+2
* It's saa_flags, not flags.krw2020-07-211-2/+2
* saa.ssa.wwpn is not the same as saa.saa_wwpn.krw2020-07-201-2/+2
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-4/+5
* Disable userland timecounters for now. On some (all?) sun4u machines thiskettenis2020-07-191-3/+3
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-6/+6
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-162-10/+10
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-2/+2
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-3/+3
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-3/+3
* Userland timecounter implementation for sparc64.kettenis2020-07-082-7/+9
* Add support for timeconting in userland.pirofti2020-07-063-5/+28