summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-07-18Add size to free(9) callskn2-31/+35
2020-07-18The kernel and bootblocks never reference this file...deraadt1-41/+0
2020-07-18__main() is not need anymorederaadt1-8/+1
2020-07-18Use the same names as the 64-bit PowerPC ELF ABI for the relocations.kettenis1-117/+141
2020-07-18Add size to free(9) callskn1-11/+16
2020-07-18Add size to free(9) callskn1-5/+6
2020-07-18enter standderaadt1-2/+2
2020-07-18Improve kernel linker script. Split binary in a .text, .rodata and .datakettenis2-6/+34
2020-07-18Pass boothowto and bootduid parameters to the booted kernel via thekettenis4-36/+38
2020-07-18Add functions to set/add properties on an FDT node.kettenis2-6/+122
2020-07-18Remove an unused function.visa1-12/+1
2020-07-18Userland timecounter implementation for octeonvisa6-8/+36
2020-07-18replace stat collection with the kstat api.dlg3-207/+368
2020-07-17Pay attention to "openbsd,boothowto" and "openbsd,bootduid" propertieskettenis1-1/+9
2020-07-17Userland timecounter for macppcgkoehler2-4/+4
2020-07-17Allow setsockopt SO_RTABLE when pleding "wroute" soon to be neededflorian1-1/+11
2020-07-17Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEXkn1-3/+3
2020-07-17Randomize the system stoeplitz keytb1-1/+30
2020-07-17Fix definition of KIOC_GETBOOTDUID ioctl.kettenis1-2/+2
2020-07-17Use interface index instead of pointer to corresponding interfacemvs4-32/+68
2020-07-17Check destruction ability before search instance of clone interface.mvs1-4/+4
2020-07-17Re-work intr_barrier(9) on arm64 to remove layer violation. So far wepatrick14-25/+148
2020-07-17Merge the two if blocks checking if the font in use contains a givenfcambus1-8/+3
2020-07-17Revert r1.170. dlg and jmatthew simultaneously fixed this thetb1-3/+1
2020-07-17i forgot to commit this with if_ix.c r1.169dlg1-1/+2
2020-07-17This needs <net/toeplitz.h> for stoeplitz_to_key(9).tb1-1/+3
2020-07-17use the system stoeplitz key instead of a random one.dlg2-4/+14
2020-07-17enable multiq support for ix.dlg4-62/+72
2020-07-17Virtual functions are effectively identical to full physical functions,jmatthew1-1/+5
2020-07-17name the rx rings so systat mb shows them.dlg1-1/+3
2020-07-17Consistently use the port type and speed register (PTYS) to determine ifjmatthew1-11/+4
2020-07-17add kstats to myx.dlg1-1/+206
2020-07-17Read ogen from the other timehands; fixes tk_generationgkoehler1-2/+2
2020-07-17Always a joker hiding somewhere.krw1-4/+4
2020-07-16adjtime(2): distribute skew along arbitrary period on runtime clockcheloha1-23/+14
2020-07-16Pass the interrupt handler cookie instead of the pointer to itpatrick1-2/+2
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.krw46-194/+193
2020-07-16First stab at a bootloader for OpenBSD/powerpc64.kettenis10-4/+1354
2020-07-16Add BOOT kernel config.kettenis2-0/+60
2020-07-16Add a pseudo-driver to "kexec" an OpenBSD/powerpc64 kernel. Heavilykettenis6-4/+283
2020-07-16Reset firmware state upon reboot.kettenis1-2/+16
2020-07-16Access scsibus_softc info (luns, adapter, adapter_target,krw7-27/+28
2020-07-16Store struct cpu_info * in arm64's interrupt wrap. intr_barrier() canpatrick4-6/+14
2020-07-16To be able to have intr_barrier() on arm64, we need to be able topatrick4-11/+27
2020-07-16Beef up struct scsibus_softc to hold the information needed tokrw2-37/+64
2020-07-16drm/i915: Also drop vm.ref along error paths for vma constructionjsg1-10/+6
2020-07-16drm/i915: Drop vm.ref for duplicate vma on constructionjsg1-0/+1
2020-07-16drm/amdgpu: asd function needs to be unloaded in suspend phasejsg1-0/+6
2020-07-16drm/amdgpu: add TMR destory function for pspjsg1-4/+53
2020-07-16drm/amdgpu: don't do soft recovery if gpu_recovery=0jsg1-1/+2