summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-6/+6
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-6/+6
* * exceptions.cc (handle_exceptions): Break out of "loop" if the debuggerChristopher Faylor2001-05-031-2/+2
* * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor2001-04-271-2/+2
* * sigproc.h [sigthread]: Add exception field.Christopher Faylor2001-04-251-1/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-0/+2
* * sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor2001-04-011-3/+3
* * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor2001-03-101-30/+14
* * sigproc.cc (getsem): Make semaphore always non-inheritable.Egor Duda2001-02-211-1/+1
* * fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor2001-02-101-1/+4
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-2/+0
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-2/+2
* * debug.h: Add regparm attributes to some functions.Christopher Faylor2001-01-121-0/+1
* * sigproc.cc (wait_sig): Allow SIGCONT when stopped.Christopher Faylor2001-01-101-1/+1
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-2/+2
* * sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor2000-11-161-15/+4