summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* revert inexplicable previous checkinChristopher Faylor2005-09-021-2/+3
* bad_addressesChristopher Faylor2005-09-021-3/+2
* * fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor2005-08-241-2/+2
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-241-9/+9
* * include/endian.h: Move everything into this file and define things more likeChristopher Faylor2005-08-061-5/+0
* * pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.Christopher Faylor2005-07-291-0/+1
* * pinfo.cc (pinfo::init): Sleep before retrying open_shared().Christopher Faylor2005-07-291-2/+1
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-4/+4
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-1/+0
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-4/+4
* white space and minor comment cleanup.Christopher Faylor2005-05-021-9/+9
* * shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor2005-04-281-39/+28
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-221-0/+1
* Actually check in files.Christopher Faylor2005-04-171-0/+1
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-2/+2
* * pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in aChristopher Faylor2005-03-081-2/+4
* * dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor2005-03-081-1/+2
* * sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor2005-02-271-0/+8
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-261-10/+9
* white spaceChristopher Faylor2005-02-131-1/+1
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-5/+11
* * exceptions.cc: Make windows_system_directory non-static.Christopher Faylor2005-02-071-5/+5
* * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen2005-02-061-11/+68
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-011-2/+2
* * pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.Christopher Faylor2005-01-311-1/+1
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-12/+121
* * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen2005-01-291-0/+73