summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-1/+2
* * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen2005-02-061-1/+5
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-1/+5
* * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen2005-01-291-1/+5
* * pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor2005-01-261-3/+3
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+1
* * pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor2005-01-171-1/+2
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-4/+3
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-2/+4
* * init.cc (dll_entry): Remove exit code setting.Christopher Faylor2004-12-271-0/+2
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-2/+5
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-2/+3
* * pinfo.h (proc_pipe::*): Delete class.Christopher Faylor2004-12-061-14/+0
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-061-4/+3
* * cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor2004-12-051-0/+1
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-3/+21
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-031-1/+8
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-18/+18
* check in file missing from previous checkin.Christopher Faylor2004-09-121-2/+2
* * dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor2004-07-241-3/+3
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-2/+0
* * pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor2003-12-171-0/+1
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-111-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-1/+2
* * exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor2003-11-301-2/+0
* * sigproc.cc (no_signals_available): Fix so that non-zero exit state is a trueChristopher Faylor2003-11-291-4/+0
* * pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor2003-11-291-5/+0
* * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor2003-11-281-5/+0
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-0/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-20/+9
* * syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor2003-09-201-0/+2
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-3/+9
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-4/+3
* Revert below changes regarding _pinfo::cmdline.Christopher Faylor2003-03-081-1/+1
* * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen2003-03-081-1/+1
* whitespaceChristopher Faylor2002-12-121-1/+1
* * pinfo.h (winpids::set): Renamed from init.Christopher Faylor2002-11-291-2/+4
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-2/+25
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-151-1/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-0/+1
* * pinfo.h (pinfo::remember): Arrange for destructor call if proc_subprocChristopher Faylor2002-08-191-4/+9
* * Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor2002-06-111-3/+0
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-0/+7
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-2/+2
* * path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor2002-05-181-1/+1
* * path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor2002-05-021-1/+1
* * fork.cc (fork_child): Call fixup_mmaps_after_fork() beforeCorinna Vinschen2002-03-111-1/+1
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-0/+2
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1