summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-0/+9
* revert inexplicable previous checkinChristopher Faylor2005-09-021-9/+0
* bad_addressesChristopher Faylor2005-09-021-0/+9
* * exceptions.cc (set_process_mask_delta): Conditionalize debugging output.Christopher Faylor2005-08-291-1/+1
* * exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-mainChristopher Faylor2005-08-251-3/+4
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-9/+9
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-5/+5
* * dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor2005-07-051-1/+3
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-2/+0
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-2/+0
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-1/+1
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-0/+11
* white space and minor comment cleanup.Christopher Faylor2005-05-021-2/+2
* * sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor2005-04-201-1/+1
* * sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor2005-04-051-1/+1
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-8/+8
* * sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor2005-04-011-10/+17
* * sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor2005-02-271-8/+0
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-261-5/+4
* copyrightChristopher Faylor2005-02-201-1/+1
* white spaceChristopher Faylor2005-02-131-2/+2
* * pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor2005-01-171-5/+12
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-4/+4
* * sigproc.cc (sig_send): Don't complain if attempt to send signal to myselfChristopher Faylor2005-01-151-2/+2
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-13/+12
* * pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor2004-12-271-1/+1
* * init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor2004-12-271-0/+7
* * init.cc (dll_entry): Remove exit code setting.Christopher Faylor2004-12-271-7/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-2/+0
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-2/+4
* * sigproc.cc (proc_subproc): Fix long-standing problem. Only wait for "allChristopher Faylor2004-12-171-12/+9
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-061-5/+6
* * cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor2004-12-051-0/+5
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-34/+136
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-031-17/+0
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-373/+105
* * exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor2004-09-201-0/+2
* * sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor2004-09-121-8/+16
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-2/+13
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-2/+2
* * sigproc.cc (wait_sig): Make sure that SIGCHLD is handled regardless ofChristopher Faylor2004-03-261-7/+10
* * sigproc.cc (wait_sig): Report if not trying to send signal due to queuedChristopher Faylor2004-03-261-1/+3
* * path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor2004-03-251-43/+31
* * sigproc.cc (proc_terminate): Release sync_proc_subproc when done terminatingChristopher Faylor2004-03-161-1/+2
* * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarilyChristopher Faylor2004-03-151-11/+12
* * cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor2004-03-141-1/+16
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-13/+0
* * exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor2004-03-091-1/+0
* * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor2004-02-261-14/+14
* * Makefile.in: Compile syscalls.o with -fomit-frame-pointer.Christopher Faylor2004-02-151-1/+0