-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master update for release. #379
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 193384a - Browse repository at this point
Copy the full SHA 193384aView commit details
Commits on Jun 4, 2024
-
Less dependency on libprocstat and various corrections.
On FreeBSD I would like to remove dependency on libprocstat completely, and replace it with libkvm to be more like the other *BSD platforms in terms of linker dependencies. This pull request is our first move in that direction. Replace libprocstat with libkvm in cmd
Configuration menu - View commit details
-
Copy full SHA for 0379ee6 - Browse repository at this point
Copy the full SHA 0379ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5b383 - Browse repository at this point
Copy the full SHA ff5b383View commit details -
Configuration menu - View commit details
-
Copy full SHA for a26f4fe - Browse repository at this point
Copy the full SHA a26f4feView commit details -
posix: Fix exec error reporting with limit_handles
_pipe_sink was assigned after call_on_setup(), after limit_fd_::on_setup(), but this was too late. It must be assigned earlier so that executor::get_used_handles() can see it and prevent limit_handles from closing the internal pipe for passing exec() errors from child to parent. Fixes: 1a1d677 Closes: #202 Signed-off-by: Daniel Klauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0058a9c - Browse repository at this point
Copy the full SHA 0058a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20510ab - Browse repository at this point
Copy the full SHA 20510abView commit details -
posix: Fix pipe fd leak if redirecting both stdout and stderr
This re-adds the close(source) call which already existed here before commit caa7b2f. pipe_out already closes the source fd when redirecting stdout or stderr, it was just missing when redirecting both at once. The pipe fds must be closed after redirecting to avoid keeping the pipe open unnecessarily, for example the parent may want to close their end of the pipe. Closes: #353 Signed-off-by: Daniel Klauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8b5bf1 - Browse repository at this point
Copy the full SHA e8b5bf1View commit details -
posix: Add test for pipe fd leak if redirecting both stdout and stderr
Signed-off-by: Daniel Klauer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e455a12 - Browse repository at this point
Copy the full SHA e455a12View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcdd911 - Browse repository at this point
Copy the full SHA bcdd911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e2460 - Browse repository at this point
Copy the full SHA 55e2460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44cae64 - Browse repository at this point
Copy the full SHA 44cae64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274fc31 - Browse repository at this point
Copy the full SHA 274fc31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c773ee1 - Browse repository at this point
Copy the full SHA c773ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a92df - Browse repository at this point
Copy the full SHA 67a92dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2171367 - Browse repository at this point
Copy the full SHA 2171367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 084a85f - Browse repository at this point
Copy the full SHA 084a85fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aea22db - Browse repository at this point
Copy the full SHA aea22dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2da58e - Browse repository at this point
Copy the full SHA c2da58eView commit details