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
*
* 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
*
* fork.cc (fork_parent): Use sec_user_nih to control process/thread
Christopher Faylor
2002-02-19
1
-4
/
+7
*
* times.cc (hires::prime): Restore thread priority on failure condition.
Christopher Faylor
2002-02-17
1
-1
/
+1
*
* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.
Christopher Faylor
2002-02-14
1
-1
/
+1
*
* external.cc (cygwin_internal): Initialize various internal settings if
Christopher Faylor
2002-01-29
1
-1
/
+1
*
* Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.
Christopher Faylor
2002-01-19
1
-1
/
+1
*
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
-1
/
+1
*
* sigproc.cc (getsem): Clean up debugging output.
Christopher Faylor
2002-01-07
1
-1
/
+1
*
* sigproc.cc (getsem): Set errno when unable to create own semaphore.
Christopher Faylor
2002-01-07
1
-10
/
+11
*
* cygmagic: Add define name to warning.
Christopher Faylor
2001-12-26
1
-1
/
+2
*
* Makefile.in: Autogenerate some header files which provide magic numbers.
Christopher Faylor
2001-12-26
1
-1
/
+3
*
* dll_init.h (class dll_list): Reorder functions to avoid compiler "can't
Christopher Faylor
2001-11-03
1
-23
/
+23
*
* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.
Christopher Faylor
2001-11-01
1
-1
/
+1
*
* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.
Christopher Faylor
2001-10-31
1
-1
/
+1
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-0
/
+1
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be
Christopher Faylor
2001-09-15
1
-0
/
+2
*
* sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.
Christopher Faylor
2001-09-10
1
-1
/
+1
*
* fork.cc (fork_parent): Stop malloc activity while fork is in control of the
Christopher Faylor
2001-09-09
1
-10
/
+5
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-13
/
+5
*
* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.
Christopher Faylor
2001-09-06
1
-3
/
+16
*
* cygwin.sc: Revert to previous NO_COPY behavior.
Christopher Faylor
2001-08-31
1
-17
/
+15
*
* cygwin.sc: New file -- linker script for building cygwin DLL.
Christopher Faylor
2001-08-31
1
-15
/
+17
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-1
/
+1
*
* child_info.h: Bump magic number.
Christopher Faylor
2001-07-17
1
-2
/
+1
*
* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.
Christopher Faylor
2001-06-24
1
-1
/
+1
*
* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.
Christopher Faylor
2001-06-11
1
-8
/
+19
*
* exceptions.cc (sigdelayed): Ensure that signal is cleared as the last
Christopher Faylor
2001-06-10
1
-3
/
+10
[next]