Age | Commit message (Expand) | Author |
2020-01-21 | remove a few disabled drivers that don't compile and seem unlikely to | Ted Unangst |
2020-01-20 | floppy is a bit tight right now, evict fxp temporarily until another | Theo de Raadt |
2020-01-20 | remove esp at pcmcia attachment. it doesn't even compile. | Ted Unangst |
2020-01-20 | Separate the stack trace saving interface from ddb. The saving does not | Visa Hankala |
2020-01-16 | Convert to tsleep_nsec(9). | Martin Pieuchot |
2020-01-14 | Add amlsm(4), a driver for the "secure monitor" firmware interface. | Mark Kettenis |
2020-01-14 | Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs. | Mark Kettenis |
2020-01-13 | Convert to tsleep_nsec(9), while here fix a bug where the value specified | Martin Pieuchot |
2020-01-13 | Timeouts are all specified in multiple of `hz' so define them in term of | Martin Pieuchot |
2020-01-13 | Kill dead code. | Martin Pieuchot |
2020-01-13 | Add the capability to boot from another block device than the one that | Mark Kettenis |
2020-01-12 | Implement cpu_kick() and cpu_unidle(). | Mark Kettenis |
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 |