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