aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/spawn.cc
AgeCommit message (Expand)AuthorFilesLines
2012-05-14* DevNotes: Add entry cgf-000007.Christopher Faylor1-0/+1
2012-05-08* DevNotes: Add entry cgf-000004.Christopher Faylor1-5/+5
2012-05-07* DevNotes: Add entry cgf-000003.Christopher Faylor1-13/+29
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor1-11/+5
2012-03-21* child_info.h (child_info::postfork): Define new function.Christopher Faylor1-5/+3
2012-03-21* child_info.h: Reset magic number.Christopher Faylor1-10/+6
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-19/+11
2012-03-16* fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor1-23/+16
2012-03-07* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor1-1/+1
2012-02-17 * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.Corinna Vinschen1-16/+42
2012-02-07 * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen1-1/+1
2012-01-11* spawn.cc (child_info_spawn::worker): Delete debugging.Christopher Faylor1-2/+0
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor1-4/+6
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen1-2/+2
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor1-1/+1
2011-12-22 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen1-2/+12
2011-12-07 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen1-1/+11
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-1/+1
2011-11-24* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor1-3/+4
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor1-1/+2
2011-11-23* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor1-1/+1
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-2/+1
2011-11-14Remove erroneously checked-in debugging statements.Christopher Faylor1-1/+0
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-59/+56
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor1-0/+2
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen1-6/+24
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor1-2/+2
2011-10-07* fhandler.h (fhandler_console::tc_getpgid): New function.Christopher Faylor1-1/+11
2011-07-04 Throughout, open console handles with sharing for reading and writing.Corinna Vinschen1-1/+1
2011-06-09* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-1/+0
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2011-05-30* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor1-0/+1
2011-02-15 * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in _P_OVERLAY mode.Corinna Vinschen1-1/+2
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen1-29/+37
2011-01-20 * exec.cc: Include pinfo.h.Corinna Vinschen1-4/+6
2011-01-19 * spawn.cc (av::fixup): Reenable #! handling for all exec functions.Corinna Vinschen1-19/+13
2011-01-19 * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen1-9/+16
2011-01-19 * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen1-5/+26
2010-09-20* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor1-2/+4
2010-08-13 * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen1-11/+17
2010-06-29 * spawn.cc (spawn_guts): Reinstantiate a FIXME comment.Corinna Vinschen1-1/+1
2010-06-29 * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen1-3/+3
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor1-3/+3
2010-04-27* spawn.cc (find_exec): Use the first detected errno when lookup fails.Christopher Faylor1-1/+3
2010-03-29 * spawn.cc (find_exec): Enable finding paths in backslash notation,Corinna Vinschen1-2/+2
2010-01-25 * spawn.cc (spawn_guts): Only try to remove long path prefix fromCorinna Vinschen1-17/+18
2009-12-21 * exec.cc (execvp): Call find_exec with FE_NNF flag to enforceCorinna Vinschen1-1/+8
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-9/+9
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen1-1/+7
2009-11-05 * spawn.cc (dll_suffixes): Disable. Explain why.Corinna Vinschen1-1/+7