aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/openbsd.zig
AgeCommit message (Expand)Author
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-17Merge pull request #25195 from blblack/netdefsAndrew Kelley
2025-09-13std.posix.ptrace: support more platforms more correctlyJustus Klausecker
2025-09-09std: add IP, IPV6, IPTOS sockopt constantsBrandon Black
2025-08-01enable pwd.h functions for other OSesChinmay Dalal
2024-07-19std.c reorganizationAndrew Kelley
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-14bsd: add missing os.IFNAMESIZEMichael Dusan
2024-03-08std.c.openbsd: remove nop `usingnamespace`mlugg
2024-02-15std.os.termios: add/fix std.c.TCSA for BSDsMichael Dusan
2024-02-14bsd: debitrot type-safe std.c.OMichael Dusan
2024-02-12std.os.speed_t: add type safetyAndrew Kelley
2024-02-12std.os.termios: add type safety to cflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to oflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to iflag fieldAndrew Kelley
2024-02-12std.os.termios: consolidate and correctAndrew Kelley
2024-02-12std.c.NCSS: consolidate and correctAndrew Kelley
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.c.MAP: use a packed structAndrew Kelley
2023-07-31std.c.openbsd: remove "msg_" prefixes from structsAndrew Kelley
2023-07-31std.c.openbsd: add PTHREAD_STACK_MINAndrew Kelley
2023-07-31std.c.openbsd: add ucontext_t for aarch64Andrew Kelley
2023-07-31Revert "std.c: openbsd sigcontext/ucontext for arm64."Andrew Kelley
2023-07-31Revert "std.Thread: refining stack size from platform minimum, changes more t...Andrew Kelley
2023-07-31Revert "std.c: update netbsd/openbsd mman constants"Andrew Kelley
2023-07-31Revert "std.c: msghdr* struct removing prefixes to match linux."Andrew Kelley
2023-07-01std.c: msghdr* struct removing prefixes to match linux.David CARLIER
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-22std.c: update netbsd/openbsd mman constantsDavid CARLIER
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-15openbsd: fix std.c.getdents and debitrotMichael Dusan
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER
2023-05-22std.c: openbsd sigcontext/ucontext fix enumMichael Dusan
2023-05-09std.c: openbsd sigcontext/ucontext for arm64.David Carlier
2023-01-03Merge pull request #13980 from ziglang/std.netAndrew Kelley
2023-01-02std.fs: add NAME_MAX for openbsd and netbsdMichael Dusan
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-09Merge pull request #13418 from ryanschneider/signal-alignment-13216Veikka Tuominen
2022-11-04std.os: fix alignment of Sigaction.handler_fnRyan Schneider
2022-11-04all: rename i386 to x86Ali Chraghi
2022-09-29std: Replace use of stage1 function pointersominitay
2022-08-26openbsd: fix sigcontext struct and avoid defining fxsave64Sébastien Marie
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-07-04std: update bsd bits to new fn ptr semanticsAndrew Kelley
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler