aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2005-10-24* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.Christopher Faylor1-1/+1
2005-10-19* pinfo.cc (_pinfo::dup_proc_pipe): Make warning more severe by actuallyChristopher Faylor1-5/+8
2005-10-17Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor1-6/+10
2005-10-03* cygheap.h (class process_lock): New class.Christopher Faylor1-5/+4
2005-10-02* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor1-21/+36
2005-09-30* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor1-1/+1
2005-09-28Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor1-228/+98
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-92/+67
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-67/+92
2005-09-28* pinfo.cc (_pinfo::dup_proc_pipe): Ignore error if the child process has justChristopher Faylor1-1/+2
2005-09-26* pinfo.cc (proc_waiter): Properly fill out si_code as according to SUSv3.Christopher Faylor1-5/+5
2005-09-26* sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor1-1/+0
2005-09-23Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor1-16/+4
2005-09-23* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.Christopher Faylor1-1/+4
2005-09-23* pinfo.cc (pinfo::exit): Eliminate use of _my_tls.thread_handle.Christopher Faylor1-10/+2
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor1-14/+4
2005-09-22* pinfo.cc (set_myself): Call strace.hello unconditionally when DEBUGGING.Christopher Faylor1-1/+8
2005-09-20* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor1-5/+10
2005-09-14* exceptions.cc (sigtid): Remove declaration.Christopher Faylor1-4/+8
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor1-6/+18
2005-09-05* cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor1-3/+2
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor1-2/+3
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor1-3/+2
2005-09-02revert inexplicable previous checkinChristopher Faylor1-2/+3
2005-09-02bad_addressesChristopher Faylor1-3/+2
2005-08-24* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor1-2/+2
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor1-9/+9
2005-08-06* include/endian.h: Move everything into this file and define things more likeChristopher Faylor1-5/+0
2005-07-29* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.Christopher Faylor1-0/+1
2005-07-29* pinfo.cc (pinfo::init): Sleep before retrying open_shared().Christopher Faylor1-2/+1
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-4/+4
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-1/+0
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen1-4/+4
2005-05-02white space and minor comment cleanup.Christopher Faylor1-9/+9
2005-04-28* shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor1-39/+28
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor1-0/+1
2005-04-17Actually check in files.Christopher Faylor1-0/+1
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen1-2/+2
2005-03-08* pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in aChristopher Faylor1-2/+4
2005-03-08* dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor1-1/+2
2005-02-27* sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor1-0/+8
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor1-10/+9
2005-02-13white spaceChristopher Faylor1-1/+1
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor1-5/+11
2005-02-07* exceptions.cc: Make windows_system_directory non-static.Christopher Faylor1-5/+5
2005-02-06 * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen1-11/+68
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen1-2/+2
2005-01-31* pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.Christopher Faylor1-1/+1
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen1-12/+121
2005-01-29 * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen1-0/+73