clean up dns_parse_callback
[musl] / src / process /
2022-10-19 Rich Felkerfix missing synchronization of pthread TSD keys with...
2022-10-19 Rich Felkerfix potential deadlock between multithreaded fork and aio
2022-10-19 Rich Felkerfix potential deadlock in dlerror buffer handling at...
2022-08-01 Szabolcs Nagyaarch64: add vfork
2021-03-15 Rich Felkeruse internal malloc for posix_spawn file actions objects
2021-01-30 Rich Felkerfail posix_spawn file_actions operations with negative fds
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-10-26 Rich Felkerfix reintroduction of errno clobbering by atfork handlers
2020-10-15 Rich Felkermove aio implementation details to a proper internal...
2020-10-15 Rich Felkerfix posix_spawn interaction with fork and abort by...
2020-10-15 Rich Felkerimplement _Fork and refactor fork using it
2020-10-15 Rich Felkerrename fork source file
2020-10-15 Rich Felkerfix missing synchronization of fork with abort
2020-09-28 Rich Felkerfix fork of processes with active async io contexts
2020-06-21 Rich Felkerclear need_locks in child after fork
2019-08-30 Rich Felkeradd posix_spawn [f]chdir file actions
2019-07-09 Rich Felkerprevent dup2 action for posix_spawn internal pipe fd
2019-07-01 Samuel Hollandfix deadlock in synccall after threaded fork
2019-04-02 Frediano Zigliouse __strchrnul instead of strchr and strlen in execvpe
2019-02-16 Rich Felkertrack all live threads in an AS-safe, fully-consistent...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove __vfork alias
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkerrework mechanism for posix_spawnp calling posix_spawn
2018-09-12 Rich Felkerdeclare __syscall_ret as hidden in vfork asm
2018-09-12 Patrick Oppenlanderadd arm asm for vfork
2018-09-12 Rich Felkermove and deduplicate declarations of __procfdname to...
2018-09-04 Joseph C. Sibleimplement fexecve in terms of execveat when it exists
2018-08-29 Rich Felkerfix return value of system on failure to spawn child...
2018-02-21 Rich Felkerconvert execvp error handling to switch statement
2018-02-21 Przemyslaw Pawelczykfix execvp failing on not-dir entries in PATH.
2017-11-11 Bobby Binghamprevent fork's errno from being clobbered by atfork...
2017-11-05 Rich Felkeradjust posix_spawn dup2 action behavior to match future...
2017-10-19 Will Dietzposix_spawn: use larger stack to cover worst-case in...
2017-04-23 Rich Felkerhave posix_spawnattr_setflags check for supported flags
2017-04-22 Rich Felkerimplement new posix_spawn flag POSIX_SPAWN_SETSID
2016-11-12 Bobby Binghamadd s390x port
2015-06-16 Rich Felkerswitch to using trap number 31 for syscalls on sh
2015-06-11 Rich Felkeradd sh asm for vfork
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-04-10 Rich Felkeroptimize out setting up robust list with kernel when...
2015-02-03 Rich Felkermake execvp continue PATH search on EACCES rather than...
2014-12-06 Rich Felkeruse direct syscall rather than write function in posix_...
2014-12-06 Rich Felkerdon't fail posix_spawn on failed close
2014-07-06 Rich Felkereliminate use of cached pid from thread structure
2014-07-01 Rich Felkerfix ungrammatical comment in posix_spawn code
2014-05-30 Rich Felkeradditional fixes for linux kernel apis with old syscall...
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2014-05-25 Rich Felkersupport kernels with no SYS_open syscall, only SYS_openat
2014-04-20 M Farkas-Dyckexpose public execvpe interface
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
2014-02-12 Rich Felkermake posix_spawn accept null pid pointer arguments
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-10-07 Szabolcs Nagyadd missing va_end in execl* for correcness and static...
2013-10-03 Rich Felkerfix new environment always being null with execle
2013-08-10 Rich Felkeroptimize posix_spawn to avoid spurious sigaction syscalls
2013-08-10 Rich Felkerfix missing errno from exec failure in posix_spawn
2013-08-09 Rich Felkerblock signals during fork
2013-08-02 Rich Felkerdebloat code that depends on /proc/self/fd/%d with...
2013-07-17 Rich Felkermake posix_spawn (and functions that use it) use CLONE_...
2013-04-26 Rich Felkerremove explicit locking to prevent __synccall setuid...
2013-03-25 Rich Felkerremove cruft from pre-posix_spawn version of the system...
2013-02-17 Rich Felkerconsistently use the internal name __environ for environ
2013-02-03 Rich Felkerbase system() on posix_spawn
2013-02-03 Rich Felkerfix unsigned comparison bug in posix_spawn
2013-02-03 Rich Felkeroverhaul posix_spawn to use CLONE_VM instead of vfork
2013-02-01 Rich Felkerfix up minor misplacement of restrict keyword in spawna...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-10-29 Rich Felkersystem is a cancellation point
2012-10-19 Rich Felkerfix usage of locks with vfork
2012-10-18 Rich Felkerfix parent-memory-clobber in posix_spawn (environ)
2012-10-18 Rich Felkeroverhaul system() and popen() to use vfork; fix various...
2012-10-15 Rich Felkerblock uid/gid changes during posix_spawn
2012-09-14 Rich Felkeruse vfork if possible in posix_spawn
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-02-06 Rich Felkerx86_64 vfork implementation
2011-10-15 Rich Felkersupport vfork on i386
2011-10-15 Rich Felkermake available a namespace-safe vfork, if supported
2011-09-29 Rich Felkerfix various bugs in path and error handling in execvp...
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-09-13 Rich Felkeradd missing posix_spawnattr_init/destroy functions
2011-08-07 Rich Felkeruse weak aliases rather than function pointers to simpl...
2011-07-17 Rich Felkerensure in fork that child gets its own new robust mutex...
2011-05-29 Rich Felkerfix backwards posix_spawn file action order
2011-05-29 Rich Felkeradd accidentally-omitted file needed for posix_spawn...
2011-05-29 Rich Felkeradd file actions support to posix_spawn
2011-05-28 Rich Felkerposix_spawn: honor POSIX_SPAWN_SETSIGDEF flag
2011-05-28 Rich Felkerinitial implementation of posix_spawn
2011-04-27 Rich Felkercorrect variadic prototypes for execl* family
2011-04-21 Rich Felkerfix minor bugs due to incorrect threaded-predicate...
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-12 Rich Felkerspeed up threaded fork
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-10 Rich Felkermake fork properly initialize the main thread in the...
next