Age | Commit message (Expand) | Author |
2020-01-11 | fix dup #include | Theo de Raadt |
2020-01-10 | timeout_add(9) -> timeout_add_sec(9) | Jonathan Gray |
2020-01-10 | xlights(4): timeout_add(9) -> timeout_add_msec(9) | cheloha |
2020-01-09 | If the kernel panics due to SMEP or SMAP, print correct stack trace | Alexander Bluhm |
2020-01-06 | Remove redundant BPIALL instructions (since ICIALLU already invalidates the | Mark Kettenis |
2020-01-06 | Rewrite the armv7 context switch code. The new code is much closer to the | Mark Kettenis |
2020-01-06 | Print a few more registers when we hit a uvm_fault in the kernel. | Mark Kettenis |
2020-01-05 | consistently uppercase pci product defines | Jonathan Gray |
2020-01-04 | Update comment on port WWN check | kn |
2020-01-04 | Remove BOOT_FLAGS and simplify the boot blocks logic. | Mark Kettenis |
2020-01-04 | Ignore 'hardware lied' interrupt in do-while loop, same as first | Kenji Aoyama |
2020-01-04 | remove AMD64 strings from pcidevs | Jonathan Gray |
2020-01-02 | Use newabi register names in disassembly. | Visa Hankala |
2020-01-01 | Unbreak DEBUG build: use %x not %lx with int | kn |
2020-01-01 | Unbreak DEBUG build: do not use undefined pa | kn |
2020-01-01 | Unbreak DEBUG build: Format bus_{addr,size}_t as long | kn |
2020-01-01 | Unbreak DEBUG build: format time_t as long long | kn |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-31 | Use km_alloc(9) instead of uvm_km_zalloc(). | Martin Pieuchot |
2019-12-30 | Add ne(4) support on cbus(4). | Kenji Aoyama |
2019-12-26 | In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled. | Mark Kettenis |
2019-12-25 | WSDISPLAYIO_GTYPE is u_int not int | Jonathan Gray |
2019-12-23 | Machines with many CPUs and long feature lists fill up the dmesg(8) | Alexander Bluhm |
2019-12-23 | The boot loader allows to inspect memory with the hexdump command. | Alexander Bluhm |
2019-12-23 | Add amdgpio(4), a driver for the GPIO controller found on newer AMD | Mark Kettenis |
2019-12-22 | Wire up ipmi(4). | Mark Kettenis |
2019-12-20 | Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code. | Visa Hankala |
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 |