summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-02Prism54 (only full-mac varients) -> Prism54 Full-MACJonathan Gray
2022-01-02Mac -> MACJonathan Gray
2022-01-02spellingJonathan Gray
ok jmc@ reads ok tb@
2022-01-02immediatly -> immediatelyTheo Buehler
2022-01-02fix strange indentation in code exampleTheo Buehler
2022-01-02Grab kernel lock when required.Mark Kettenis
ok patrick@
2022-01-02Don't use != 0 to check whether a pointer is non-NULL.Mark Kettenis
2022-01-02Stop writing big-endian checksums into the little-endian GPTKenneth R Westerback
header fields gh_csum and gh_part_csum. Constrain kernel to accepting only correct little-endian checksums. Temporarily allow fdisk(8) to read either endian GPTs so that big-endian GPTs can be made correct by a simple 'fdisk -e' && 'w'. Fixes inter-architecture, inter-OS GPT portability and GPT fdisk(8) on big-endian architectures. Broken since initial GPT implementation. Suggestions and ok kettenis@
2022-01-02priviledged -> privilegedJonathan Gray
2022-01-02priveledged -> privilegedJonathan Gray
2022-01-02convension -> conventionJonathan Gray
2022-01-02Nummber -> NumberJonathan Gray
2022-01-02numers -> numbersJonathan Gray
2022-01-02contoller -> controllerJonathan Gray
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
Problem noted by naddy@
2022-01-02establush -> establishJonathan Gray
2022-01-01Add ENTRY_NB() macro for doing an ASM function entry without settingPhilip Guenther
the binding to global (NB == "no binding"), as clang 13 is now warning about changing the binding from global to weak. This first pass does amd64 and sparc64 and pulls DEFS.h out of the per-arch directory to a common directory; others to follow ok kettenis@
2022-01-01Revert the hack for Apple M1 systems.Mark Kettenis
ok patrick@
2022-01-01Rewrite the kernel FPU handling code. The new code saves the FPU stateMark Kettenis
in cpu_switch() instead of at the kernel edge and gets rid of the FPU state tracking in struct cpu_info and struct pcb. This fixes the random crashes seen with SMP kernels on Apple M1. ok patrick@
2022-01-01Use correct defines for random seed magic/length.Patrick Wildt
Spotted by Andreas Schnebinger
2022-01-01uniq(1): miscellaneous style(9)-ish stuffScott Soule Cheloha
- Include what you use: + Add <strings.h> for strcasecmp(3). + Drop <errno.h>, unused. - Pull the "errstr" declaration out of the getopt(3) loop up to the top of main(). - Align the strtonum(3) error messages with the argument names in the uniq.1 manpage and the usage string. They are referred to as "chars" and "fields". - Trim some whitespace. - Return from main() instead of exit(3). - De-(void) fprintf(3). - Prefer getprogname(3) to __progname.
2022-01-01uniq(1): bump numchars, numfields from int to long longScott Soule Cheloha
Also bump repeats from int to unsigned long long. While here, don't cast the result of strtonum() and unwrap some lines.
2022-01-01Remove unused function prototype.Mark Kettenis
2022-01-01Add missing locking to pmap_extract(9) and pmap_unwire(9).Mark Kettenis
ok patrick@, mpi@
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
uniq(1) defaults to stdin and stdout, has exactly one input and one output, and permits the user to replace the default input and/or the default output with a given file. freopen(3) is the right idiom in this context. Get rid of file() and the extra FILE pointers. Switch from fprintf(3) to printf(3). While here, const the "str" argument to show(). Thread: https://marc.info/?l=openbsd-tech&m=164078603312936&w=2 ok millert@
2022-01-01contibutions -> contributionsJonathan Gray
2022-01-01identfier -> identifierJonathan Gray
2022-01-01spellingJonathan Gray
ok dtucker@
2021-12-31spellingJonathan Gray
ok ratchov@
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
increase the chances we get something even if the terminal doesn't support the one we really want. GitHub issue 3020.
2021-12-31Interrups -> InterruptsJonathan Gray
2021-12-31Add missing locking to pmap_extract(9) and pmap_unwire(9).Mark Kettenis
ok patrick@, mpi@
2021-12-31avaialble -> availableJonathan Gray