Age | Commit message (Expand) | Author |
2021-05-05 | Enable detailed reports about firmware errors in iwm(4) for the time being. | Stefan Sperling |
2021-05-05 | riscv: Assert that SUM is not set in SSTATUS for exceptions. | Jonathan Gray |
2021-05-05 | riscv: Clear SUM in SSTATUS for supervisor mode exceptions. | Jonathan Gray |
2021-05-05 | rename trap.S exception.S and trap_machdep.c trap.c to match other archs | Jonathan Gray |
2021-05-04 | Reorder the integer sysctl functions. Then the traditional 4.4BSD | Alexander Bluhm |
2021-05-04 | As the unbouded feature in sysctl_int_bounded() is no longer used, | Alexander Bluhm |
2021-05-04 | syscalls.c, init_sysent.c, syscall.h, syscallargs.h: regen | cheloha |
2021-05-04 | getitimer(2), setitimer(2): unlock syscalls | cheloha |
2021-05-04 | The clock on RISC-V is architectural, so we really don't need the | Mark Kettenis |
2021-05-04 | Fix 2nd and 3rd arguments' cast in atomic_cas_ptr(). | Kenji Aoyama |
2021-05-04 | Add a boot hart ID check in the function that matches secondary CPUs | Mark Kettenis |
2021-05-04 | Initialize `ipsec_policy_pool' within pfkey_init() instead of doing that | mvs |
2021-05-04 | Remove unused `spd_tables' declaration. | mvs |
2021-05-04 | Check that fdt hart id matches boot hart id before associating an fdt | Jonathan Gray |
2021-05-03 | Sync changes from arm64 version. | Mark Kettenis |
2021-05-03 | Make sdhc(4) attachment work on Zynq-7000. | Visa Hankala |
2021-05-03 | Use the EFI memory map (if available) to determine available physical | Mark Kettenis |
2021-05-03 | Tweak the heuristic net80211 RA is using to decide whether enough | Stefan Sperling |
2021-05-03 | Add 802.11n Tx aggregation support to iwm(4). | Stefan Sperling |
2021-05-03 | work around an athn(4) device problem with bogus Michael MIC failures | Stefan Sperling |
2021-05-03 | change some commented vfp paths to riscv64 fpu equivalents | Jonathan Gray |
2021-05-02 | Put -stable template into #if 0 section of current newvers.sh. | Alexander Bluhm |
2021-05-02 | Initialize per-CPU pointer register earlier. | Mark Kettenis |
2021-05-02 | We need to set the dirty bit whenever we add write permission | Mark Kettenis |
2021-05-02 | Do soreserve() before `kp' allocation. This simplifies error path. The | mvs |
2021-05-02 | Initialize the per-CPU pointer register early. | Mark Kettenis |
2021-05-02 | fix logic error in boot() | Jonathan Gray |
2021-05-01 | Remove NetBSDisms that crept into the arm64 version of this file. | Mark Kettenis |
2021-05-01 | Actually, that variable needs to be a u_int8_t pointer. | Mark Kettenis |
2021-05-01 | Removed unused SYSCTL_INT_UNBOUNDED (no use planned) | gnezdo |
2021-05-01 | Update the remaining SYSCTL_INT_READONLY cases | gnezdo |
2021-05-01 | Implement per-socket `so_lock' rwlock(9) and use it to protect routing | mvs |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2021-05-01 | Implement early console functionality based on available SBI calls. | Mark Kettenis |
2021-05-01 | KERNEL_LOCK/UNLOCK() was pushed into trapsignal() last August | Jonathan Gray |
2021-05-01 | use sival_ptr instead of sival_int for breakpoint and illegal inst | Jonathan Gray |
2021-05-01 | variable has to be a pointer after last change | Theo de Raadt |
2021-04-30 | make timer/intc cd_name match config | Jonathan Gray |
2021-04-30 | Rearrange the implementation of bounded sysctl. The primitive | Alexander Bluhm |
2021-04-30 | Add zqclock(4), a driver for Zynq-7000 clocks. | Visa Hankala |
2021-04-30 | Add zqreset(4), a driver for Zynq-7000 resets. | Visa Hankala |
2021-04-30 | remove now unused elf.h | Jonathan Gray |
2021-04-30 | remove FreeBSD derived riscv cpu ident | Jonathan Gray |
2021-04-30 | reduce diff to current arm64 | Jonathan Gray |
2021-04-30 | fix newlines for devices attaching to cpu | Jonathan Gray |
2021-04-30 | remove commented arm console init lines | Jonathan Gray |
2021-04-30 | When terminating via pledge_fail() stop all threads, before issuing a | Theo de Raadt |
2021-04-30 | Fix line swap resulting in misplaced ',' causing build error. | Dale Rahn |
2021-04-29 | Make iwn, iwm, and iwx keep track of beacon parameters at run-time. | Stefan Sperling |
2021-04-29 | Remove netlock assertions from UNIX sockets layer. | mvs |