summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-8/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-3/+27
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-1/+3
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-5/+5
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-7/+6
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-5/+5
* * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen2007-07-191-2/+3
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-071-47/+0
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-36/+4
* Remove extraneous whitespace.Christopher Faylor2007-02-201-1/+1
* * pinfo.cc (set_myself): Use a more foolproof method for determining if theChristopher Faylor2006-12-181-1/+2
* * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen2006-11-301-11/+0
* * pinfo.cc (_onreturn::~onreturn): Don't attempt to close a NULL handle.Christopher Faylor2006-08-101-1/+2
* * 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