Age | Commit message (Expand) | Author |
2019-09-06 | Do not stop prologue scan at branch instructions. This lets stack trace | Visa Hankala |
2019-09-06 | Stop stack trace saving if the current subroutine is u_general or u_intr | Visa Hankala |
2019-09-06 | delete two decades of debugging code and further simplify the main | Theo de Raadt |
2019-09-06 | Only do the timecounter initialization on the primary CPU. Avoids using a | Mark Kettenis |
2019-09-06 | oops the label is actually out: | Theo de Raadt |
2019-09-06 | oops incorrect goto label | Theo de Raadt |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-09-06 | fpuinit() comments should precede cpu_init() call | Theo de Raadt |
2019-09-06 | mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants. | Patrick Wildt |
2019-09-06 | Add mviic(4), a driver to support the I2C controller on the | Patrick Wildt |
2019-09-05 | Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC. | Patrick Wildt |
2019-09-05 | Implement splassert() on mips64. | Visa Hankala |
2019-09-05 | Adjust interrupt priority levels on mips64 so that priorities | Visa Hankala |
2019-09-05 | Prepare the bat for kernels greater > 8MB of code, why because clang. | Theo de Raadt |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-09-03 | Enable amlmmc(4). | Mark Kettenis |
2019-09-03 | Add clang support. | Mark Kettenis |
2019-09-03 | a sprinkling of function ansification | Theo de Raadt |
2019-09-03 | drop support for building with gcc; ok deraadt@ | Christian Weisgerber |
2019-09-03 | only need one start: label; ok kettenis | Theo de Raadt |
2019-09-03 | delete incorrect casts, and a bit if ansi functions; ok jcs | Theo de Raadt |
2019-09-03 | Use cmplw mnemonic instead of cmpl with only 3 operands. Make clang happy. | Mark Kettenis |
2019-09-03 | some cleanup for clang; ok kettenis | Theo de Raadt |
2019-09-03 | Replace empty body of while loop with continue statement. | Mark Kettenis |
2019-09-03 | remove duplicate test introduced in rev 1.3 | Jonathan Gray |
2019-09-03 | ansify functions | Theo de Raadt |
2019-09-03 | correct indent that triggered clang to freak out; with jsg. | Theo de Raadt |
2019-09-02 | Various fixes to make clang happy. | Mark Kettenis |
2019-09-02 | cpu number is unsigned (does not really matter) | Theo de Raadt |
2019-09-02 | in non-MP, cpu_number() the #define should be 0UL; ok visa | Theo de Raadt |
2019-09-01 | Newer ARMv8 processors now include a new CSV2 field in their processor | Mark Kettenis |
2019-09-01 | Make it clearer where message "spurious interrupt" comes from. | Visa Hankala |
2019-08-29 | Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USB | Mark Kettenis |
2019-08-29 | Capitalize my last name in copyright. | Mark Kettenis |
2019-08-28 | Use ACPI information to attach PCI busses like we do on arm64. There are a | Mark Kettenis |
2019-08-28 | sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes that | Kenji Aoyama |
2019-08-28 | Build and enable amdgpu(4) on arm64. The DCN1.0 support has been made | Mark Kettenis |
2019-08-28 | Add amlpinctrl(4), a driver to configure pins and control GPIOs on Amlogic | Mark Kettenis |
2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing | Theo de Raadt |
2019-08-27 | Add amlrng(4), the simples random numer generator driver ever. | Mark Kettenis |
2019-08-27 | Add imxtmu(4), a driver to support the temperature sensors on | Patrick Wildt |
2019-08-27 | amclock(4), a driver for the Amlogic SoC clocks. For now this implements | Mark Kettenis |
2019-08-26 | Remove rdtsc macro. | Paul Irofti |
2019-08-26 | Add amlreset(4), a driver to support reset signal controller blocks on | Mark Kettenis |
2019-08-26 | Add amluart(4), a driver for the UARTs found on various Amlogic SoCs. | Mark Kettenis |
2019-08-22 | Don't check _TTP for io windows. | Mark Kettenis |
2019-08-22 | unused variable, after previous commit | Theo de Raadt |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-21 | Fix a race in invalidation of remote TLB entries. | Visa Hankala |
2019-08-20 | Network-based device paths use Messaging and not Media types. Thus | Patrick Wildt |