Guilherme Janczak

Results 53 comments of Guilherme Janczak
trafficstars

It's code that isn't doing anything, the `close()` function that libc calls hasn't been overridable in OpenBSD for a long time.

1. if gmake's `shell` function doesn't find pkg-config, it returns false, and libbsd isn't used. The Makefile will still build stress tests for functions which are present in libc. It...

This is very incomplete, I only wrote the general outline to ask if the changes were welcomed before doing a significant amount of work. There's a bug in the current...

Hey, is there a system that is missing _wchar.h_ or any of the Standard C99 functions in it? The source code hints at it, but I don't know of any,...

Here are some diffs between the build output of 52cfaf7668e8796b46d6c5fc788b1c3b6a6e0296 (current master) and the current head of this branch: OpenBSD: ```diff 6d5 < using ... yes 29,30d27 < using bsd/stdlib.h...

Here are diffs between the latest push and the current master (5602257e56614e1dcd04241a0bb3c10d1df0bb52): Alpine Linux (no libbsd) ```diff --- stress-ng-master-nolib.txt 2022-12-07 23:53:27.020000375 +0000 +++ stress-ng-new-nolib.txt 2022-12-08 01:01:02.170004819 +0000 @@ -3,7 +3,6...

Thanks. It's almost complete, I need to migrate the code around __ and __ to libbsd-overlay. I'm trying to limit what I do in this PR to touching code related...

I think the PR is complete with the latest push, but I've done almost 0 testing to it. It would be a stroke of luck if no bugs crop up...

Triple force push... Each time I thought I had rebased this on top of master correctly, but then it turned out I didn't. Conflicts fixed, currently compiling to get some...

Conflicts solved.