Vassili Tchersky
Vassili Tchersky
This will probably fail on 32bit systems. Many checks to do up until 2.11.0. AIX and Irix 32-bit could fail as well.
> > This will probably fail on 32bit systems. Many checks to do up until 2.11.0. AIX and Irix 32-bit could fail as well. > > I am fine with...
Our FTS contrib lib does not support LFS properly. [libc commit](https://sourceware.org/git/?p=glibc.git;a=commit;h=8b7b7f75d91f7bac323dd6a370aeb3e9c5c4a7d5)
See https://github.com/rakyll/portmidi/pull/35 This package depends on https://gitlab.com/gomidi/portmididrv which has moved to gitlab.com/gomidi/midi/v2/drivers/portmididrv. The old version of portmididrv depends on an old version of rakyll/portmidi.
> [Not modified is mount_bsd.d as I cannot test it.](https://github.com/libfuse/libfuse/pull/902#issue-2184278505) Good idea, I will modify and test it a bit later.
Following the information I got in the [answer](https://github.com/libfuse/libfuse/discussions/1100) on the discussion page, I've done some proper tests again waiting for FUSE_INIT to return. While it's true that the delta t...
A small detail to look. Why a double-fork if `setsid()` isn't called ? Why not a simple fork without `waitpid()` ? The actual implementation wait for `exit(0)` to succeed, which...
No problem. However, I removed the dangerous one and this last one is simple and tested and does not change the flow, so no need look into the synchronous/asynchronous behaviour...
> Would you mind to put the double fork patch into a different PR? I've removed the last commit about the simplification of the double-fork. It will go into a...
Rebased for two small corrections: - Remove unused header `sys/sysctl.h` in Remove useless options - Add a commit to clean other unused headers