summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-02phsyaddr -> physaddrJonathan Gray
2022-01-02spellingJonathan Gray
2022-01-02addres -> addressJonathan Gray
2022-01-02unhandle -> unhandledJonathan Gray
2022-01-02slignment -> alignmentJonathan Gray
2022-01-02preferense -> preferenceJonathan Gray
2022-01-02plaform -> platformJonathan Gray
2022-01-02Don't use *ENTRY_NB() with END_BUILTIN(), at least yetPhilip Guenther
2022-01-02establush -> establishJonathan Gray
2022-01-01Add ENTRY_NB() macro for doing an ASM function entry without settingPhilip Guenther
2022-01-01Revert the hack for Apple M1 systems.Mark Kettenis
2022-01-01Rewrite the kernel FPU handling code. The new code saves the FPU stateMark Kettenis
2022-01-01Use correct defines for random seed magic/length.Patrick Wildt
2022-01-01uniq(1): miscellaneous style(9)-ish stuffScott Soule Cheloha
2022-01-01uniq(1): bump numchars, numfields from int to long longScott Soule Cheloha
2022-01-01Remove unused function prototype.Mark Kettenis
2022-01-01Add missing locking to pmap_extract(9) and pmap_unwire(9).Mark Kettenis
2022-01-01Multiprocol -> MultiprotocolJonathan Gray
2022-01-01Identifiier -> IdentifierJonathan Gray
2022-01-01copyright++;Jonathan Gray
2022-01-01spellingJonathan Gray
2022-01-01fix memleak in process_extension(); oss-fuzz issue #42719Damien Miller
2022-01-01eascape -> escapeJonathan Gray
2022-01-01approciate -> appropriateJonathan Gray
2022-01-01failured -> failedJonathan Gray
2022-01-01uniq(1): freopen(3) stdin, stdoutScott Soule Cheloha
2022-01-01contibutions -> contributionsJonathan Gray
2022-01-01identfier -> identifierJonathan Gray
2022-01-01spellingJonathan Gray
2021-12-31spellingJonathan Gray
2021-12-31excpetions -> exceptionsJonathan Gray
2021-12-31deafult -> defaultJonathan Gray
2021-12-31Try to turn on less-capable mouse modes when turning on more-capable, toNicholas Marriott
2021-12-31Interrups -> InterruptsJonathan Gray
2021-12-31Add missing locking to pmap_extract(9) and pmap_unwire(9).Mark Kettenis
2021-12-31avaialble -> availableJonathan Gray
2021-12-31specifed -> specifiedJonathan Gray
2021-12-31Newer Apple firmware on chipsets without a hardware RNG require the host toPatrick Wildt
2021-12-31Fix up handling of IFF_ALLMULTI and call uaq_iff() from uaq_init().Jonathan Matthew
2021-12-30typo: p5-Socket-SSL -> p5-IO-Socket-SSLDave Voutila
2021-12-30relayd(8): don't create sockets between CAs and RELAYs.Dave Voutila
2021-12-30Add Xiaomi MiniWif to list of devices supported by mtw(4).Kevin Lo
2021-12-30Use a distinct variable while iterating the list of existing devices.Anton Lindqvist
2021-12-30Sync from libc: Use _MAX_PAGE_SHIFT, rather than #ifdef mips64Philip Guenther
2021-12-30Sync rcexec with reality.Antoine Jacoutot
2021-12-30Add back support for -B net -b bsd.rd which emulates a PXE install andClaudio Jeker
2021-12-30minor tweakAnton Lindqvist
2021-12-30Prevent a double free by assigning the new keymap and corresponding sizeAnton Lindqvist
2021-12-30Delete dead (duplicate) testPhilip Guenther
2021-12-30Prevent concurrent access to incomplete or dying `sc' caused by sleepVitaliy Makkoveev