summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor2002-02-191-4/+7
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-1/+1
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-1/+1
* * external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor2002-01-291-1/+1
* * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.Christopher Faylor2002-01-191-1/+1
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor2002-01-111-1/+1
* * sigproc.cc (getsem): Clean up debugging output.Christopher Faylor2002-01-071-1/+1
* * sigproc.cc (getsem): Set errno when unable to create own semaphore.Christopher Faylor2002-01-071-10/+11
* * cygmagic: Add define name to warning.Christopher Faylor2001-12-261-1/+2
* * Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor2001-12-261-1/+3
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-031-23/+23
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-011-1/+1
* * sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor2001-10-311-1/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-1/+1
* * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor2001-09-151-0/+2
* * sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.Christopher Faylor2001-09-101-1/+1
* * fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor2001-09-091-10/+5
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-13/+5
* * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor2001-09-061-3/+16
* * cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor2001-08-311-17/+15
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-15/+17
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * child_info.h: Bump magic number.Christopher Faylor2001-07-171-2/+1
* * exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor2001-06-241-1/+1
* * pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor2001-06-111-8/+19
* * exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor2001-06-101-3/+10