aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor1-1/+3
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor1-23/+23
2001-11-01* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor1-1/+1
2001-10-31* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor1-1/+1
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor1-1/+1
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor1-0/+2
2001-09-10* sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.Christopher Faylor1-1/+1
2001-09-09* fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor1-10/+5
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-13/+5
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor1-3/+16
2001-08-31* cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor1-17/+15
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor1-15/+17
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-17* child_info.h: Bump magic number.Christopher Faylor1-2/+1
2001-06-24* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor1-1/+1
2001-06-11* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor1-8/+19
2001-06-10* exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor1-3/+10
2001-05-04Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor1-6/+6
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-6/+6
2001-05-03* exceptions.cc (handle_exceptions): Break out of "loop" if the debuggerChristopher Faylor1-2/+2
2001-04-27* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor1-2/+2
2001-04-25* sigproc.h [sigthread]: Add exception field.Christopher Faylor1-1/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+2
2001-04-01* sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor1-3/+3
2001-03-10* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor1-30/+14
2001-02-21* sigproc.cc (getsem): Make semaphore always non-inheritable.Egor Duda1-1/+1
2001-02-10* fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor1-1/+4
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-2/+0
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-2/+2
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor1-0/+1
2001-01-10* sigproc.cc (wait_sig): Allow SIGCONT when stopped.Christopher Faylor1-1/+1
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-2/+2
2000-11-16* sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor1-15/+4
2000-11-15 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen1-2/+0
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-11/+7
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-11/+0
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-3/+0
2000-11-06* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor1-0/+1