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
/
os
Age
Commit message (
Expand
)
Author
2023-04-06
std.os: add mincore syscall
jim price
2023-04-03
x86_64: remove returns from naked functions
Jacob Young
2023-03-30
std: simplify VirtualProtectEx and fix ntdll signature
Jakub Konka
2023-03-30
std: move ntdll wrappers to std.os.windows
Jakub Konka
2023-03-30
coff: reimplement VirtualProtectEx using our own ntdll wrapper
Jakub Konka
2023-03-30
Change ordering of prep provide buffers args
bing
2023-03-28
bpf: add missing *const for helper functions
Tw
2023-03-23
fmt: lib/std/os/windows/ntdll.zig
xEgoist
2023-03-23
Refactored GetProcessMemoryInfo to return `VM_COUNTERS`
xEgoist
2023-03-22
Implemented Zig wrapper for `GetProcessMemoryInfo`
xEgoist
2023-03-21
Merge pull request #14841 from squeek502/is-cygwin-pty-stuff
Veikka Tuominen
2023-03-19
Fix GetFileInformationByHandle compile error (#14829)
Reuben Dunnington
2023-03-19
Remove std.os.windows.QueryInformationFile (a wrapper of NtQueryInformationFile)
Ryan Liptak
2023-03-16
disable bad std lib tests
Andrew Kelley
2023-03-16
std: move os/darwin.zig and related to c/darwin.zig
Jakub Konka
2023-03-15
std lib tests: avoid cwd races by using std.testing.tmpDir
Andrew Kelley
2023-03-15
std.os.windows.OpenFile: handle DELETE_PENDING
Andrew Kelley
2023-03-15
disable std lib unit tests that hard code port numbers
Andrew Kelley
2023-03-15
add std.process.totalSystemMemory
Andrew Kelley
2023-03-15
std: child process API supports rusage data
Andrew Kelley
2023-03-15
hot code swapping PoC working
Andrew Kelley
2023-03-15
std.os.linux: add ptrace
Andrew Kelley
2023-03-10
eliminate posix_spawn from the standard library
Andrew Kelley
2023-03-08
os.isCygwinPty: Fix a bug, replace kernel32 call, and optimize
Ryan Liptak
2023-03-07
std.os.windows.advapi32: Add RegCloseKey
Gaëtan
2023-03-03
std: add fchmodat
Andrew Kelley
2023-03-01
Fixes #13893 - some standard library networking tests are failing on Windows
Binary Craft
2023-02-24
fix RegQueryValueExW api
Gaëtan S
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-05
Update Linux syscall list for 6.1, support Mips64
Stephen Gregoratto
2023-02-04
Add support for mips64/mips64el
Suirad
2023-02-01
Merge pull request #14477 from Vexu/fixes
Andrew Kelley
2023-01-31
std.os.uefi: fix shift in pool allocator (again) (#14497)
leap123
2023-01-30
implement `@qualCast`
Veikka Tuominen
2023-01-29
std.os.uefi: fix shift in pool allocator
Yusuf Bham
2023-01-24
Merge pull request #14402 from kcbanner/cbe_x86_fixes
Andrew Kelley
2023-01-24
std: remove meta.assumeSentinel
Isaac Freund
2023-01-23
[UEFI] Delete unnecessary padding and fix number_of_pages type
David Gonzalez Martin
2023-01-23
Merge pull request #14418 from ifreund/assume-sentinel-sux
Andrew Kelley
2023-01-23
cbe: fixes for x86
kcbanner
2023-01-23
std: eliminate pointless meta.assumeSentinel() usage
Isaac Freund
2023-01-23
std.os.windows: add possible error NETNAME_DELETED of ReadFile
Jan Philipp Hafer
2023-01-20
std: implement os.mprotect on Windows
mlugg
2023-01-19
Make `res` nullable in `getaddrinfo`
Jarred Sumner
2023-01-19
fix selectSymbol function pointers
star-tek-mb
2023-01-17
Add std.os.darwin.cssm
fn ⌃ ⌥
2023-01-17
std.net.getAddressList: call WSAStartup on Windows
Andrew Kelley
2023-01-17
clean up windows cert scanning
Andrew Kelley
2023-01-17
windows root certificate scanning
star-tek-mb
[next]