Age | Commit message (Expand) | Author |
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 |
2021-04-29 | Clean up <machine/ieeefp.h> and make sure the rounding mode bits match the | Mark Kettenis |
2021-04-29 | Revert part of the previous uvm_km_zalloc(9) to km_alloc(9) commit. | Alexander Bluhm |
2021-04-29 | Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROM | Mark Kettenis |
2021-04-29 | Remove unused RM7000 ICR handling. | Visa Hankala |
2021-04-29 | descend into arch/riscv64 | Jonathan Gray |
2021-04-29 | add riscv64 efibind.h | Jonathan Gray |
2021-04-28 | Use mq_delist() to fetch the ARP mbuf hold queue once and feed the | Alexander Bluhm |
2021-04-28 | riscv64 efiboot bootloader | Dale Rahn |
2021-04-28 | Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel. | Alexander Bluhm |
2021-04-28 | Document the locking mechanism of the global variables in ARP code. | Alexander Bluhm |
2021-04-28 | Introduce a global vnode_mtx and use it to make vn_lock() safe to be called | Claudio Jeker |