index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
c
/
openbsd.zig
Age
Commit message (
Expand
)
Author
2023-07-31
std.c.openbsd: remove "msg_" prefixes from structs
Andrew Kelley
2023-07-31
std.c.openbsd: add PTHREAD_STACK_MIN
Andrew Kelley
2023-07-31
std.c.openbsd: add ucontext_t for aarch64
Andrew Kelley
2023-07-31
Revert "std.c: openbsd sigcontext/ucontext for arm64."
Andrew Kelley
2023-07-31
Revert "std.Thread: refining stack size from platform minimum, changes more t...
Andrew Kelley
2023-07-31
Revert "std.c: update netbsd/openbsd mman constants"
Andrew Kelley
2023-07-31
Revert "std.c: msghdr* struct removing prefixes to match linux."
Andrew Kelley
2023-07-01
std.c: msghdr* struct removing prefixes to match linux.
David CARLIER
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-22
std.c: update netbsd/openbsd mman constants
David CARLIER
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-15
openbsd: fix std.c.getdents and debitrot
Michael Dusan
2023-05-25
std.Thread: refining stack size from platform minimum, changes more targetted...
David CARLIER
2023-05-22
std.c: openbsd sigcontext/ucontext fix enum
Michael Dusan
2023-05-09
std.c: openbsd sigcontext/ucontext for arm64.
David Carlier
2023-01-03
Merge pull request #13980 from ziglang/std.net
Andrew Kelley
2023-01-02
std.fs: add NAME_MAX for openbsd and netbsd
Michael Dusan
2023-01-02
remove the experimental std.x namespace
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-09
Merge pull request #13418 from ryanschneider/signal-alignment-13216
Veikka Tuominen
2022-11-04
std.os: fix alignment of Sigaction.handler_fn
Ryan Schneider
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-08-26
openbsd: fix sigcontext struct and avoid defining fxsave64
Sébastien Marie
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-07-04
std: update bsd bits to new fn ptr semantics
Andrew Kelley
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-04-19
std.Thread.Futex improvements (#11464)
protty
2022-02-20
fix formatting in openbsd.zig
Veikka Tuominen
2022-02-20
Add OpenBSD auth functions
Dante Catalfamo
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-02-14
Merge pull request #10486 from ominitay/metadata
Veikka Tuominen
2022-02-13
std.c.*: add birthtime function to Stat
ominitay
2022-02-11
validate in Windows using VirtualQuery
m
2022-02-07
std: fix i386-openbsd failing to build from source
Andrew Kelley
2021-12-22
Add BSD Authentication constants (#10376)
Dante Catalfamo
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-04
Added an explicit type for the termios constants (#10266)
Zapolsky Anton
2021-11-20
Add OpenBSD termios constants to std.c.openbsd (#10178)
Dante Catalfamo
2021-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
std.os reorg: more fixes caught by CI
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
[next]