summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-05-22Copy db_disasm.c from powerpc to powerpc64.gkoehler1-3/+1179
2020-05-22Decode the %{ds}(%{A}) operand of ld, std instructions.gkoehler1-7/+20
2020-05-21regenpatrick2-2/+7
2020-05-21ASMedia ASM1182e PCIe switch.patrick1-1/+2
2020-05-21Claim the memory region reserved for the interrupt vectors.kettenis2-1/+153
2020-05-21Explicitly documents that `vop_kqfilter' isn't missing.mpi1-1/+2
2020-05-21Add missing ICANON check in filt_ptcwrite().mpi1-2/+3
2020-05-21Kill commented out czttypoll() routine.mpi1-17/+1
2020-05-21don't count packets in the carp protocol handling against an interface.dlg1-7/+1
2020-05-21implement a carp_transmit that bypasses the ifq on output.dlg1-41/+65
2020-05-21Make use of checksum offloads. Very little effort required from thejmatthew1-2/+17
2020-05-21Use <dev/clock_subr.h> in dsclock(4).visa1-34/+43
2020-05-21Use <dev/clock_subr.h> in dpclock(4).visa1-31/+42
2020-05-21Use <dev/clock_subr.h> in dsrtc(4).visa1-64/+81
2020-05-21Update comment to reflect current headers.visa1-6/+5
2020-05-21Remove sparc64 mutex.S.visa1-126/+0
2020-05-21don't limit the output queue (ifq) length to 1 anymore.dlg1-3/+1
2020-05-21back out 1.38. some bits of the stack aren't ready for it yet.dlg1-7/+3
2020-05-20Open up a 4GB memory bus window for mvneta(4) on the Marvellpatrick1-3/+8
2020-05-20kernel.h: remove global declaration for naptimecheloha1-3/+1
2020-05-20clock_gettime(2): use nanoruntime(9) to get value for CLOCK_UPTIMEcheloha1-5/+2
2020-05-20timecounting: decide whether to advance offset within tc_windup()cheloha2-26/+48
2020-05-20Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.mpi1-9/+58
2020-05-20Use `if_bpf' directly instead of the non-initialized duplicated copy of it.mpi2-11/+10
2020-05-20defer calling !IFXF_MPSAFE driver start routines to the systqdlg1-3/+7
2020-05-19Revert previous; Set the ESS capability bit in assoc requests again.stsp1-2/+2
2020-05-19We need to double the clock frequency for DDR modes.kettenis1-1/+5
2020-05-19Don't provide backlight control if the list returned by _BCL is empty.kettenis1-4/+6
2020-05-19If we pass a packet length larger than 2^16, we should panic() insteadpatrick1-5/+3
2020-05-19Do not set the 802.11 ESS capability bit in association requests.stsp1-2/+2
2020-05-19Use static inline instead of inline; fixes ramdisk build.kettenis1-2/+2
2020-05-19Implement kqueue(2) support.mpi1-2/+179
2020-05-18Offload CCMP (WPA2) encryption and decryption to iwm(4) hardware.stsp2-29/+289
2020-05-18Oops, DDB wrapper around setjmp/longjmp was misplacedderaadt1-2/+2
2020-05-18Sync in_cksum.c to the same version ospfd has. This fixes problemspatrick2-30/+29
2020-05-18Move boot.mac into the Attic.patrick3-310/+0
2020-05-18During the rekey operation, we feedback 1 word to the lowest level.deraadt1-2/+2
2020-05-18Our check to see if the EFI services support Mtftp() doesn't workpatrick4-10/+18
2020-05-18Turn power domain on. Makes OpenBSD boot on the odroid c4.kettenis1-1/+3
2020-05-18Add some comments.kettenis1-1/+3
2020-05-18Enable amlpwrc(4).kettenis2-2/+4
2020-05-18Add amlpwrc(4), a driver for the power domain controller found on variouskettenis2-1/+181
2020-05-18Fix typoclaudio1-2/+2
2020-05-17Add enough stubs to allow "option DDB" to build.gkoehler7-2/+124
2020-05-17Fix typo in comment.kettenis1-2/+2
2020-05-17Add support for the SM1 variant and (probably) fix support for the CPUkettenis1-12/+17
2020-05-17Use a register varible ro implement curpcu().kettenis1-7/+2
2020-05-17Add machdep.compatible.kettenis2-3/+20
2020-05-17Look at the openbsd,boothowto property.kettenis1-16/+14
2020-05-17Hand those pages over to uvm.kettenis2-5/+5