Age | Commit message (Expand) | Author |
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 |
2019-11-06 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-11-06 | ANSIfy functions and get rid of boolean_t. | Martin Pieuchot |
2019-11-05 | Give some END()s to assembly symbols. | Martin Pieuchot |
2019-11-04 | Add ogx(4), a driver for the OCTEON III network processor. | Visa Hankala |
2019-11-03 | Don't talk about uvm_km_alloc(9), pool_get(9) is what we need. | Martin Pieuchot |
2019-11-01 | Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having | Theo de Raadt |
2019-11-01 | Fix an off-by-one in db_save_stack_trace(). | Martin Pieuchot |
2019-11-01 | Flush the register windows before unwinding the stack. | Martin Pieuchot |
2019-10-31 | In 2013, when OpenBSD/armv7 was still rather early, improvements for | Patrick Wildt |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-28 | Add missing KERNEL_UNLOCK. | Mark Kettenis |
2019-10-28 | Fix atomic_sub_long_nv() on mips64. The negation should use | Visa Hankala |
2019-10-28 | merge version directly into code | Theo de Raadt |
2019-10-27 | Add i.MX5/6 support and enable this driver on armv7(4). | Mark Kettenis |
2019-10-27 | Add code to spin up secondary CPUs. | Mark Kettenis |
2019-10-27 | Add simplefb(4). | Mark Kettenis |
2019-10-26 | Correct some ASM in a comment | Philip Guenther |
2019-10-25 | Split out the code that brings us out of HYP mode and the code that | Mark Kettenis |
2019-10-25 | Add glass console for armv7. Similar to what we did on arm64 two years ago. | Mark Kettenis |
2019-10-25 | Make it possible to switch to framebuffer "glass" console in case it | Mark Kettenis |
2019-10-24 | Enable sxisid(4) | Mark Kettenis |
2019-10-23 | Enable sxisid(4). | Mark Kettenis |
2019-10-23 | store specific strings for smbios baseboard vendor, product and serial | Jonathan Gray |
2019-10-23 | Provide hw.serialno using the root node's serial-number property. | Patrick Wildt |
2019-10-21 | Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for the | Mark Kettenis |
2019-10-20 | Improve previous | kn |
2019-10-20 | Firmware that supports the "parallel boot" feature allows us to read the PRI | Mark Kettenis |
2019-10-20 | Document "set db_console 0|1" | kn |
2019-10-17 | Enable sxidog(4). | Mark Kettenis |
2019-10-17 | Cache flush operations on arm64 were being incorrectly treated as write | Dale Rahn |
2019-10-17 | sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-16 | Move sxidog(4) such that we can use it on arm64. | Mark Kettenis |
2019-10-15 | Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace(). | Martin Pieuchot |
2019-10-15 | Reduce the number of places where `p_priority' and `p_stat' are set. | Martin Pieuchot |
2019-10-15 | Try to match the devid against the bootpath if link->port_wwn doesn't | Jonathan Matthew |
2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. | Mark Kettenis |
2019-10-12 | i386: apm(4), esm(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-12 | sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-12 | hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-12 | Disable TSC debug printfs for release. They can be turned back on by | Mark Kettenis |
2019-10-11 | When available use "interrupt-names" to select the fdt idx for dwctwo | Jonathan Gray |
2019-10-08 | amd64: ensure %fs is loaded after final lgdt | Mike Larkin |