~roguescholar/boost/+git/process:freebsd2

Last commit made on 2023-10-12
Get this branch:
git clone -b freebsd2 https://git.launchpad.net/~roguescholar/boost/+git/process

Branch merges

Branch information

Name:
freebsd2
Repository:
lp:~roguescholar/boost/+git/process

Recent commits

89538d6... by Klemens <email address hidden>

Reenabled pdfork.

1873f34... by Samuel Venable <email address hidden>

Fix V2::EXT::CWD [SunOS] (#310)

* Fix V2::EXT::CWD [SunOS]

filesystem::canonical is basically the same thing as realpath on Unix-likes, which only resolves one symbolic link. If one symbolic link points to yet another symbolic link and so on and so forth, it will not resolve all symbolic links. It will only do one link for each call to canonical. On SunOS, unlike Linux, /proc/${pid}/cwd does not directly point to the literal current working directory of the given ${pid}. Instead, it will point to yet another symlink - /proc/${pid}/path/cwd which once you have followed that second link only then will you have the literal cwd path for the process id.

5f795d9... by Ilia

Fix compilation for macOS 14 SDK

Fixes #342

f17be67... by Daniel Richard G.

fix group_wait test in cmake build.

b9fc531... by Alex

Code typos fix

69c2c25... by Klemens Morgenstern <email address hidden>

added SIGTERM bit mask for freeBSD.

8ab2332... by Klemens Morgenstern <email address hidden>

v2/env win test fix.

ea69cda... by Klemens Morgenstern <email address hidden>

added can_interrupt check on windows to win tests.

6b75b40... by Klemens Morgenstern <email address hidden>

increased timeout & added diagnostics.

3c1beb4... by Klemens Morgenstern <email address hidden>

windows move handle fix.