aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/posix_spawn.c
Commit message (Expand)AuthorAgeFilesLines
* libc: treat execvpe as a week symbolSHENGYI HONG2025-04-221-1/+1
* libc posix_spawn(): explain why rtld can be used after forkKonstantin Belousov2024-03-061-0/+5
* posix_spawn.c: fix typo in commentKonstantin Belousov2024-03-061-1/+1
* posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NPKonstantin Belousov2024-03-041-2/+11
* posix_spawnattr_setflags(3): validate argumentKonstantin Belousov2024-03-041-0/+4
* libc: expose execvpe for Linux compatBrooks Davis2023-12-111-2/+2
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-111-2/+0
* posix_spawn: add closefrom non-portable actionKonstantin Belousov2021-11-301-0/+25
* posix_spawn: add chdir-related non-portable actionsKonstantin Belousov2021-11-301-1/+56
* posix_spawn: style, use return ()Konstantin Belousov2021-11-301-2/+2
* posix_spawn.c: format fae_action anon enum more stylishKonstantin Belousov2021-11-301-1/+5
* posix_spawn: fix for some custom allocator setupsKyle Evans2020-06-121-1/+11
* execvPe: obviate the need for potentially large stack allocationsKyle Evans2020-06-101-4/+32
* posix_spawn: mark error as volatileKyle Evans2020-01-211-1/+1
* posix_spawn(3): handle potential signal issues with vforkKyle Evans2019-09-251-28/+100
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Fix Coverity CID 1016714 Resource leak in process_file_actions_entry()Don Lewis2016-05-251-3/+6
* Fix a mistake in r287292. Despite correctly stating intent in theKonstantin Belousov2015-08-301-2/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-3/+6
* posix_spawn: If an error is detected in the child process, reap the zombie.Jilles Tjoelker2011-07-101-1/+4
* Fix whitespace inconsistencies in libc in files copyrighted by me.Ed Schouten2011-06-261-2/+2
* posix_spawn(): Do not fail when trying to close an fd that is not open.Jilles Tjoelker2011-05-301-5/+2
* Fix a typo.Roman Divacky2008-10-231-1/+1
* Turn execvpe() into an internal libc routine.Ed Schouten2008-06-231-1/+2
* Process spawn attributes in POSIX document order.David Xu2008-06-191-21/+22
* Style fix.David Xu2008-06-171-1/+2
* Change my email address to the one from the FreeBSD project.Ed Schouten2008-06-171-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichDavid Xu2008-06-171-0/+472