OSDN Git Service

Eliminate use of sigframe and sigthread throughout.
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / signal.cc
2003-11-28 cgfEliminate use of sigframe and sigthread throughout.
2003-09-27 phumblet2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
2003-09-25 cgf* include/tzfile.h: Add some missing entries.
2003-09-25 cgf* devices.cc: New file.
2003-09-17 cgf* pinfo.h (winpids::pid_access): New element.
2003-09-13 cgf* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.
2003-09-07 cgf* signal.cc (nanosleep): Improve test for valid values...
2003-09-01 cgf* cygheap.cc (cygheap_init): Allocate space for sigacti...
2003-08-19 cgf* signal.cc (sigpending): Move.
2003-08-19 cgfThroughout, eliminate argument to sig_dispatch_pending.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-05-06 tpfaff* signal.cc (nanosleep): Do not wait twice for signal...
2003-01-22 corinna * cygwin.din: Export nanosleep().
2003-01-15 corinna * autoload.cc: Fix copyright date.
2003-01-14 tpfaffApply sleep_cancel patch
2002-11-22 cgf* exceptions.cc (handle_sigsuspend): Force pending...
2002-11-22 cgf* exceptions.cc (sigthread::get_winapi_lock): Just...
2002-11-15 cgf* include/cygwin/version.h: Bump API_MINOR to accommoda...
2002-10-20 cgfRename _kill() to kill() throughout. Rename _raise...
2002-09-23 cgfMore GNUify non-GNU formatted functions calls throughout.
2002-05-25 cgfRemove unneeded sync.h, where appropriate, throughout...
2002-01-13 cgfAdd copyright stuff
2002-01-11 cgf* exceptions.cc (sig_handle): Accept a second argument...
2001-11-08 corinna * select.cc: Set errno using set_sig_errno() throughout.
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-06-16 cgf* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPE...
2001-06-03 cgf* syscalls.cc (sleep): Try to be a little more accomoda...
2001-05-22 cgf* signal.cc (sleep): Protect with sigframe.
2001-04-01 cgf* sigproc.h (class sigframe): Implement 'unregister...
2001-02-16 duda* signal.cc (signal): Prohibit setting handlers for...
2001-02-07 cgf* signal.cc (killpg): Correct first argument.
2001-01-17 cgf* autoload.cc (LoadDLLinitfunc): Remove debugging state...
2001-01-12 cgf* debug.h: Add regparm attributes to some functions.
2001-01-08 cgf* pinfo.cc (codepage_init): Move function.
2000-11-05 cgf* pinfo.cc (winpids:add): New method.
2000-10-30 cgf* signal.cc (kill_pgrp): Revert 25-Oct change.
2000-10-28 cgfWhitespace cleanup.
2000-10-26 cgf* signal.cc (kill_pgrp): Don't limit sending of signals...
2000-10-21 cgf* fhandler.h (fhandler_console): Remove tcsetpgrp.
2000-10-20 cgf* external.cc (fillout_pinfo): Pass PID_NOREDIR flag...
2000-10-15 cgf* exceptions.cc (set_console_handler): Don't allocate
2000-10-02 cgf* signal.cc (sigaction): Allow new action == oldaction.
2000-09-16 duda * signal.cc (sleep): If interrupted by signal, return the
2000-09-11 cgf* cygheap.cc (init_cheap): Just use any old address...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-08-29 cgf* signal.cc (_raise): New function.
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-07-05 cgf* dcrt0.cc (__cygwin_user_data): Initialize.
2000-02-17 cgfInitial revision