summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-05-04Initialize `ipsec_policy_pool' within pfkey_init() instead of doing thatmvs
2021-05-04Remove unused `spd_tables' declaration.mvs
2021-05-04Check that fdt hart id matches boot hart id before associating an fdtJonathan Gray
2021-05-03Sync changes from arm64 version.Mark Kettenis
2021-05-03Make sdhc(4) attachment work on Zynq-7000.Visa Hankala
2021-05-03Use the EFI memory map (if available) to determine available physicalMark Kettenis
2021-05-03Tweak the heuristic net80211 RA is using to decide whether enoughStefan Sperling
2021-05-03Add 802.11n Tx aggregation support to iwm(4).Stefan Sperling
2021-05-03work around an athn(4) device problem with bogus Michael MIC failuresStefan Sperling
2021-05-03change some commented vfp paths to riscv64 fpu equivalentsJonathan Gray
2021-05-02Put -stable template into #if 0 section of current newvers.sh.Alexander Bluhm
2021-05-02Initialize per-CPU pointer register earlier.Mark Kettenis
2021-05-02We need to set the dirty bit whenever we add write permissionMark Kettenis
2021-05-02Do soreserve() before `kp' allocation. This simplifies error path. Themvs
2021-05-02Initialize the per-CPU pointer register early.Mark Kettenis
2021-05-02fix logic error in boot()Jonathan Gray
2021-05-01Remove NetBSDisms that crept into the arm64 version of this file.Mark Kettenis
2021-05-01Actually, that variable needs to be a u_int8_t pointer.Mark Kettenis
2021-05-01Removed unused SYSCTL_INT_UNBOUNDED (no use planned)gnezdo
2021-05-01Update the remaining SYSCTL_INT_READONLY casesgnezdo
2021-05-01Implement per-socket `so_lock' rwlock(9) and use it to protect routingmvs
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-05-01Implement early console functionality based on available SBI calls.Mark Kettenis
2021-05-01KERNEL_LOCK/UNLOCK() was pushed into trapsignal() last AugustJonathan Gray
2021-05-01use sival_ptr instead of sival_int for breakpoint and illegal instJonathan Gray
2021-05-01variable has to be a pointer after last changeTheo de Raadt
2021-04-30make timer/intc cd_name match configJonathan Gray
2021-04-30Rearrange the implementation of bounded sysctl. The primitiveAlexander Bluhm
2021-04-30Add zqclock(4), a driver for Zynq-7000 clocks.Visa Hankala
2021-04-30Add zqreset(4), a driver for Zynq-7000 resets.Visa Hankala
2021-04-30remove now unused elf.hJonathan Gray
2021-04-30remove FreeBSD derived riscv cpu identJonathan Gray
2021-04-30reduce diff to current arm64Jonathan Gray
2021-04-30fix newlines for devices attaching to cpuJonathan Gray
2021-04-30remove commented arm console init linesJonathan Gray
2021-04-30When terminating via pledge_fail() stop all threads, before issuing aTheo de Raadt
2021-04-30Fix line swap resulting in misplaced ',' causing build error.Dale Rahn
2021-04-29Make iwn, iwm, and iwx keep track of beacon parameters at run-time.Stefan Sperling
2021-04-29Remove netlock assertions from UNIX sockets layer.mvs
2021-04-29Clean up <machine/ieeefp.h> and make sure the rounding mode bits match theMark Kettenis
2021-04-29Revert part of the previous uvm_km_zalloc(9) to km_alloc(9) commit.Alexander Bluhm
2021-04-29Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROMMark Kettenis
2021-04-29Remove unused RM7000 ICR handling.Visa Hankala
2021-04-29descend into arch/riscv64Jonathan Gray
2021-04-29add riscv64 efibind.hJonathan Gray
2021-04-28Use mq_delist() to fetch the ARP mbuf hold queue once and feed theAlexander Bluhm
2021-04-28riscv64 efiboot bootloaderDale Rahn
2021-04-28Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel.Alexander Bluhm
2021-04-28Document the locking mechanism of the global variables in ARP code.Alexander Bluhm
2021-04-28Introduce a global vnode_mtx and use it to make vn_lock() safe to be calledClaudio Jeker