Pinned
225 contributions in the last year
Contribution activity
December 2020
Created 7 commits in 1 repository
Created a pull request in ziglang/zig that received 10 comments
openbsd: link with required system libraries
and while compiling zig stage2, use c++ and c++abi too
+4
−1
•
10
comments
Opened 7 other pull requests in 2 repositories
ziglang/zig
6
merged
- openbsd: add commonly used libc wrappers for pledge(2) and unveil(2)
- openbsd: define sem_t as optional pointer on opaque {}
- openbsd: fix siginfo_t struct definition
- openbsd: implement segfault handling on openbsd x86_64
- openbsd: crt0.o file is different when build static or dynamic mode
- openbsd: correct few structs
LemonBoy/zig
1
closed
Reviewed 2 pull requests in 1 repository
ziglang/zig 2 pull requests
Created an issue in ziglang/zig that received 5 comments
std.Thread pthread based implementation is wrong
While chasing random segfault in std tests were threads were involved on OpenBSD, I reduced the problem to a C reproducer and reported the problem to
5
comments