aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
AgeCommit message (Expand)AuthorFilesLines
2003-09-24* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.github/cr-0x9ccr-0x9cChristopher Faylor1-1/+1
2003-09-18This commit was manufactured by cvs2svn to create branch 'cr-0x9b'.cvs2svn1-16/+34
2003-08-29* sigproc.h: Make some functions regparm.Christopher Faylor1-34/+27
2003-08-29* exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor1-1/+1
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor1-1/+0
2003-08-27* sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor1-70/+80
2003-08-22* sigproc.cc (wait_sig): Remove redundant test in do/while.Christopher Faylor1-1/+1
2003-08-22* sigproc.cc (wait_sig): Avoid infinite loop.Christopher Faylor1-3/+3
2003-08-21* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor1-28/+29
2003-08-20* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor1-14/+27
2003-08-20* exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor1-30/+26
2003-08-19* signal.cc (sigpending): Move.Christopher Faylor1-60/+102
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor1-60/+53
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-05-21 * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen1-2/+3
2003-03-26Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor1-0/+1
2003-03-17* cygwin.din: Export btowc, trunc.Christopher Faylor1-1/+1
2003-02-21* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor1-4/+7
2002-11-29* sigproc.cc (sig_dispatch_pending): Remove assertion.Christopher Faylor1-1/+0
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor1-0/+9
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor1-2/+0
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor1-0/+1
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor1-1/+1
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor1-1/+1
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.Christopher Faylor1-1/+1
2002-10-30* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor1-0/+13
2002-10-21Change _function() to function() throughout.Christopher Faylor1-21/+16
2002-10-20* sigproc.cc (wait_sig): Remove obsolete sigchld logic.Christopher Faylor1-4/+1
2002-10-14* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do itChristopher Faylor1-1/+2
2002-10-10* Makefile.in (new-cygwin1.dll): Reorganize library order.Christopher Faylor1-1/+1
2002-10-09* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor1-4/+4
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-3/+3
2002-08-19* pinfo.h (pinfo::remember): Arrange for destructor call if proc_subprocChristopher Faylor1-1/+1
2002-08-18* sigproc.cc (sigCONT): Define.Christopher Faylor1-9/+11
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor1-15/+10
2002-08-06* spawn.cc (spawn_guts): Don't set mount_h here.Christopher Faylor1-0/+1
2002-08-06* cygthread.cc (cygthread::stub): Accept flag to pass info structure to threadChristopher Faylor1-3/+3
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-49/+8
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-2/+1
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-4/+6
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor1-4/+7
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-1/+1
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-1/+1
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor1-1/+1
2002-01-19* Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor1-1/+1
2002-01-13Add copyright stuffChristopher Faylor1-1/+1
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor1-1/+1
2002-01-07* sigproc.cc (getsem): Clean up debugging output.Christopher Faylor1-1/+1
2002-01-07* sigproc.cc (getsem): Set errno when unable to create own semaphore.Christopher Faylor1-10/+11
2001-12-26* cygmagic: Add define name to warning.Christopher Faylor1-1/+2