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
/
pinfo.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.
Christopher Faylor
2006-03-21
1
-4
/
+7
*
* pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifos
Christopher Faylor
2006-03-20
1
-1
/
+3
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-3
/
+5
*
* fhandler_process.cc (format_process_stat): Use cygwin-derived start time even
Christopher Faylor
2006-02-11
1
-1
/
+0
*
revert previously applied patch.
Christopher Faylor
2006-02-11
1
-1
/
+1
*
* times.cc (clock_getres): Use correct conversion from milliseconds to
Christopher Faylor
2006-02-11
1
-1
/
+1
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
1
-5
/
+1
*
Bump copyright dates.
Corinna Vinschen
2006-01-02
1
-2
/
+2
*
* pinfo.cc (pinfo::exit): Swap signal and normal exit value when not started
Christopher Faylor
2006-01-02
1
-1
/
+1
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-4
/
+1
*
* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.
Christopher Faylor
2005-12-26
1
-0
/
+1
*
* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.
Christopher Faylor
2005-12-23
1
-19
/
+10
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
1
-2
/
+2
*
* pinfo.cc (winpids::add): Increment nelem when winpid is true since we don't
Christopher Faylor
2005-12-22
1
-1
/
+2
*
* pinfo.cc (winpids::release): Fix typo.
Christopher Faylor
2005-12-22
1
-2
/
+2
*
* pinfo.cc (pinfo::init): Clarify comment slightly.
Christopher Faylor
2005-12-22
1
-27
/
+104
*
* pinfo.cc (pinfo::init): Remove spurious low_priority_sleep.
Christopher Faylor
2005-12-21
1
-5
/
+4
*
* pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin process
Christopher Faylor
2005-12-13
1
-1
/
+1
*
* pinfo.cc (size_copied): New convenience macro.
Christopher Faylor
2005-12-12
1
-8
/
+34
*
* fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows station
Christopher Faylor
2005-11-24
1
-0
/
+2
*
* fork.cc (fork): Move top-of-stack calculation later.
Christopher Faylor
2005-11-17
1
-5
/
+5
*
* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.
Christopher Faylor
2005-11-14
1
-1
/
+0
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
1
-2
/
+14
*
* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.
Christopher Faylor
2005-10-24
1
-1
/
+1
*
* pinfo.cc (_pinfo::dup_proc_pipe): Make warning more severe by actually
Christopher Faylor
2005-10-19
1
-5
/
+8
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-6
/
+10
*
* cygheap.h (class process_lock): New class.
Christopher Faylor
2005-10-03
1
-5
/
+4
*
* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.
Christopher Faylor
2005-10-02
1
-21
/
+36
*
* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()
Christopher Faylor
2005-09-30
1
-1
/
+1
*
Change name from commune_recv to commune_process throughout. Change name from
Christopher Faylor
2005-09-28
1
-228
/
+98
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-92
/
+67
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-67
/
+92
*
* pinfo.cc (_pinfo::dup_proc_pipe): Ignore error if the child process has just
Christopher Faylor
2005-09-28
1
-1
/
+2
*
* pinfo.cc (proc_waiter): Properly fill out si_code as according to SUSv3.
Christopher Faylor
2005-09-26
1
-5
/
+5
*
* sigproc.cc (wait_sig): Cosmetic change.
Christopher Faylor
2005-09-26
1
-1
/
+0
*
Semi-reversion of always-exit-from-sigthread change of 2005-09-15.
Christopher Faylor
2005-09-23
1
-16
/
+4
*
* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.
Christopher Faylor
2005-09-23
1
-1
/
+4
*
* pinfo.cc (pinfo::exit): Eliminate use of _my_tls.thread_handle.
Christopher Faylor
2005-09-23
1
-10
/
+2
*
* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.
Christopher Faylor
2005-09-23
1
-14
/
+4
*
* pinfo.cc (set_myself): Call strace.hello unconditionally when DEBUGGING.
Christopher Faylor
2005-09-22
1
-1
/
+8
*
* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --
Christopher Faylor
2005-09-20
1
-5
/
+10
*
* exceptions.cc (sigtid): Remove declaration.
Christopher Faylor
2005-09-14
1
-4
/
+8
*
* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_state
Christopher Faylor
2005-09-13
1
-6
/
+18
*
* cygheap.cc (cygheap_init): Eliminate debugging #if.
Christopher Faylor
2005-09-05
1
-3
/
+2
*
Grr. REVERT erroneous checkin. AGAIN.
Christopher Faylor
2005-09-02
1
-2
/
+3
*
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
Christopher Faylor
2005-09-02
1
-3
/
+2
*
revert inexplicable previous checkin
Christopher Faylor
2005-09-02
1
-2
/
+3
*
bad_addresses
Christopher Faylor
2005-09-02
1
-3
/
+2
*
* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it's
Christopher Faylor
2005-08-24
1
-2
/
+2
*
* cygheap.h (cygheap_types): Add HEAP_COMMUNE.
Christopher Faylor
2005-08-24
1
-9
/
+9
[next]