index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fork.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: drop PROC_DETACHED_CHILD flag
Corinna Vinschen
2020-08-28
1
-1
/
+1
*
Cygwin: fix up proc_subproc flags and matching pinfo methods
Corinna Vinschen
2020-08-28
1
-2
/
+2
*
Cygwin: pty: Implement new pseudo console support.
Takashi Yano
2020-08-22
1
-30
/
+0
*
Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation
Corinna Vinschen
2020-08-03
1
-5
/
+29
*
Cygwin: pty: Fix state mismatch caused in mintty.
Takashi Yano
2020-02-10
1
-0
/
+2
*
Cygwin: pty: Convert CamelCase names to snake_case names.
Takashi Yano
2019-11-18
1
-4
/
+4
*
Cygwin: pty: Add a workaround for ^C handling.
Takashi Yano
2019-09-04
1
-1
/
+0
*
Cygwin: pty: Fix state management for pseudo console support.
Takashi Yano
2019-09-04
1
-10
/
+14
*
Cygwin: pty: add pseudo console support.
Takashi Yano
2019-08-29
1
-0
/
+24
*
Cygwin: fork: attach child not before success
Michael Haubenwallner
2019-07-31
1
-8
/
+11
*
Cygwin: pinfo: stop remember doing reattach
Michael Haubenwallner
2019-07-31
1
-0
/
+8
*
Revert "Cygwin: fork: Remember child not before success."
Ken Brown
2019-06-11
1
-16
/
+15
*
Cygwin: fork: Remember child not before success.
Michael Haubenwallner
2019-06-03
1
-15
/
+16
*
Cygwin: fork: Always pause child after fixups.
Michael Haubenwallner
2019-06-03
1
-10
/
+9
*
Cygwin: fork: reserve dynloaded dll areas earlier
Michael Haubenwallner
2019-03-28
1
-6
/
+0
*
Cygwin: fork/exec: Allow all users PROCESS_QUERY_LIMITED_INFORMATION
Corinna Vinschen
2019-03-12
1
-5
/
+12
*
forkables: inline dll_list::forkables_supported
Michael Haubenwallner
2019-02-07
1
-0
/
+1
*
forkables: On fork failure, retry with hardlinks.
Michael Haubenwallner
2019-02-07
1
-11
/
+26
*
forkables: Create forkable hardlinks, yet unused.
Michael Haubenwallner
2019-02-07
1
-2
/
+19
*
dll_list: Track main executable and cygwin1.dll.
Michael Haubenwallner
2019-02-07
1
-3
/
+12
*
dll_list: Store dll file name as full NT path.
Michael Haubenwallner
2019-02-07
1
-15
/
+13
*
Cygwin: fork: terminate child process unconditionally in error case
Corinna Vinschen
2019-02-05
1
-3
/
+6
*
fork: remove cygpid.N sharedmem on fork failure
Michael Haubenwallner
2019-02-05
1
-1
/
+4
*
Cygwin: processes: use dedicated Cygwin PID rather than Windows PID
Corinna Vinschen
2019-02-01
1
-33
/
+0
*
Cygwin: fork: restrict parent handle perms and drop handle after use
Corinna Vinschen
2019-01-27
1
-0
/
+2
*
Cygwin: posix timers: reimplement using OS timer
Corinna Vinschen
2019-01-22
1
-2
/
+0
*
Cygwin: fork: move extern declarations to appropriate headers
Corinna Vinschen
2019-01-16
1
-2
/
+1
*
Cygwin: Fixing the math behind rounding down ch.stacklimit to page size.
Sergejs Lukanihins
2018-05-29
1
-1
/
+1
*
cygwin: fix potential buffer overflow in fork
Michael Haubenwallner
2017-10-10
1
-7
/
+2
*
fork: Don't copy _main_tls->local_clib from *_impure_ptr
Corinna Vinschen
2017-03-10
1
-7
/
+2
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Remove MALLOC_CHECK and calls to it entirely
Corinna Vinschen
2016-04-01
1
-7
/
+0
*
Cleanup in dcrt0.cc and fork.cc
Corinna Vinschen
2015-12-03
1
-3
/
+3
*
Safely recognize when fork is running from main thread or another pthread
Corinna Vinschen
2015-12-03
1
-1
/
+2
*
Rename parent stack members in child_info struct to align with OS names
Corinna Vinschen
2015-12-02
1
-6
/
+6
*
Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.
Corinna Vinschen
2015-12-02
1
-2
/
+2
*
cygwin: Fix copyright dates
Corinna Vinschen
2015-07-29
1
-1
/
+1
*
Simplify fork code setting up child stack info
Corinna Vinschen
2015-07-07
1
-29
/
+20
*
Fix fork after recovered stack overflow
Corinna Vinschen
2015-07-01
1
-2
/
+14
*
* external.cc (fillout_pinfo): Remove nonsensical loop.
Christopher Faylor
2013-12-18
1
-3
/
+1
*
* dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoid
Corinna Vinschen
2013-06-27
1
-1
/
+1
*
* fork.cc (frok::parent): Always set CREATE_UNICODE_ENVIRONMENT flag.
Corinna Vinschen
2013-05-24
1
-0
/
+5
*
* fork.cc (frok::parent): Call CreateProcessW with command line set
Corinna Vinschen
2013-05-23
1
-1
/
+5
*
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype of
Corinna Vinschen
2013-05-23
1
-11
/
+7
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-9
/
+13
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-1
/
+1
*
* fork.cc (child_info::prefork): Fix error message formatting.
Christopher Faylor
2012-12-27
1
-1
/
+1
*
* DevNotes: Add entry cgf-000004.
Christopher Faylor
2012-05-08
1
-2
/
+2
*
* child_info.h (child_info::postfork): Define new function.
Christopher Faylor
2012-03-21
1
-1
/
+1
*
* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.
Christopher Faylor
2012-03-20
1
-5
/
+5
[next]