summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* * pinfo.cc (commune_process): Don't add extra \0 to cmdline.Corinna Vinschen2006-07-191-8/+2
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-3/+11
* * child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor2006-05-221-2/+2
* * fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make errorChristopher Faylor2006-03-231-1/+1
* * dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor2006-03-211-4/+7
* * pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifosChristopher Faylor2006-03-201-1/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-3/+5
* * fhandler_process.cc (format_process_stat): Use cygwin-derived start time evenChristopher Faylor2006-02-111-1/+0
* revert previously applied patch.Christopher Faylor2006-02-111-1/+1
* * times.cc (clock_getres): Use correct conversion from milliseconds toChristopher Faylor2006-02-111-1/+1
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-5/+1
* Bump copyright dates.Corinna Vinschen2006-01-021-2/+2
* * pinfo.cc (pinfo::exit): Swap signal and normal exit value when not startedChristopher Faylor2006-01-021-1/+1
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-4/+1
* * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor2005-12-261-0/+1
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-19/+10
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-2/+2
* * pinfo.cc (winpids::add): Increment nelem when winpid is true since we don'tChristopher Faylor2005-12-221-1/+2
* * pinfo.cc (winpids::release): Fix typo.Christopher Faylor2005-12-221-2/+2
* * pinfo.cc (pinfo::init): Clarify comment slightly.Christopher Faylor2005-12-221-27/+104
* * pinfo.cc (pinfo::init): Remove spurious low_priority_sleep.Christopher Faylor2005-12-211-5/+4
* * pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin processChristopher Faylor2005-12-131-1/+1
* * pinfo.cc (size_copied): New convenience macro.Christopher Faylor2005-12-121-8/+34
* * fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows stationChristopher Faylor2005-11-241-0/+2
* * fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor2005-11-171-5/+5
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor2005-11-141-1/+0
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-2/+14
* * pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.Christopher Faylor2005-10-241-1/+1
* * pinfo.cc (_pinfo::dup_proc_pipe): Make warning more severe by actuallyChristopher Faylor2005-10-191-5/+8
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-6/+10
* * cygheap.h (class process_lock): New class.Christopher Faylor2005-10-031-5/+4
* * dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor2005-10-021-21/+36
* * dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor2005-09-301-1/+1
* Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor2005-09-281-228/+98
* Revert erroneous checkin.Corinna Vinschen2005-09-281-92/+67
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-67/+92
* * pinfo.cc (_pinfo::dup_proc_pipe): Ignore error if the child process has justChristopher Faylor2005-09-281-1/+2
* * pinfo.cc (proc_waiter): Properly fill out si_code as according to SUSv3.Christopher Faylor2005-09-261-5/+5
* * sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor2005-09-261-1/+0
* Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor2005-09-231-16/+4
* * pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.Christopher Faylor2005-09-231-1/+4
* * pinfo.cc (pinfo::exit): Eliminate use of _my_tls.thread_handle.Christopher Faylor2005-09-231-10/+2
* * cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor2005-09-231-14/+4
* * pinfo.cc (set_myself): Call strace.hello unconditionally when DEBUGGING.Christopher Faylor2005-09-221-1/+8
* * dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor2005-09-201-5/+10
* * exceptions.cc (sigtid): Remove declaration.Christopher Faylor2005-09-141-4/+8
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-6/+18
* * cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor2005-09-051-3/+2
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-2/+3
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-3/+2