index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
signal.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-7
/
+5
*
Change pthread::cancelable_wait to just cancelable_wait, throughout.
Christopher Faylor
2005-06-09
1
-1
/
+1
*
* times.cc (hires_ms::usecs): Compare the difference.
Christopher Faylor
2005-03-27
1
-1
/
+0
*
* timer.cc (nanosleep): Treat tv_sec < 0 as invalid.
Christopher Faylor
2005-03-27
1
-0
/
+1
*
* signal.cc (sigprocmask): Rename first parameter to "how".
Corinna Vinschen
2005-03-09
1
-10
/
+7
*
* debug.cc (delete_handle): Report on handle value in debugging output.
Christopher Faylor
2005-02-26
1
-18
/
+13
*
* signal.cc: Fix copyright date.
Corinna Vinschen
2005-01-03
1
-1
/
+2
*
* signal.cc (abort): Call _GLOBAL_REENT's __cleanup.
Corinna Vinschen
2005-01-03
1
-2
/
+2
*
* child_info.h (child_info_spawn::hexec_proc): Eliminate.
Christopher Faylor
2004-11-26
1
-1
/
+1
*
* path.cc (normalize_posix_path): Reorganize to short circuit to DOS path
Christopher Faylor
2004-03-25
1
-1
/
+6
*
* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it exists
Christopher Faylor
2004-02-26
1
-11
/
+35
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-3
/
+3
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* signal.cc (sigaction): Fix if-statement typo.
Christopher Faylor
2004-01-21
1
-1
/
+1
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-29
/
+70
*
* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.
Christopher Faylor
2003-11-28
1
-6
/
+6
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-19
/
+54
*
2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-27
1
-1
/
+1
*
* include/tzfile.h: Add some missing entries.
Christopher Faylor
2003-09-25
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-2
/
+0
*
* pinfo.h (winpids::pid_access): New element.
Christopher Faylor
2003-09-17
1
-1
/
+1
*
* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.
Christopher Faylor
2003-09-13
1
-1
/
+1
*
* signal.cc (nanosleep): Improve test for valid values. Round delay up to
Christopher Faylor
2003-09-07
1
-8
/
+11
*
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
Christopher Faylor
2003-09-01
1
-0
/
+6
*
* signal.cc (sigpending): Move.
Christopher Faylor
2003-08-19
1
-11
/
+0
*
Throughout, eliminate argument to sig_dispatch_pending.
Christopher Faylor
2003-08-19
1
-6
/
+6
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-3
/
+2
*
* signal.cc (nanosleep): Do not wait twice for signal arrival.
Thomas Pfaff
2003-05-06
1
-1
/
+1
*
* cygwin.din: Export nanosleep().
Corinna Vinschen
2003-01-22
1
-24
/
+41
*
* autoload.cc: Fix copyright date.
Corinna Vinschen
2003-01-15
1
-1
/
+1
*
Apply sleep_cancel patch
Thomas Pfaff
2003-01-14
1
-2
/
+6
*
* exceptions.cc (handle_sigsuspend): Force pending signal delivery before
Christopher Faylor
2002-11-22
1
-0
/
+8
*
* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give up
Christopher Faylor
2002-11-22
1
-1
/
+1
*
* include/cygwin/version.h: Bump API_MINOR to accommodate below changes.
Christopher Faylor
2002-11-15
1
-0
/
+13
*
Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.
Christopher Faylor
2002-10-20
1
-6
/
+5
*
More GNUify non-GNU formatted functions calls throughout.
Christopher Faylor
2002-09-23
1
-2
/
+2
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-1
/
+0
*
Add copyright stuff
Christopher Faylor
2002-01-13
1
-1
/
+1
*
* exceptions.cc (sig_handle): Accept a second argument indicating whether the
Christopher Faylor
2002-01-11
1
-0
/
+28
*
* select.cc: Set errno using set_sig_errno() throughout.
Corinna Vinschen
2001-11-08
1
-0
/
+3
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-2
/
+2
*
* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually
Christopher Faylor
2001-06-16
1
-1
/
+5
*
* syscalls.cc (sleep): Try to be a little more accomodating of signal arrival.
Christopher Faylor
2001-06-03
1
-7
/
+12
*
* signal.cc (sleep): Protect with sigframe.
Christopher Faylor
2001-05-22
1
-0
/
+1
*
* sigproc.h (class sigframe): Implement 'unregister()' method.
Christopher Faylor
2001-04-01
1
-8
/
+8
*
* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOP
Egor Duda
2001-02-16
1
-2
/
+2
*
* signal.cc (killpg): Correct first argument.
Christopher Faylor
2001-02-07
1
-1
/
+1
*
* autoload.cc (LoadDLLinitfunc): Remove debugging statement.
Christopher Faylor
2001-01-17
1
-5
/
+3
*
* debug.h: Add regparm attributes to some functions.
Christopher Faylor
2001-01-12
1
-2
/
+1
*
* pinfo.cc (codepage_init): Move function.
Christopher Faylor
2001-01-08
1
-2
/
+3
[prev]
[next]