Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.4k
Star
116k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Command: Support posix_spawn() on FreeBSD/OSX/GNU Linux
- #48624
#48624
Merged
alexcrichton
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
bdrewery:freebsd-posix-spawn
bdrewery/rust:freebsd-posix-spawn
Copy head branch name to clipboard
Mar 23, 2018
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Command: Support posix_spawn() on FreeBSD/OSX/GNU Linux
#48624
alexcrichton
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
bdrewery:freebsd-posix-spawn
bdrewery/rust:freebsd-posix-spawn
Copy head branch name to clipboard
Commits
Commits on Feb 28, 2018
Update libc to bring in posix_spawn bindings for FreeBSD.
bdrewery
committed
518b3f7
View commit details
Copy full SHA for 518b3f7
Browse repository at this point
Support posix_spawn() when possible.
alexcrichton
authored and
bdrewery
committed
11696ac
View commit details
Copy full SHA for 11696ac
Browse repository at this point
Avoid error for unused variables
bdrewery
committed
f463386
View commit details
Copy full SHA for f463386
Browse repository at this point
No need to zero when an initializer for the object is already used.
bdrewery
committed
94630e4
View commit details
Copy full SHA for 94630e4
Browse repository at this point
Pass proper pointer for envp.
bdrewery
committed
8e3fa0d
View commit details
Copy full SHA for 8e3fa0d
Browse repository at this point
Remove excess newline
bdrewery
committed
b3ecf5f
View commit details
Copy full SHA for b3ecf5f
Browse repository at this point
Support posix_spawn() for FreeBSD.
Show description for 85b82f2
bdrewery
committed
85b82f2
View commit details
Copy full SHA for 85b82f2
Browse repository at this point
Commits on Mar 1, 2018
Add a specific test for spawn() returning ENOENT
bdrewery
committed
e6efd0d
View commit details
Copy full SHA for e6efd0d
Browse repository at this point
posix_spawn() always returns its error rather than setting errno.
bdrewery
committed
a9ea876
View commit details
Copy full SHA for a9ea876
Browse repository at this point
posix_spawn() on OSX supports returning ENOENT.
bdrewery
committed
2e2d926
View commit details
Copy full SHA for 2e2d926
Browse repository at this point
Add comment explaining when posix_spawn() can be supported.
bdrewery
committed
ef73b3a
View commit details
Copy full SHA for ef73b3a
Browse repository at this point
Commits on Mar 2, 2018
Use _
bdrewery
committed
99b50ef
View commit details
Copy full SHA for 99b50ef
Browse repository at this point
Move glibc version lookup handling to sys::os and add a simpler glibc_version()
bdrewery
committed
5ba6b3a
View commit details
Copy full SHA for 5ba6b3a
Browse repository at this point
Support posix_spawn() for Linux glibc 2.24+.
Show description for d740083
bdrewery
committed
d740083
View commit details
Copy full SHA for d740083
Browse repository at this point
Commits on Mar 19, 2018
Update beta to version with fixed FreeBSD support from #49023.
Show description for 57c74c3
bdrewery
committed
57c74c3
View commit details
Copy full SHA for 57c74c3
Browse repository at this point
Merge branch 'update-beta-freebsd' into freebsd-posix-spawn
bdrewery
committed
00dac20
View commit details
Copy full SHA for 00dac20
Browse repository at this point
Don't use posix_spawn() if PATH was modified in the environment.
Show description for 6212904
bdrewery
committed
6212904
View commit details
Copy full SHA for 6212904
Browse repository at this point
Simplify PATH key comparison
bdrewery
committed
8e0faf7
View commit details
Copy full SHA for 8e0faf7
Browse repository at this point
Commits on Mar 22, 2018
Command::env_saw_path() may be unused on platforms not using posix_spawn()
bdrewery
committed
70559c5
View commit details
Copy full SHA for 70559c5
Browse repository at this point
You can’t perform that action at this time.