summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.Corinna Vinschen2006-01-311-11/+15
* * spawn.cc (av::fixup): Remove unused argument.Christopher Faylor2006-01-311-4/+4
* * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen2006-01-311-11/+18
* * spawn.cc (spawn_guts): Fix potential handle leak when failing exec.Christopher Faylor2006-01-271-1/+2
* * exceptions.cc (inside_kernel): Fix to return true if we can't get the name ofChristopher Faylor2006-01-271-0/+1
* * Update copyrights.Corinna Vinschen2006-01-121-1/+1
* * fhandler.h (set_console_state_for_spawn): Whackamole the argument back to aChristopher Faylor2006-01-121-1/+1
* * spawn.cc (spawn_guts): Reorganize slightly so that 16 bit check is done priorChristopher Faylor2006-01-101-80/+85
* * fhandler.h (set_console_state_for_spawn): Eliminate argument fromChristopher Faylor2006-01-071-1/+1
* * cygtls.cc (_cygtls::remove): Don't output debugging info if this isn't aChristopher Faylor2006-01-051-1/+1
* * fhandler_process.cc (fhandler_process::readdir): Add missing argument toChristopher Faylor2006-01-041-1/+2
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-7/+13
* * spawn.cc (spawn_guts): Hide the window whenever ctty == -1, not just when weChristopher Faylor2005-12-211-1/+1
* * cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor2005-12-211-3/+11
* * fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor2005-12-191-2/+1
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-191-11/+16
* * exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor2005-10-291-1/+3
* * spawn.cc (spawn_guts): Don't leave the function with return insideCorinna Vinschen2005-10-241-2/+4
* * sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.Christopher Faylor2005-10-191-1/+1
* * sigproc.cc (child_info::sync): Use correct name when closing to preventChristopher Faylor2005-10-181-0/+1
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-5/+1
* * spawn.cc (av::fixup): Just blindly run any file if it has a .bat or .cmdChristopher Faylor2005-09-201-1/+2
* * environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor2005-09-161-0/+1
* * environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor2005-09-161-0/+5
* * sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor2005-09-161-10/+1
* * spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".Christopher Faylor2005-09-151-19/+18
* * hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor2005-09-151-10/+29
* * spawn.cc (av::error): Eliminate.Christopher Faylor2005-09-141-22/+16
* * heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor2005-09-101-16/+22
* * hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor2005-09-081-12/+8
* * dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor2005-09-071-5/+9
* * cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor2005-09-051-1/+4
* * spawn.cc (perhaps_suffix): Record errno-type error value in third argument.Christopher Faylor2005-08-241-8/+21
* * child_info. (CURR_CHILD_INFO_MAGIC): Refresh.Christopher Faylor2005-08-111-30/+40
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-103/+120
* fix whitespaceChristopher Faylor2005-07-161-91/+91
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-3/+3
* * cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor2005-07-051-1/+1
* * wincap.h (wincaps::detect_win16_exe): Declare.Christopher Faylor2005-06-181-4/+4
* * spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoidChristopher Faylor2005-06-181-4/+9
* Revert 2005-05-30 close_all_files changes.Christopher Faylor2005-06-021-1/+1
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-28/+17
* * spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor2005-05-221-6/+17
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-1/+1
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-1/+1
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-2/+2
* * spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they hadChristopher Faylor2005-03-021-6/+6
* copyrightChristopher Faylor2005-02-201-1/+2
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-6/+2
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+1