]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/sigproc.h
* Merge in cygwin-64bit-branch.
[newlib-cygwin.git] / winsup / cygwin / sigproc.h
2013-04-23 Corinna Vinschen * Merge in cygwin-64bit-branch.
2013-04-09 Christopher Faylor* cygtls.h (_cygtls::reset_signal_arrived): Actually...
2013-01-31 Christopher Faylor* DevNotes: Add entry cgf-000022.
2013-01-21 Christopher FaylorThroughout, change __attribute__ ((regparm (N))) to...
2013-01-14 Christopher Faylor* exceptions.cc (signal_exit): Move captive process...
2013-01-02 Christopher Faylorupdate copyright
2013-01-02 Christopher Faylor* cygtls.h (_cygtls::signal_exit): Delete from class.
2012-12-28 Christopher Faylor* DevNotes: Add entry cgf-000019.
2012-12-21 Christopher FaylorRevert the reversion and go with implementation describ...
2012-12-21 Christopher Faylor* DevNotes: Add entry cgf-000018.
2012-12-21 Christopher Faylor* DevNotes: Add entry cgf-000017.
2012-12-10 Christopher Faylor* sigproc.h (sig_send): Accept tid as argument #3....
2012-12-07 Christopher Faylor* sigproc.h (sigpacket): Remove parameter names from...
2012-08-17 Christopher Faylor* DevNotes: Add entry cgf-000016.
2012-08-15 Christopher Faylor* exceptions.cc (sigdelayed): Move declaration to sigpr...
2012-07-30 Christopher Faylor* cygwait.cc (cancelable_wait): Add some debugging...
2012-07-21 Christopher Faylor* DevNotes: Add entry cgf-000013.
2012-06-19 Christopher FaylorRevert errneous checkin.
2012-06-19 Christopher Faylor* cygwait.cc (cancelable_wait): Mimic old cygwait behav...
2012-06-17 Christopher FaylorAdd '#include "cygwait.h"' throughout, where appropriate.
2012-03-20 Christopher Faylor* pinfo.cc (pinfo_init): Cosmetic change: unset "destro...
2012-03-16 Christopher Faylor* fork.cc (lock_signals): Move to sigproc.h.
2012-01-11 Christopher FaylorUpdate copyright on all files checked in so far this...
2011-12-16 Christopher Faylor* exceptions.cc (_cygtls::call_signal_handler): Fix...
2011-12-13 Christopher Faylor* dcrt0.cc (init_windows_system_directory): Record...
2011-12-13 Christopher Faylor* cygthread.h (cygthread::name): Very minor formatting...
2011-12-11 Christopher Faylor* select.cc (select_stuff::wait): Very minor formatting...
2011-12-10 Christopher Faylor* sigproc.h (cygwait): Delete duplicate va_start and...
2011-12-10 Christopher FaylorClarify entry
2011-12-09 Christopher FaylorRename cygWFMO to cygwait throughout and use the magic...
2011-12-04 Christopher Faylor* sigproc.cc (cygWFMO): Don't assume that cancellable...
2011-12-04 Christopher Faylor* sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN"...
2011-12-04 Christopher Faylor* exceptions.cc (exception::handle): Drop abbreviation...
2011-11-14 Christopher FaylorThroughout use "have_execed" macro rather than "hExeced...
2011-10-26 Christopher Faylor* child_info.h (cchildren): New struct.
2011-10-07 Corinna VinschenFix copyright.
2011-10-06 Corinna Vinschen * fhandler_termios.cc (fhandler_termios::tcsetpgrp...
2010-09-01 Christopher Faylor* cygthread.cc (cygthread::create): Fix incorrect use...
2009-07-24 Christopher Faylor* sigproc.h (wait_for_sigthread): Eliminate parameter.
2006-07-14 Christopher Faylor* sigproc.cc (waitq_head): Don't initialize to zero.
2006-03-29 Christopher Faylor* dcrt0.cc (child_info_fork::handle_fork): Set uid...
2005-09-23 Christopher Faylor* cygtls.h (struct _cygtls::thread_handle): Remove...
2005-09-14 Christopher Faylor* sigproc.h: Protect declaration so that it only happen...
2005-09-14 Christopher Faylor* exceptions.cc (sigtid): Remove declaration.
2005-09-13 Christopher Faylor* dcrt0.cc (do_exit): Rely on sigproc_terminate to...
2005-09-02 Christopher FaylorGrr. REVERT erroneous checkin. AGAIN.
2005-09-02 Christopher Faylor* Makefile.in (CXXFLAGS): Use 'override' to correctly...
2005-09-02 Christopher Faylorrevert inexplicable previous checkin
2005-09-02 Christopher Faylorbad_addresses
2005-08-23 Christopher Faylor* sigproc.h (set_signal_mask): Remove default on second...
2005-06-15 Christopher Faylor* cygthread.cc (cygthread::detach): Fix debugging output.
2005-02-26 Christopher Faylor* debug.cc (delete_handle): Report on handle value...
2005-02-20 Christopher Faylorcopyright
2005-02-11 Christopher Faylor* cygthread.cc (cygthread::release): Reset ev here...
2004-12-23 Christopher Faylor* cygthread.cc (cygthread::stub): Detect if thread...
2004-12-03 Christopher Faylor* child_info.h (child_info_fork::parent_wr_proc_pipe...
2004-11-26 Christopher Faylor* child_info.h (child_info_spawn::hexec_proc): Eliminate.
2004-09-12 Christopher Faylor* exceptions.cc: (ctrl_c_handler): Do nothing while...
2004-03-25 Christopher Faylor* path.cc (normalize_posix_path): Reorganize to short...
2004-03-12 Christopher Faylor* cygtls.h (waitq): Declare structure here.
2004-02-12 Christopher FaylorRename _threadinfo to _cygtls, throughout.
2004-02-01 Christopher Faylor* cygerrno.h (set_errno): Set global errno whenever...
2004-01-22 Christopher Faylor* cygtls.cc (_threadinfo::remove): Don't assume that...
2004-01-21 Christopher Faylor* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert...
2004-01-19 Christopher Faylor* cygwin/include/signal.h: Add copyright notice.
2003-12-23 Christopher Faylor* exceptions.cc (set_signal_mask): Redefine to not...
2003-12-07 Christopher FaylorChange use of BOOL, TRUE, FALSE to bool, true, false...
2003-11-30 Christopher Faylor* exceptions.cc (_threadinfo::pop): Zero *contents...
2003-11-28 Christopher FaylorEliminate use of sigframe and sigthread throughout.
2003-09-25 Christopher Faylor* devices.cc: New file.
2003-09-09 Christopher Faylor* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc...
2003-09-01 Christopher Faylor* cygheap.cc (cygheap_init): Allocate space for sigacti...
2003-08-29 Christopher Faylor* sigproc.h: Make some functions regparm.
2003-08-19 Christopher FaylorThroughout, eliminate argument to sig_dispatch_pending.
2003-03-20 Christopher Faylor* sigproc.h (signal_fixup_after_exec): Eliminate argume...
2002-11-22 Christopher Faylor* exceptions.cc (sigthread::get_winapi_lock): Just...
2002-08-18 Christopher Faylor* sigproc.cc (sigCONT): Define.
2002-08-11 Christopher Faylor* assert.cc (__assert): Call debugger on assertion...
2002-06-02 Christopher FaylorRemove unneeded sigproc.h includes throughout.
2002-01-13 Christopher FaylorAdd copyright stuff
2002-01-11 Christopher Faylor* exceptions.cc (sig_handle): Accept a second argument...
2001-11-03 Christopher Faylor* dll_init.h (class dll_list): Reorder functions to...
2001-10-31 Christopher Faylor* sigproc.cc (sigproc_terminate): Don't signal main...
2001-09-15 Christopher Faylor* dcrt0.cc (dll_crt0_1): Create vfork main storage...
2001-09-12 Christopher Faylor* sigproc.h (sigframe::unregister): Return true/false...
2001-09-07 Christopher Faylor* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 Christopher Faylor* cygheap.h (init_cygheap): Move bucket array here...
2001-06-24 Christopher Faylor* exceptions.cc (interrupt_setup): Move actions from...
2001-04-27 Christopher Faylor* thread.cc (thread_init_wrapper): Use _REENT_INIT...
2001-04-25 Christopher Faylor* sigproc.h [sigthread]: Add exception field.
2001-04-09 Christopher Faylor* Makefile.in: Put -lgcc last in list of libraries...
2001-04-02 Christopher Faylor* exceptions.cc (sigframe::call_signal_handler): Return...
2001-04-01 Christopher Faylor* sigproc.h (class sigframe): Implement 'unregister...
2001-03-10 Christopher Faylor* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid...
2001-03-07 Christopher Faylor* sigproc.h (sigthread): Declare new methods. Create...
2001-01-12 Christopher Faylor* debug.h: Add regparm attributes to some functions.
2001-01-08 Christopher Faylor* pinfo.cc (codepage_init): Move function.
2000-11-15 Christopher FaylorThroughout use myself->ppid_handle rather than parent_a...
2000-11-12 Christopher Faylor* path.h: Add __attribute__ ((regparm(x))) to commonly...
2000-11-06 Christopher Faylor* dcrt0.cc (sigthread::init): Reinstitute sigthread...
next
This page took 0.829255 seconds and 108 git commands to generate.