summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2021-04-28time to add NET_ASSERT_WLOCKED()Alexandr Nedvedicky
2021-04-27pf_state_key_link_reverse() is prone to race on parallel forwardingAlexandr Nedvedicky
2021-04-26Revert per-socket `so_lock' rwlock(9) and use it to protect routingClaudio Jeker
2021-04-26Convert the ARP packet hold queue from mbuf list to mbuf queue whichAlexander Bluhm
2021-04-26remove unused cdev definesJonathan Gray
2021-04-26remove unused cdev definesJonathan Gray
2021-04-26add kstat and a notdef line for ujoyJonathan Gray
2021-04-26remove old 4.19 amdgpu include pathsJonathan Gray
2021-04-26Remove some commented out entries to make this easier to readJonathan Gray
2021-04-25Make urtwn(4) attach to 'ASUS USB-N10 Nano' devices.Stefan Sperling
2021-04-25regenStefan Sperling
2021-04-25Add USB product ID for ASUS RTL8188EUS. Patch by Jan Vlach.Stefan Sperling
2021-04-25Implement support for Rx aggregation offload in iwm(9) and iwx(4), andStefan Sperling
2021-04-25cleanup riscv64 config glueJonathan Gray
2021-04-25Implement per-socket `so_lock' rwlock(9) and use it to protect routingmvs
2021-04-24Sync with arm64 version fixing bugs in some of the more obscure bus_space(9)Mark Kettenis
2021-04-24The variation in access size requirements and spacing of registers ofMark Kettenis
2021-04-24Remove unused function pointers from `todr_handle'.Martin Pieuchot
2021-04-24Convert allocations to km_alloc(9).Martin Pieuchot
2021-04-24If MSI-X vectors are available, create multiple tx/rx queues, configureJonathan Matthew
2021-04-24Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs.Visa Hankala
2021-04-24reduce diff to other archsJonathan Gray