aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen1-4/+4
2005-05-02white space and minor comment cleanup.Christopher Faylor1-9/+9
2005-04-28* shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor1-39/+28
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor1-0/+1
2005-04-17Actually check in files.Christopher Faylor1-0/+1
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen1-2/+2
2005-03-08* pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in aChristopher Faylor1-2/+4
2005-03-08* dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor1-1/+2
2005-02-27* sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor1-0/+8
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor1-10/+9
2005-02-13white spaceChristopher Faylor1-1/+1
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor1-5/+11
2005-02-07* exceptions.cc: Make windows_system_directory non-static.Christopher Faylor1-5/+5
2005-02-06 * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen1-11/+68
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen1-2/+2
2005-01-31* pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.Christopher Faylor1-1/+1
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen1-12/+121
2005-01-29 * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen1-0/+73
2005-01-28.Christopher Faylor1-3/+0
2005-01-26* pinfo.cc (pinfo::init): Avoid a compiler warning.Christopher Faylor1-2/+1
2005-01-26* pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor1-54/+56
2005-01-25 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen1-0/+2
2005-01-22* spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sureChristopher Faylor1-8/+10
2005-01-22* pinfo.cc (pinfo::init): Move everything but the MapViewOfFileEx out of theChristopher Faylor1-57/+68
2005-01-22* pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Make sure that processChristopher Faylor1-1/+7
2005-01-17* pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor1-5/+9
2005-01-16* init.cc (dll_entry): Remove unused extern.Christopher Faylor1-15/+11
2005-01-13 * pinfo.cc (pinfo::exit): Don't access self after releasing it.Corinna Vinschen1-2/+3
2005-01-13* init.cc (dll_entry): Nuke attempt to set exit code since parent will useChristopher Faylor1-0/+1
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2005-01-12* pinfo.cc (pinfo::exit): Don't assume that this == myself.Christopher Faylor1-5/+1
2005-01-11* pinfo.cc (pinfo::init): Don't close input handle on temporary (?) failure.Christopher Faylor1-1/+2
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor1-34/+46
2005-01-06update copyrightChristopher Faylor1-1/+2
2005-01-04* pinfo.cc (_pinfo::dup_proc_pipe): Can't close proc pipe when execing or weChristopher Faylor1-2/+7
2004-12-28* pinfo.cc (_pinfo::dup_proc_pipe): DUPLICATE_CLOSE_SOURCE closes the handleChristopher Faylor1-5/+1
2004-12-28* cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor1-2/+6
2004-12-27* pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor1-4/+4
2004-12-27* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor1-1/+0
2004-12-27* init.cc (dll_entry): Remove exit code setting.Christopher Faylor1-1/+7
2004-12-26* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor1-1/+0
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor1-45/+58
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor1-6/+6
2004-12-22* cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor1-1/+1
2004-12-22* pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with processChristopher Faylor1-0/+1
2004-12-06* pinfo.h (proc_pipe::*): Delete class.Christopher Faylor1-34/+0
2004-12-06* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor1-1/+1
2004-12-05* cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor1-1/+1
2004-12-05* sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor1-35/+46
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor1-14/+19