aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/spawn.cc
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-19 * spawn.cc (av::fixup): Treat non-readable, but executable files asCorinna Vinschen1-1/+12
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen1-2/+4
2009-09-25Fix faccessat(,0) and access() semantics.Eric Blake1-2/+3
2009-08-10 * spawn.cc (av::fixup): Check shell scripts for executability only onCorinna Vinschen1-1/+1
2009-08-01* cygheap_malloc.h: New file.Christopher Faylor1-9/+1
2009-08-01* path.h (path_conv::set_path): Change return value.Christopher Faylor1-4/+4
2009-08-01* spawn.cc (find_exec): Fix one more path where retval was not set.Christopher Faylor1-0/+1
2009-08-01* spawn.cc (find_exec): Stop relying on the ability to set retval to a fixedChristopher Faylor1-4/+8
2009-07-30 * path.h (class path_conv): Convert path from char array to char *.Corinna Vinschen1-0/+8
2009-07-04* autoload.cc (SetParent): Add new import.Christopher Faylor1-2/+0
2009-06-22 * spawn.cc (spawn_guts): Don't run additional check for Win32Corinna Vinschen1-3/+8
2009-04-05* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor1-1/+4
2009-02-24Add DESTDIR functionality to Makefile.in's.Christopher Faylor1-1/+1
2009-01-09* include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor1-2/+1
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-3/+2
2008-11-26Remove unneeded whitespace.Christopher Faylor1-2/+2
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-1/+1
2008-07-31 * spawn.cc (spawn_guts): Check constructed short pathname for beingCorinna Vinschen1-1/+4
2008-07-23 * spawn.cc (spawn_guts): Fix previous patch for UNC paths.Corinna Vinschen1-1/+1
2008-07-22 * spawn.cc (spawn_guts): Remove long path prefix from win32 pathCorinna Vinschen1-0/+14
2008-07-14 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen1-1/+1
2008-06-17* spawn.cc (spawn_guts): Reinstate call to fhandler_console::need_invisibleChristopher Faylor1-0/+2
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen1-2/+0
2008-04-30 * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen1-7/+1
2008-04-26 * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,Corinna Vinschen1-9/+9
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor1-4/+3
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen1-3/+3
2008-03-11 * spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.Corinna Vinschen1-1/+2
2008-03-11 * path.cc (cwdstuff::set): Make sure drive_length is 0 for virtualCorinna Vinschen1-0/+15
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen1-51/+68
2008-03-05 * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen1-2/+0
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen1-6/+6
2007-12-14 * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen1-1/+2
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2007-08-17 * spawn.cc (spawn_guts): Fix typo in comment.Corinna Vinschen1-1/+1
2007-08-17 * autoload.cc (CloseDesktop): Define.Corinna Vinschen1-18/+52
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen1-16/+16
2007-07-19 * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen1-2/+6
2007-03-28* spawn.cc (spawn_guts): Start pure-windows processes in a suspended state toChristopher Faylor1-6/+4
2007-02-23 * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen1-6/+0
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen1-2/+1
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen1-4/+2
2007-01-18 * spawn.cc (spawn_guts): Don't set cwd for non-Cygwin child processesCorinna Vinschen1-2/+4
2007-01-03 * ChangeLog: Happy New Year.Corinna Vinschen1-1/+1
2007-01-01* spawn.cc (spawn_guts): Don't expect synchronization from a non-cygwinChristopher Faylor1-1/+4
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-20/+16
2006-12-05 * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen1-1/+12