summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * shared_info.h (CURR_MOUNT_MAGIC): Fix.Christopher Faylor2003-09-251-67/+60
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-359/+232
* * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor2003-09-231-1/+1
* * fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor2003-09-171-2/+3
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-0/+5
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-1/+1
* * sigproc.cc (wait_sig_inited): Remove assertion since it is racy.Christopher Faylor2003-09-081-1/+0
* * exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor2003-09-031-4/+4
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-3/+26
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-311-4/+3
* * sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor2003-08-301-3/+0
* * sigproc.h: Make some functions regparm.Christopher Faylor2003-08-291-34/+27
* * exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor2003-08-291-1/+1
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-281-1/+0
* * sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor2003-08-271-70/+80
* * sigproc.cc (wait_sig): Remove redundant test in do/while.Christopher Faylor2003-08-221-1/+1
* * sigproc.cc (wait_sig): Avoid infinite loop.Christopher Faylor2003-08-221-3/+3
* * miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor2003-08-211-28/+29
* * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor2003-08-201-14/+27
* * exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor2003-08-201-30/+26
* * signal.cc (sigpending): Move.Christopher Faylor2003-08-191-60/+102
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-60/+53
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen2003-05-211-2/+3
* Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor2003-03-261-0/+1
* * cygwin.din: Export btowc, trunc.Christopher Faylor2003-03-171-1/+1
* * fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor2003-02-211-4/+7
* * sigproc.cc (sig_dispatch_pending): Remove assertion.Christopher Faylor2002-11-291-1/+0
* * exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor2002-11-221-0/+9
* * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor2002-11-221-2/+0
* * exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor2002-11-151-0/+1
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-1/+1
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor2002-11-051-1/+1
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.Christopher Faylor2002-11-051-1/+1
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-0/+13
* Change _function() to function() throughout.Christopher Faylor2002-10-211-21/+16
* * sigproc.cc (wait_sig): Remove obsolete sigchld logic.Christopher Faylor2002-10-201-4/+1
* * cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do itChristopher Faylor2002-10-141-1/+2
* * Makefile.in (new-cygwin1.dll): Reorganize library order.Christopher Faylor2002-10-101-1/+1
* * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor2002-10-091-4/+4
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-3/+3
* * pinfo.h (pinfo::remember): Arrange for destructor call if proc_subprocChristopher Faylor2002-08-191-1/+1
* * sigproc.cc (sigCONT): Define.Christopher Faylor2002-08-181-9/+11
* * assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor2002-08-111-15/+10
* * spawn.cc (spawn_guts): Don't set mount_h here.Christopher Faylor2002-08-061-0/+1
* * cygthread.cc (cygthread::stub): Accept flag to pass info structure to threadChristopher Faylor2002-08-061-3/+3
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-49/+8
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-2/+1
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-4/+6