summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-12-12On a HP EliteBook 830 G6 the Computrace executable is located inAlexander Bluhm
2019-12-11%r26 hasn't been used by the threads implementation since 2016, so stopPhilip Guenther
2019-12-10Like other architectures, luna88k bootloader also needs arc4.c.Kenji Aoyama
2019-12-08Bye bye options KVM86 and VM86Martin Pieuchot
2019-12-08Remove kernel VM86 support.Martin Pieuchot
2019-12-06Retire piixpcib(4).Martin Pieuchot
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-12-04Fix uvm_unmap_remove panic when tearing down VMs.Mike Larkin
2019-12-03Add pwmfan(4), a driver for PWM-regulated fans.Patrick Wildt
2019-12-03Add rkpwm(4), a driver for the RK3399's PWM controller.Patrick Wildt
2019-12-01this hexdump tie-in is incorrect, disable for nowTheo de Raadt
2019-12-01Remove unused test program.Visa Hankala
2019-11-29Fix size of reserved bytes section in xsave header.mortimer
2019-11-29Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.Patrick Wildt
2019-11-29Add missing retq to mds handler for knights landing.mortimer
2019-11-29Pass the EFI memory map to the kernel.Mark Kettenis
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-26Several functions expect that bootdev_dip is not NULL and can beAlexander Bluhm
2019-11-26vmm(4): fix pvclock accuracy issuespd
2019-11-26When deciding if a pci device is 'primary' test if the efi fb memoryJonathan Gray
2019-11-20Ensure that the kernel stack is properly aligned on mips64. This fixesVisa Hankala
2019-11-19Enable rge(4).Kevin Lo
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo
2019-11-10TRUE/FALSE conversions missed in previous.Martin Pieuchot
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
2019-11-09Let mcount.o compile by ignoring a warning about the profile.h ASMPhilip Guenther
2019-11-09move NT eflag clearing after register saving, otherwise %eax isTheo de Raadt
2019-11-08Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t.Martin Pieuchot
2019-11-07Remove get_pc_str_offset(), which has been unused since we switchedPatrick Wildt
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-06ANSIfy functions and get rid of boolean_t.Martin Pieuchot
2019-11-05Give some END()s to assembly symbols.Martin Pieuchot
2019-11-04Add ogx(4), a driver for the OCTEON III network processor.Visa Hankala
2019-11-03Don't talk about uvm_km_alloc(9), pool_get(9) is what we need.Martin Pieuchot
2019-11-01Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point havingTheo de Raadt
2019-11-01Fix an off-by-one in db_save_stack_trace().Martin Pieuchot
2019-11-01Flush the register windows before unwinding the stack.Martin Pieuchot
2019-10-31In 2013, when OpenBSD/armv7 was still rather early, improvements forPatrick Wildt
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-28Add missing KERNEL_UNLOCK.Mark Kettenis
2019-10-28Fix atomic_sub_long_nv() on mips64. The negation should useVisa Hankala
2019-10-28merge version directly into codeTheo de Raadt
2019-10-27Add i.MX5/6 support and enable this driver on armv7(4).Mark Kettenis