summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-2/+2
* * pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in aChristopher Faylor2005-03-081-2/+4
* * dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor2005-03-081-1/+2
* * sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor2005-02-271-0/+8
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-261-10/+9
* white spaceChristopher Faylor2005-02-131-1/+1
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-5/+11
* * exceptions.cc: Make windows_system_directory non-static.Christopher Faylor2005-02-071-5/+5
* * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen2005-02-061-11/+68
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-011-2/+2
* * pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.Christopher Faylor2005-01-311-1/+1
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-12/+121
* * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen2005-01-291-0/+73
* .Christopher Faylor2005-01-281-3/+0
* * pinfo.cc (pinfo::init): Avoid a compiler warning.Christopher Faylor2005-01-261-2/+1
* * pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor2005-01-261-54/+56
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+2
* * spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sureChristopher Faylor2005-01-221-8/+10
* * pinfo.cc (pinfo::init): Move everything but the MapViewOfFileEx out of theChristopher Faylor2005-01-221-57/+68
* * pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Make sure that processChristopher Faylor2005-01-221-1/+7
* * pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor2005-01-171-5/+9
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-15/+11
* * pinfo.cc (pinfo::exit): Don't access self after releasing it.Corinna Vinschen2005-01-131-2/+3
* * init.cc (dll_entry): Nuke attempt to set exit code since parent will useChristopher Faylor2005-01-131-0/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * pinfo.cc (pinfo::exit): Don't assume that this == myself.Christopher Faylor2005-01-121-5/+1
* * pinfo.cc (pinfo::init): Don't close input handle on temporary (?) failure.Christopher Faylor2005-01-111-1/+2
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-34/+46
* update copyrightChristopher Faylor2005-01-061-1/+2
* * pinfo.cc (_pinfo::dup_proc_pipe): Can't close proc pipe when execing or weChristopher Faylor2005-01-041-2/+7
* * pinfo.cc (_pinfo::dup_proc_pipe): DUPLICATE_CLOSE_SOURCE closes the handleChristopher Faylor2004-12-281-5/+1
* * cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor2004-12-281-2/+6
* * pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor2004-12-271-4/+4
* * init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor2004-12-271-1/+0
* * init.cc (dll_entry): Remove exit code setting.Christopher Faylor2004-12-271-1/+7
* * fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor2004-12-261-1/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-45/+58
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-6/+6
* * cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor2004-12-221-1/+1
* * pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with processChristopher Faylor2004-12-221-0/+1
* * pinfo.h (proc_pipe::*): Delete class.Christopher Faylor2004-12-061-34/+0
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-061-1/+1
* * cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor2004-12-051-1/+1
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-35/+46
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-031-14/+19
* * pinfo.cc (pinfo::wait): Use better name for cygthread.Christopher Faylor2004-12-031-1/+1
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-25/+232
* * pinfo.cc (_pinfo::commune_send): Correct debugging output.Christopher Faylor2004-10-051-1/+1
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-8/+7
* * fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor2004-08-301-1/+1