aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.cc
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-03* pinfo.cc (pinfo::wait): Use better name for cygthread.Christopher Faylor1-1/+1
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-25/+232
2004-10-05* pinfo.cc (_pinfo::commune_send): Correct debugging output.Christopher Faylor1-1/+1
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-8/+7
2004-08-30* fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor1-1/+1
2004-07-24* dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor1-2/+19
2004-07-22* pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails.Christopher Faylor1-1/+1
2004-07-16* pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure.Christopher Faylor1-0/+2
2004-06-07* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor1-18/+30
2004-03-21* cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor1-7/+23
2004-02-222004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin1-2/+2
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor1-1/+7
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-10/+3
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-1/+1
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-0/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-2/+0
2004-01-112004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin1-0/+2
2004-01-03* exceptions.cc (_threadinfo::interrupt_now): Avoid double call to sigdelayed.Christopher Faylor1-1/+1
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor1-2/+2