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
/
sigproc.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* shared_info.h (CURR_MOUNT_MAGIC): Fix.
Christopher Faylor
2003-09-25
1
-67
/
+60
*
2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-25
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-359
/
+232
*
* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.
Christopher Faylor
2003-09-23
1
-1
/
+1
*
* fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo with
Christopher Faylor
2003-09-17
1
-2
/
+3
*
* pinfo.h (winpids::pid_access): New element.
Christopher Faylor
2003-09-17
1
-0
/
+5
*
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
Christopher Faylor
2003-09-09
1
-1
/
+1
*
* sigproc.cc (wait_sig_inited): Remove assertion since it is racy.
Christopher Faylor
2003-09-08
1
-1
/
+0
*
* exceptions.cc (set_process_mask): Set pending signals only when signals
Christopher Faylor
2003-09-03
1
-4
/
+4
*
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
Christopher Faylor
2003-09-01
1
-3
/
+26
*
* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
Christopher Faylor
2003-08-31
1
-4
/
+3
*
* sigproc.cc (sig_dispatch_pending): Remove explicit call to
Christopher Faylor
2003-08-30
1
-3
/
+0
*
* sigproc.h: Make some functions regparm.
Christopher Faylor
2003-08-29
1
-34
/
+27
*
* exceptions.cc (sigreturn): Fix problem where old return address was not
Christopher Faylor
2003-08-29
1
-1
/
+1
*
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
Christopher Faylor
2003-08-28
1
-1
/
+0
*
* sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loop
Christopher Faylor
2003-08-27
1
-70
/
+80
*
* sigproc.cc (wait_sig): Remove redundant test in do/while.
Christopher Faylor
2003-08-22
1
-1
/
+1
*
* sigproc.cc (wait_sig): Avoid infinite loop.
Christopher Faylor
2003-08-22
1
-3
/
+3
*
* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.
Christopher Faylor
2003-08-21
1
-28
/
+29
*
* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on a
Christopher Faylor
2003-08-20
1
-14
/
+27
*
* exceptions.cc (pending_signals): Remove unneeded declaration.
Christopher Faylor
2003-08-20
1
-30
/
+26
*
* signal.cc (sigpending): Move.
Christopher Faylor
2003-08-19
1
-60
/
+102
*
Throughout, eliminate argument to sig_dispatch_pending.
Christopher Faylor
2003-08-19
1
-60
/
+53
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* shared_info.h: Match shared_name declaration with below change.
Corinna Vinschen
2003-05-21
1
-2
/
+3
*
Joe Buehler <jhpb@draco.hekimian.com>
Christopher Faylor
2003-03-26
1
-0
/
+1
*
* cygwin.din: Export btowc, trunc.
Christopher Faylor
2003-03-17
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.
Christopher Faylor
2003-02-21
1
-4
/
+7
*
* sigproc.cc (sig_dispatch_pending): Remove assertion.
Christopher Faylor
2002-11-29
1
-1
/
+0
*
* exceptions.cc (handle_sigsuspend): Force pending signal delivery before
Christopher Faylor
2002-11-22
1
-0
/
+9
*
* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give up
Christopher Faylor
2002-11-22
1
-2
/
+0
*
* exceptions.cc (setup_handler): Add debugging output. Set thread priority to
Christopher Faylor
2002-11-15
1
-0
/
+1
*
* miscfuncs.cc (low_priority_sleep): New function. Use throughout where code
Christopher Faylor
2002-11-13
1
-1
/
+1
*
* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.
Christopher Faylor
2002-11-05
1
-1
/
+1
*
* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.
Christopher Faylor
2002-11-05
1
-1
/
+1
*
* external.cc (cygwin_internal): Implement CW_CMDLINE.
Christopher Faylor
2002-10-30
1
-0
/
+13
*
Change _function() to function() throughout.
Christopher Faylor
2002-10-21
1
-21
/
+16
*
* sigproc.cc (wait_sig): Remove obsolete sigchld logic.
Christopher Faylor
2002-10-20
1
-4
/
+1
*
* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do it
Christopher Faylor
2002-10-14
1
-1
/
+2
*
* Makefile.in (new-cygwin1.dll): Reorganize library order.
Christopher Faylor
2002-10-10
1
-1
/
+1
*
* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.
Christopher Faylor
2002-10-09
1
-4
/
+4
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-3
/
+3
*
* pinfo.h (pinfo::remember): Arrange for destructor call if proc_subproc
Christopher Faylor
2002-08-19
1
-1
/
+1
*
* sigproc.cc (sigCONT): Define.
Christopher Faylor
2002-08-18
1
-9
/
+11
*
* assert.cc (__assert): Call debugger on assertion failure if debugging.
Christopher Faylor
2002-08-11
1
-15
/
+10
*
* spawn.cc (spawn_guts): Don't set mount_h here.
Christopher Faylor
2002-08-06
1
-0
/
+1
*
* cygthread.cc (cygthread::stub): Accept flag to pass info structure to thread
Christopher Faylor
2002-08-06
1
-3
/
+3
*
* Makefile.in (DLL_OFILES): Add cygthread.o.
Christopher Faylor
2002-08-01
1
-49
/
+8
*
* debug.h (handle_list): Move here from debug.cc. Add "inherit" flag
Christopher Faylor
2002-07-13
1
-2
/
+1
*
* sync.h (new_muto): Just accept an argument which denotes the name of the
Christopher Faylor
2002-02-22
1
-4
/
+6
[next]