| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. |  thfr | 2021-01-23 | 1 | -1/+3 |
* | Allocate address space for struct cpu_info using km_alloc(9) instead of |  jmatthew | 2021-01-02 | 1 | -2/+8 |
* | Sync with i386 by asserting that IPL values should be at least IPL_NONE. |  mpi | 2020-12-28 | 1 | -1/+2 |
* | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 2020-11-08 | 1 | -4/+5 |
* | Refactor page fault/error functions, normalizing their operation relative |  deraadt | 2020-10-23 | 1 | -200/+154 |
* | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't |  deraadt | 2020-10-21 | 1 | -5/+4 |
* | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset |  cheloha | 2020-10-20 | 1 | -1/+3 |
* | The sparc64 pagefault vectors are directly to specific functions, and |  deraadt | 2020-09-24 | 1 | -1/+4 |
* | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. |  deraadt | 2020-09-24 | 1 | -13/+25 |
* | Delete some emulator code which has never been used on 64 bit sparc |  deraadt | 2020-09-14 | 1 | -209/+1 |
* | Include <sys/systm.h> directly instead of relying on hidden UVM includes. |  mpi | 2020-09-11 | 1 | -1/+2 |
* | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 1 | -4/+1 |
* | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). |  mpi | 2020-08-19 | 2 | -42/+2 |
* | On sun4u systems that have the STICK register, clear the NPT bit of the |  kettenis | 2020-07-31 | 3 | -16/+40 |
* | Enable usertc if the NPT bit isn't set for %tick and %sys_tick. |  kettenis | 2020-07-24 | 1 | -4/+9 |
* | Disable userland timecounters for now. On some (all?) sun4u machines this |  kettenis | 2020-07-19 | 1 | -3/+3 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -3/+3 |
* | Userland timecounter implementation for sparc64. |  kettenis | 2020-07-08 | 1 | -5/+6 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -3/+3 |
* | wire up kstat(4) |  dlg | 2020-07-06 | 1 | -2/+3 |
* | Use scsi_link's 'bus' field rather than slightly more obscure |  krw | 2020-07-05 | 1 | -4/+2 |
* | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2020-06-24 | 1 | -3/+3 |
* | Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64 |  jmatthew | 2020-06-23 | 2 | -19/+42 |
* | Implement cpu_rnd_messybits() as a read of the cycle counter register. |  naddy | 2020-06-05 | 1 | -10/+1 |
* | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 2020-05-31 | 1 | -1/+10 |
* | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2020-05-29 | 2 | -4/+2 |
* | Pass boothowto from bootloader to kernel using .openbsd.bootdata. To make |  kettenis | 2020-05-25 | 1 | -3/+12 |
* | Remove sparc64 mutex.S. |  visa | 2020-05-21 | 1 | -126/+0 |
* | Fix typo |  claudio | 2020-05-18 | 1 | -2/+2 |
* | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. |  deraadt | 2020-05-17 | 1 | -1/+3 |
* | Fix WITNESS build |  kn | 2020-05-17 | 1 | -2/+3 |
* | Do not redefine todr_handle. The variable now lives in kern_time.c. |  visa | 2020-05-17 | 1 | -2/+2 |
* | Make inittodr() and resettodr() MI. |  kettenis | 2020-05-16 | 1 | -93/+1 |
* | Initialize the timeval passed to todr_gettime() with the base time from |  kettenis | 2020-05-11 | 1 | -1/+4 |
* | Use the same inittodr()/resettodr() implementation as on arm64/armv7 |  kettenis | 2020-04-28 | 2 | -105/+92 |
* | Sync existing stacktrace_save() implementations |  visa | 2020-04-18 | 1 | -7/+1 |
* | Introduce stacktrace_save_at() and make use of it in dt(4). |  mpi | 2020-03-25 | 1 | -3/+12 |
* | Split `p_priority' into `p_runpri' and `p_slppri'. |  mpi | 2020-01-30 | 1 | -3/+3 |
* | wire up pppac(4) to some majors on each arch. |  dlg | 2020-01-23 | 1 | -1/+2 |
* | Import dt(4) a driver and framework for Dynamic Profiling. |  mpi | 2020-01-21 | 1 | -2/+3 |
* | Separate the stack trace saving interface from ddb. The saving does not |  visa | 2020-01-20 | 1 | -3/+4 |
* | Update comment on port WWN check |  kn | 2020-01-04 | 1 | -2/+2 |
* | Add fido(4), a HID driver for FIDO/U2F security keys |  reyk | 2019-12-17 | 1 | -1/+3 |
* | Convert db_addr_t -> vaddr_t but leave the typedef for now. |  mpi | 2019-11-07 | 3 | -26/+17 |
* | ANSIfy functions and get rid of boolean_t. |  mpi | 2019-11-06 | 3 | -40/+33 |
* | Give some END()s to assembly symbols. |  mpi | 2019-11-05 | 1 | -3/+52 |
* | Fix an off-by-one in db_save_stack_trace(). |  mpi | 2019-11-01 | 1 | -2/+3 |
* | Flush the register windows before unwinding the stack. |  mpi | 2019-11-01 | 1 | -1/+5 |
* | Firmware that supports the "parallel boot" feature allows us to read the PRI |  kettenis | 2019-10-20 | 3 | -12/+119 |
* | Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace(). |  mpi | 2019-10-15 | 1 | -2/+29 |