• Joined on 2026年01月20日
brickmonster commented on pull request ziglang/zig#31120 2026年02月12日 11:38:49 +01:00
std.os.linux: fix up some types and add helpers

Rebased on master.

brickmonster pushed to bm/improve-linux at brickmonster/zig 2026年02月12日 11:38:22 +01:00
b341a6c696 std.os.linux: add cast helpers to make reading easier
3d2ca31f9e std.os.linux: convert DT into an enum
7e1c8def0b std.os.linux: replace i32 with ITIMER where appropriate
0f3a439ffc std.os.linux: replace i32 with fd_t where appropriate
d7027a03e9 std.os.linux: add some missing constants
Compare 85 commits »
brickmonster pushed to bm/improve-linux at brickmonster/zig 2026年02月06日 23:12:16 +01:00
c61db4044f std.os.linux: add cast helpers to make reading easier
brickmonster closed pull request ziglang/zig#31122 2026年02月05日 01:48:53 +01:00
WIP: std.os.linux: add syscall wrappers that are more like normal zig code
brickmonster commented on pull request ziglang/zig#31122 2026年02月05日 01:48:53 +01:00
WIP: std.os.linux: add syscall wrappers that are more like normal zig code

Damn that's a shame. I've been doing this in my project and it's far more pleasant to use.

brickmonster created pull request ziglang/zig#31122 2026年02月05日 01:35:26 +01:00
WIP: std.os.linux: add syscall wrappers that are more like normal zig code
brickmonster created pull request ziglang/zig#31120 2026年02月05日 01:00:29 +01:00
std.os.linux: fix up some types and add helpers
brickmonster created pull request ziglang/zig#31119 2026年02月05日 00:56:13 +01:00
std.os.linux: fix test not building
brickmonster pushed to bm/ziggier at brickmonster/zig 2026年02月05日 00:54:30 +01:00
960591b79f std.os.linux: add ziggier syscall wrappers
b805cbb4db std.os.linux: add errorFromSyscall
383d7fd94c std.os.linux: move errno definition to its own file
Compare 3 commits »
brickmonster created branch bm/ziggier in brickmonster/zig 2026年02月05日 00:54:30 +01:00
brickmonster pushed to bm/improve-linux at brickmonster/zig 2026年02月05日 00:53:15 +01:00
d0cf902870 std.os.linux: add cast helpers to make reading easier
a0d84b25a6 std.os.linux: convert DT into an enum
d360e537a4 std.os.linux: replace i32 with ITIMER where appropriate
a894e13726 std.os.linux: replace i32 with fd_t where appropriate
681c819d5a std.os.linux: add some missing constants
Compare 6 commits »
brickmonster created branch bm/improve-linux in brickmonster/zig 2026年02月05日 00:53:15 +01:00
brickmonster pushed to bm/bpf-test at brickmonster/zig 2026年02月05日 00:51:51 +01:00
1694216c0f std.os.linux: fix test not building
c3edf0ba64
Merge branch 'netbsd-ci'
012be3efd7
Revert "ci: temporarily disable x86_64-netbsd while I investigate failures"
06879041ac
link.Lld: disable parallel linking on NetBSD host
a816f9e245
std.Io.Threaded: use _lwp_park correctly for real this time?
Compare 10 commits »
brickmonster created branch bm/bpf-test in brickmonster/zig 2026年02月05日 00:51:51 +01:00
brickmonster deleted branch syscalls from brickmonster/zig 2026年02月05日 00:41:04 +01:00
brickmonster opened issue ziglang/zig#31034 2026年01月28日 08:16:38 +01:00
Compiler segmentation fault with cImport
brickmonster commented on issue ziglang/zig#31013 2026年01月27日 01:56:48 +01:00
Compiler SEGV with @errorCast

Ahhh I forgot you could do that. Thanks!

brickmonster opened issue ziglang/zig#31013 2026年01月27日 01:42:15 +01:00
Compiler SEGV with @errorCast
brickmonster created pull request ziglang/zig#30899 2026年01月20日 19:55:14 +01:00
std.os.linux: add some missing syscalls
brickmonster pushed to syscalls at brickmonster/zig 2026年01月20日 19:31:39 +01:00
8042096bca std.os.linux: add some missing syscalls