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 }}
sheredom
/
subprocess.h
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
110
Star
1.4k
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Support AIX by forking where posix_spawn cannot change directory
- #112
#112
Merged
sheredom
merged 11 commits into
sheredom:main
sheredom/subprocess.h:main
from
bernardladenthin:aix-port
bernardladenthin/subprocess.h:aix-port
Copy head branch name to clipboard
Aug 19, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Support AIX by forking where posix_spawn cannot change directory
#112
sheredom
merged 11 commits into
sheredom:main
sheredom/subprocess.h:main
from
bernardladenthin:aix-port
bernardladenthin/subprocess.h:aix-port
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
Initial port for AIX
mehendarkarprajwal
committed
e6cec1b
View commit details
Copy full SHA for e6cec1b
Browse repository at this point
Commits on Aug 10, 2026
Merge the AIX port, reworked as an additive fork() path
Show description for 632bbed
bernardladenthin
committed
632bbed
View commit details
Copy full SHA for 632bbed
Browse repository at this point
Detect both the presence and the spelling of the chdir file action
Show description for 7bd46e7
bernardladenthin
committed
7bd46e7
View commit details
Copy full SHA for 7bd46e7
Browse repository at this point
Skip the divide-by-zero assertion on PowerPC and RISC-V
Show description for 27fe772
bernardladenthin
committed
27fe772
View commit details
Copy full SHA for 27fe772
Browse repository at this point
Commits on Aug 14, 2026
Shorten the two probe comments the review flagged
Show description for 30e4680
bernardladenthin
committed
30e4680
View commit details
Copy full SHA for 30e4680
Browse repository at this point
Drop the exec-failure status macro and exit 127 directly
Show description for 9b62497
bernardladenthin
committed
9b62497
View commit details
Copy full SHA for 9b62497
Browse repository at this point
Declare execvpe above the function instead of inside it
Show description for a2a3ba9
bernardladenthin
committed
a2a3ba9
View commit details
Copy full SHA for a2a3ba9
Browse repository at this point
Merge branch 'main' of https://github.com/sheredom/subprocess.h into aix-port
bernardladenthin
committed
5e4f639
View commit details
Copy full SHA for 5e4f639
Browse repository at this point
Clear FD_CLOEXEC on the child's standard descriptors after dup2
Show description for eadfac5
bernardladenthin
committed
eadfac5
View commit details
Copy full SHA for eadfac5
Browse repository at this point
Commits on Aug 18, 2026
Merge branch 'main' into aix-port
bernardladenthin
committed
0aca32e
View commit details
Copy full SHA for 0aca32e
Browse repository at this point
Drop the FD_CLOEXEC clearing now that pipe ends avoid 0, 1 and 2
Show description for 1695099
bernardladenthin
committed
1695099
View commit details
Copy full SHA for 1695099
Browse repository at this point
You can’t perform that action at this time.