Age | Commit message (Expand) | Author |
2019-12-20 | Replace a lonely TRUE. | Visa Hankala |
2019-12-20 | Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap. | Visa Hankala |
2019-12-20 | Fix build. | Visa Hankala |
2019-12-20 | Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL. | Jonathan Gray |
2019-12-20 | Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL. | Jonathan Gray |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
2019-12-19 | poll handlers must return a poll(2) revents value, not errno(2) values. | Reyk Floeter |
2019-12-18 | typo | Theo de Raadt |
2019-12-17 | arm64 cpus speculatively execute instructions after ERET, and on some | Theo de Raadt |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-12-13 | noone has gpr(4) devices. | Theo de Raadt |
2019-12-13 | Ensure VMCS is flushed/loaded properly in certain uncommon cases. | Mike Larkin |
2019-12-12 | On a HP EliteBook 830 G6 the Computrace executable is located in | Alexander Bluhm |
2019-12-11 | %r26 hasn't been used by the threads implementation since 2016, so stop | Philip Guenther |
2019-12-10 | Like other architectures, luna88k bootloader also needs arc4.c. | Kenji Aoyama |
2019-12-08 | Bye bye options KVM86 and VM86 | Martin Pieuchot |
2019-12-08 | Remove kernel VM86 support. | Martin Pieuchot |
2019-12-06 | Retire piixpcib(4). | Martin Pieuchot |
2019-12-05 | Remove clause #3 from mrg@NetBSD license. | Martin Pieuchot |
2019-12-04 | Fix uvm_unmap_remove panic when tearing down VMs. | Mike Larkin |
2019-12-03 | Add pwmfan(4), a driver for PWM-regulated fans. | Patrick Wildt |
2019-12-03 | Add rkpwm(4), a driver for the RK3399's PWM controller. | Patrick Wildt |
2019-12-01 | this hexdump tie-in is incorrect, disable for now | Theo de Raadt |
2019-12-01 | Remove unused test program. | Visa Hankala |
2019-11-29 | Fix size of reserved bytes section in xsave header. | mortimer |
2019-11-29 | Add rkemmcphy(4), a driver for the RK3399's eMMC PHY. | Patrick Wildt |
2019-11-29 | Add missing retq to mds handler for knights landing. | mortimer |
2019-11-29 | Pass the EFI memory map to the kernel. | Mark Kettenis |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-11-26 | Several functions expect that bootdev_dip is not NULL and can be | Alexander Bluhm |
2019-11-26 | vmm(4): fix pvclock accuracy issues | pd |
2019-11-26 | When deciding if a pci device is 'primary' test if the efi fb memory | Jonathan Gray |
2019-11-20 | Ensure that the kernel stack is properly aligned on mips64. This fixes | Visa Hankala |
2019-11-19 | Enable rge(4). | Kevin Lo |
2019-11-18 | Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernet | Kevin Lo |
2019-11-10 | TRUE/FALSE conversions missed in previous. | Martin Pieuchot |
2019-11-09 | Retguard will start using sections named ".openbsd.randomdata.retguard.*" | Philip Guenther |
2019-11-09 | Let mcount.o compile by ignoring a warning about the profile.h ASM | Philip Guenther |
2019-11-09 | move NT eflag clearing after register saving, otherwise %eax is | Theo de Raadt |
2019-11-08 | Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t. | Martin Pieuchot |
2019-11-07 | Remove get_pc_str_offset(), which has been unused since we switched | Patrick Wildt |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-11-07 | db_addr_t -> vaddr_t | Martin Pieuchot |
2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. | Martin Pieuchot |
2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-11-07 | ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |