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
/
haiku.zig
Age
Commit message (
Expand
)
Author
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-09
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black
2025-06-05
haiku: restore functions mistakenly removed in e8c4e79
Elaine Gibson
2024-07-19
std.c reorganization
Andrew Kelley
2024-04-08
haiku: fix directory iteration
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-27
haiku: fix poll definitions
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-02-12
std.os.termios: consolidate and correct
Andrew Kelley
2024-02-12
std.c.NCSS: consolidate and correct
Andrew Kelley
2024-02-12
std: add type safety to cc_t
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.c.MAP: use a packed struct
Andrew Kelley
2023-07-31
Revert "std: adding sigevent to supported platforms."
Andrew Kelley
2023-07-31
Revert "std.c: add find_path for haiku"
Andrew Kelley
2023-07-31
Revert "std.fs: selfExePath haiku using constants instead"
Andrew Kelley
2023-07-31
Revert "std.Thread: refining stack size from platform minimum, changes more t...
Andrew Kelley
2023-07-31
Revert "Merge pull request #15867 from devnexen/haiku_malloc_usable_size"
Andrew Kelley
2023-07-31
Revert "std.c: msghdr* struct removing prefixes to match linux."
Andrew Kelley
2023-07-31
Revert "std.c: fix haiku's find_path signature."
Andrew Kelley
2023-07-01
std.c: fix haiku's find_path signature.
David Carlier
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-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-26
std.c: haiku also supports malloc_usable_size to benefit zig's heap
David Carlier
2023-05-25
std.Thread: refining stack size from platform minimum, changes more targetted...
David CARLIER
2023-05-09
std.fs: selfExePath haiku using constants instead
David Carlier
2023-04-24
std.c: add find_path for haiku
David Carlier
2023-04-23
std: adding sigevent to supported platforms.
David CARLIER
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-04
std.os: fix alignment of Sigaction.handler_fn
Ryan Schneider
2022-10-29
fs: Some NAME_MAX/MAX_NAME_BYTES improvements
Ryan Liptak
2022-10-29
std.fs: Add MAX_NAME_BYTES
Ryan Liptak
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-08-18
AstGen: disallow leading zeroes in int literals and int types
zooster
2022-07-11
Sema: allow `void` as an extern union field & fix invalid extern unions
Veikka Tuominen
2022-07-04
std: update bsd bits to new fn ptr semantics
Andrew Kelley
2022-02-26
add constant for haiku
Al Hoang
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-02-13
std.c.haiku: move Stat.crtime to Stat.birthtime
ominitay
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-19
haiku follow up cleanup of constants
Al Hoang
2021-11-15
haiku constants cleanup and update
Al Hoang
2021-11-15
update mmap flags, use defines
Al Hoang
2021-11-15
ensure zig fmt
Al Hoang
2021-11-15
updates for haiku stdc
Al Hoang
2021-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
[next]