summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-18oops - the description of -i had a similarly incorrect text as -I concerningJason McIntyre
2020-07-18Make /dev/ksyms work.Mark Kettenis
2020-07-18Load kernel as an initrd such that we have symbols in ddb.Mark Kettenis
2020-07-18the text describing the effect of -f on -I is apparently wrong - no such codeJason McIntyre
2020-07-18Add size to free(9) callskn
2020-07-18The kernel and bootblocks never reference this file...Theo de Raadt
2020-07-18__main() is not need anymoreTheo de Raadt
2020-07-18syncTheo de Raadt
2020-07-18use correct structure for mounting, duhTheo de Raadt
2020-07-18Use the same names as the 64-bit PowerPC ELF ABI for the relocations.Mark Kettenis
2020-07-18int64_t and intmax_t are always (signed) long long on OpenBSD.Mark Kettenis
2020-07-18We can now use installboot directly, rather than using mounting the msdosTheo de Raadt
2020-07-18Create grub.cfg file as requiredTheo de Raadt
2020-07-18Add size to free(9) callskn
2020-07-18Add size to free(9) callskn
2020-07-18installboot should be on the mediaTheo de Raadt
2020-07-18force NCPU=1 for now. (identifying multiple cpus but not having a bsd.mpTheo de Raadt
2020-07-18copy out bootblocksTheo de Raadt
2020-07-18enter standTheo de Raadt
2020-07-18set -/+o pipefail around the magic loop in ls_missing() so that we can properlyAntoine Jacoutot
2020-07-18Improve kernel linker script. Split binary in a .text, .rodata and .dataMark Kettenis
2020-07-18Pass boothowto and bootduid parameters to the booted kernel via theMark Kettenis
2020-07-18Add functions to set/add properties on an FDT node.Mark Kettenis
2020-07-18Remove an unused function.Visa Hankala
2020-07-18Userland timecounter implementation for octeonVisa Hankala
2020-07-18replace stat collection with the kstat api.David Gwynne
2020-07-18Raw device access is not anymore a fall-back for when sndiod isn't runningAlexandre Ratchov
2020-07-18Properly escape a backslash.Daniel Dickman
2020-07-17'seonds' -> 'seconds'.Kenneth R Westerback
2020-07-17Pay attention to "openbsd,boothowto" and "openbsd,bootduid" propertiesMark Kettenis
2020-07-17Userland timecounter for macppcgkoehler
2020-07-17"wroute" allows changes to the routing table; ok deraadtJason McIntyre
2020-07-17Allow setsockopt SO_RTABLE when pleding "wroute" soon to be neededFlorian Obser
2020-07-17route and wroute were undocumented; ok florianTheo de Raadt
2020-07-17Copy the right value to fix getsockopt(2) for SO_RTABLE and IPV6_PIPEXkn
2020-07-17Randomize the system stoeplitz keyTheo Buehler
2020-07-17Fix definition of KIOC_GETBOOTDUID ioctl.Mark Kettenis
2020-07-17Use interface index instead of pointer to corresponding interfacemvs
2020-07-17Check destruction ability before search instance of clone interface.mvs
2020-07-17Re-work intr_barrier(9) on arm64 to remove layer violation. So far wePatrick Wildt
2020-07-17Add powerpc64 support; straight copy from octeon.Mark Kettenis
2020-07-17Merge the two if blocks checking if the font in use contains a givenFrederic Cambus
2020-07-17Revert r1.170. dlg and jmatthew simultaneously fixed this theTheo Buehler
2020-07-17i forgot to commit this with if_ix.c r1.169David Gwynne
2020-07-17This needs <net/toeplitz.h> for stoeplitz_to_key(9).Theo Buehler
2020-07-17Add test for '%k' (HostKeyAlias) TOKEN.Darren Tucker
2020-07-17Add %k to the TOKENs for Match Exec for consistency with the other keywordsDarren Tucker
2020-07-17use the system stoeplitz key instead of a random one.David Gwynne
2020-07-17enable multiq support for ix.David Gwynne
2020-07-17fix macro slip in previous;Jason McIntyre