summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-05-05Enable detailed reports about firmware errors in iwm(4) for the time being.Stefan Sperling
2021-05-05riscv: Assert that SUM is not set in SSTATUS for exceptions.Jonathan Gray
2021-05-05riscv: Clear SUM in SSTATUS for supervisor mode exceptions.Jonathan Gray
2021-05-05rename trap.S exception.S and trap_machdep.c trap.c to match other archsJonathan Gray
2021-05-04Reorder the integer sysctl functions. Then the traditional 4.4BSDAlexander Bluhm
2021-05-04As the unbouded feature in sysctl_int_bounded() is no longer used,Alexander Bluhm
2021-05-04syscalls.c, init_sysent.c, syscall.h, syscallargs.h: regencheloha
2021-05-04getitimer(2), setitimer(2): unlock syscallscheloha
2021-05-04The clock on RISC-V is architectural, so we really don't need theMark Kettenis
2021-05-04Fix 2nd and 3rd arguments' cast in atomic_cas_ptr().Kenji Aoyama
2021-05-04Add a boot hart ID check in the function that matches secondary CPUsMark Kettenis
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