OSDN Git Service

Replace valid memory checks with new myfault class "exception handling", almost
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / sigproc.h
2005-06-15 cgf* cygthread.cc (cygthread::detach): Fix debugging output.
2005-02-26 cgf* debug.cc (delete_handle): Report on handle value...
2005-02-20 cgfcopyright
2005-02-11 cgf* cygthread.cc (cygthread::release): Reset ev here...
2004-12-23 cgf* cygthread.cc (cygthread::stub): Detect if thread...
2004-12-03 cgf* child_info.h (child_info_fork::parent_wr_proc_pipe...
2004-11-26 cgf* child_info.h (child_info_spawn::hexec_proc): Eliminate.
2004-09-12 cgf* exceptions.cc: (ctrl_c_handler): Do nothing while...
2004-03-25 cgf* path.cc (normalize_posix_path): Reorganize to short...
2004-03-12 cgf* cygtls.h (waitq): Declare structure here.
2004-02-12 cgfRename _threadinfo to _cygtls, throughout.
2004-02-01 cgf* cygerrno.h (set_errno): Set global errno whenever...
2004-01-22 cgf* cygtls.cc (_threadinfo::remove): Don't assume that...
2004-01-21 cgf* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert...
2004-01-19 cgf* cygwin/include/signal.h: Add copyright notice.
2003-12-23 cgf* exceptions.cc (set_signal_mask): Redefine to not...
2003-12-07 cgfChange use of BOOL, TRUE, FALSE to bool, true, false...
2003-11-30 cgf* exceptions.cc (_threadinfo::pop): Zero *contents...
2003-11-28 cgfEliminate use of sigframe and sigthread throughout.
2003-09-25 cgf* devices.cc: New file.
2003-09-09 cgf* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc...
2003-09-01 cgf* cygheap.cc (cygheap_init): Allocate space for sigacti...
2003-08-29 cgf* sigproc.h: Make some functions regparm.
2003-08-19 cgfThroughout, eliminate argument to sig_dispatch_pending.
2003-03-20 cgf* sigproc.h (signal_fixup_after_exec): Eliminate argume...
2002-11-22 cgf* exceptions.cc (sigthread::get_winapi_lock): Just...
2002-08-18 cgf* sigproc.cc (sigCONT): Define.
2002-08-11 cgf* assert.cc (__assert): Call debugger on assertion...
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
2002-01-13 cgfAdd copyright stuff
2002-01-11 cgf* exceptions.cc (sig_handle): Accept a second argument...
2001-11-03 cgf* dll_init.h (class dll_list): Reorder functions to...
2001-10-31 cgf* sigproc.cc (sigproc_terminate): Don't signal main...
2001-09-15 cgf* dcrt0.cc (dll_crt0_1): Create vfork main storage...
2001-09-12 cgf* sigproc.h (sigframe::unregister): Return true/false...
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 cgf* cygheap.h (init_cygheap): Move bucket array here...
2001-06-24 cgf* exceptions.cc (interrupt_setup): Move actions from...
2001-04-27 cgf* thread.cc (thread_init_wrapper): Use _REENT_INIT...
2001-04-25 cgf* sigproc.h [sigthread]: Add exception field.
2001-04-09 cgf* Makefile.in: Put -lgcc last in list of libraries...
2001-04-02 cgf* exceptions.cc (sigframe::call_signal_handler): Return...
2001-04-01 cgf* sigproc.h (class sigframe): Implement 'unregister...
2001-03-10 cgf* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid...
2001-03-07 cgf* sigproc.h (sigthread): Declare new methods. Create...
2001-01-12 cgf* debug.h: Add regparm attributes to some functions.
2001-01-08 cgf* pinfo.cc (codepage_init): Move function.
2000-11-15 cgfThroughout use myself->ppid_handle rather than parent_a...
2000-11-12 cgf* path.h: Add __attribute__ ((regparm(x))) to commonly...
2000-11-06 cgf* dcrt0.cc (sigthread::init): Reinstitute sigthread...
2000-11-04 cgf* pinfo.cc (EnumProcessesNT): Avoid 0 pids.
2000-10-28 cgfWhitespace cleanup.
2000-10-19 cgf* dcrt0.cc (sigthread::init): Correct overzealous ifdef.
2000-10-19 cgf* sigproc.h (sigthread): Eliminate locking for now...
2000-10-16 cgf* Makefile.in: Remove some obsolete stuff.
2000-10-15 cgf* exceptions.cc (set_console_handler): Don't allocate
2000-10-12 cgf* errno.cc (seterrno_from_win_error): Fix debugging...
2000-10-05 cgf* exceptions.cc (interruptible): Add extra debugging.
2000-09-16 cgf* exceptions.cc (handle_exceptions): Just "core dump...
2000-09-08 cgf* sigproc.h (sigframe::set): Eliminate second argument...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-01 cgf* sigproc.cc (proc_info): Rename proc_exists which... pre-cygwin-heap
2000-08-29 cgf* signal.cc (_raise): New function.
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-05-26 cgf* sigproc.h (sigframe::set): Accept a default frame...
2000-05-18 cgf* Makefile.in: Remove external.h dependency.
2000-05-18 cgf* sigproc.h (sigframe): Don't set frame info unless...
2000-05-18 cgf* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff...
2000-05-17 cgf* path.cc (mount_info::cygdrive_posix_path): Don't...
2000-04-08 cgf* exceptions.cc (sigsave): Copy on fork so that we...
2000-03-09 cgf* environ.cc: Eliminate oldstack CYGWIN option.
2000-02-24 cgfFix final round of gcc warnings relating to unused...
2000-02-24 cgf* exceptions.cc (interruptible): Change method for...
2000-02-17 cgfInitial revision