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
*
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
*
Revert much of previous erroneous checkin. Add ChangeLog entry.
Christopher Faylor
2001-05-04
1
-6
/
+6
*
* exceptions.cc (ctrl_c_handler): Always send signal to process if it has no
Christopher Faylor
2001-05-04
1
-6
/
+6
*
* exceptions.cc (handle_exceptions): Break out of "loop" if the debugger
Christopher Faylor
2001-05-03
1
-2
/
+2
*
* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent
Christopher Faylor
2001-04-27
1
-2
/
+2
*
* sigproc.h [sigthread]: Add exception field.
Christopher Faylor
2001-04-25
1
-1
/
+1
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-0
/
+2
*
* sigproc.h (class sigframe): Implement 'unregister()' method.
Christopher Faylor
2001-04-01
1
-3
/
+3
*
* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.
Christopher Faylor
2001-03-10
1
-30
/
+14
*
* sigproc.cc (getsem): Make semaphore always non-inheritable.
Egor Duda
2001-02-21
1
-1
/
+1
*
* fork.cc (fork_parent): Return EAGAIN when can't record pid.
Christopher Faylor
2001-02-10
1
-1
/
+4
*
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
Christopher Faylor
2001-01-28
1
-2
/
+0
*
* autoload.cc (LoadDLLinitfunc): Remove debugging statement.
Christopher Faylor
2001-01-17
1
-2
/
+2
*
* debug.h: Add regparm attributes to some functions.
Christopher Faylor
2001-01-12
1
-0
/
+1
*
* sigproc.cc (wait_sig): Allow SIGCONT when stopped.
Christopher Faylor
2001-01-10
1
-1
/
+1
*
* pinfo.cc (codepage_init): Move function.
Christopher Faylor
2001-01-08
1
-2
/
+2
*
* sigproc.cc (wait_sig): Remove unneeded for loop iteration.
Christopher Faylor
2000-11-16
1
-15
/
+4
*
* cygheap.h: Move `token' and `impersonated' from class _pinfo
Corinna Vinschen
2000-11-15
1
-2
/
+0
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-11
/
+7
*
* cygheap.cc (cygheap_root::cygheap_root): New function.
Corinna Vinschen
2000-11-15
1
-11
/
+0
*
* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
Christopher Faylor
2000-11-14
1
-3
/
+0
*
* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.
Christopher Faylor
2000-11-06
1
-0
/
+1
*
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
Christopher Faylor
2000-11-06
1
-7
/
+48
*
* pinfo (wait_subproc): Son of neverending debug tweaking.
Christopher Faylor
2000-11-05
1
-2
/
+5
*
* pinfo (wait_subproc): Neverending debug tweaking.
Christopher Faylor
2000-11-05
1
-3
/
+3
*
* exceptions.cc (handle_sigsuspend): Record frame here for signalling.
Christopher Faylor
2000-11-05
1
-6
/
+5
*
* sigproc.cc (wait_subproc): Still more debugging cleanup.
Christopher Faylor
2000-11-04
1
-3
/
+3
*
* pinfo.cc (EnumProcessesNT): Avoid 0 pids.
Christopher Faylor
2000-11-04
1
-23
/
+14
*
* sigproc.cc (wait_subproc): Refine debug output.
Christopher Faylor
2000-11-04
1
-3
/
+6
*
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
Christopher Faylor
2000-11-03
1
-2
/
+4
*
* sigproc.cc (wait_sig): Add braces to avoid confusion.
Christopher Faylor
2000-10-27
1
-4
/
+6
*
* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and no
Christopher Faylor
2000-10-23
1
-1
/
+1
*
* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.
Christopher Faylor
2000-10-23
1
-2
/
+2
*
* exceptions.cc (call_handler): Make signal pending if sigsave.sig is still
Christopher Faylor
2000-10-18
1
-1
/
+1
*
* sigproc.cc (proc_subproc): Remove unneeded test for correct process in
Christopher Faylor
2000-10-17
1
-12
/
+7
*
* debug.cc (add_handle): Issue warning on attempts to add the same handle more
Christopher Faylor
2000-10-17
1
-1
/
+0
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-13
/
+0
[next]