index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
unix
/
sysv
/
linux
/
spawni.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)
Adhemerval Zanella
2024-06-25
1
-7
/
+16
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)
Adhemerval Zanella Netto
2023-09-05
1
-3
/
+21
*
linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)
Adhemerval Zanella Netto
2023-09-05
1
-3
/
+19
*
Fix misspellings in sysdeps/unix -- BZ 25337
Paul Pluzhnikov
2023-05-23
1
-2
/
+2
*
linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
Adhemerval Zanella Netto
2023-02-01
1
-9
/
+22
*
linux: Do not reset signal handler in posix_spawn if it is already SIG_DFL
Adhemerval Zanella Netto
2023-02-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Refactor internal-signals.h
Adhemerval Zanella
2022-06-30
1
-6
/
+8
*
linux: Fix posix_spawn return code if clone fails (BZ#29109)
Adhemerval Zanella
2022-05-06
1
-1
/
+1
*
posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actions_addtcsetpgrp_np
Adhemerval Zanella
2022-02-02
1
-11
/
+10
*
posix: Add terminal control setting support for posix_spawn
Adhemerval Zanella
2022-01-25
1
-0
/
+11
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Add an internal wrapper for clone, clone2 and clone3
H.J. Lu
2021-07-14
1
-17
/
+9
*
posix: Add posix_spawn_file_actions_addclosefrom_np
Adhemerval Zanella
2021-07-08
1
-15
/
+19
*
nptl: Move pthreadP.h into sysdeps directory
Florian Weimer
2021-06-22
1
-1
/
+1
*
nptl: Move pthread_setcancelstate into libc
Florian Weimer
2021-04-21
1
-3
/
+2
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Add some spaces before '('.
Joseph Myers
2019-02-27
1
-1
/
+1
*
posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)
Adhemerval Zanella
2019-01-03
1
-3
/
+15
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]
Florian Weimer
2018-12-07
1
-0
/
+5
*
posix: Use posix_spawn on system
Adhemerval Zanella
2018-11-30
1
-2
/
+2
*
posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]
Florian Weimer
2018-11-06
1
-0
/
+5
*
Fix segfault in maybe_script_execute.
Stefan Liebler
2018-09-06
1
-1
/
+1
*
posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (BZ#23264)
Adhemerval Zanella
2018-06-08
1
-1
/
+3
*
Rename nptl-signals.h to internal-signals.h
Adhemerval Zanella
2018-02-22
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
posix: Do not use WNOHANG in waitpid call for Linux posix_spawn
Adhemerval Zanella
2017-10-23
1
-5
/
+5
*
posix: Fix improper assert in Linux posix_spawn (BZ#22273)
Adhemerval Zanella
2017-10-20
1
-6
/
+18
*
Consolidate non cancellable close call
Adhemerval Zanella
2017-08-18
1
-3
/
+3
*
Consolidate non cancellable open call
Adhemerval Zanella
2017-08-17
1
-1
/
+1
*
posix: Remove ununsed posix_spawn internal assignment
Adhemerval Zanella
2017-04-25
1
-16
/
+14
*
[BZ 21340] add support for POSIX_SPAWN_SETSID
Adhemerval Zanella
2017-04-25
1
-0
/
+4
*
posix_spawn: use a larger min stack for -fstack-check [BZ #21253]
Mike Frysinger
2017-04-03
1
-0
/
+5
*
posix_spawn: fix stack setup on ia64 [BZ #21275]
Mike Frysinger
2017-03-20
1
-5
/
+6
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
posix: Fix open file action for posix_spawn on Linux
Adhemerval Zanella
2016-09-28
1
-0
/
+8
*
linux: spawni.c: simplify error reporting to parent
Rasmus Villemoes
2016-09-28
1
-46
/
+25
*
posix: Correctly block/unblock all signals on Linux posix_spawn
Adhemerval Zanella
2016-09-20
1
-6
/
+2
*
posix: Correctly enable/disable cancellation on Linux posix_spawn
Adhemerval Zanella
2016-09-20
1
-2
/
+4
*
posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)
Adhemerval Zanella
2016-05-30
1
-1
/
+1
*
posix: Fix posix_spawn implict check style
Adhemerval Zanella
2016-03-21
1
-1
/
+1
*
posix: Fix posix_spawn invalid memory access
Adhemerval Zanella
2016-03-20
1
-1
/
+1
*
posix: New Linux posix_spawn{p} implementation
Adhemerval Zanella
2016-03-07
1
-0
/
+404