aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.h
AgeCommit message (Expand)AuthorFilesLines
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-2/+0
2003-12-17* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor1-0/+1
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-1/+2
2003-11-30* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor1-2/+0
2003-11-29* sigproc.cc (no_signals_available): Fix so that non-zero exit state is a trueChristopher Faylor1-4/+0
2003-11-29* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor1-5/+0
2003-11-28* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor1-5/+0
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-0/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-20/+9
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor1-0/+2
2003-09-17* pinfo.h (winpids::pid_access): New element.Christopher Faylor1-3/+9
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-4/+3
2003-03-08Revert below changes regarding _pinfo::cmdline.Christopher Faylor1-1/+1
2003-03-08 * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen1-1/+1
2002-12-12whitespaceChristopher Faylor1-1/+1
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor1-2/+4
2002-10-30* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor1-2/+25
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-1/+0
2002-10-14* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-0/+1
2002-08-19* pinfo.h (pinfo::remember): Arrange for destructor call if proc_subprocChristopher Faylor1-4/+9
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor1-3/+0
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-0/+7
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-2/+2
2002-05-18* path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor1-1/+1
2002-05-02* path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor1-1/+1
2002-03-11 * fork.cc (fork_child): Call fixup_mmaps_after_fork() beforeCorinna Vinschen1-1/+1
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+2
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-2/+2
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-05-04oops.Christopher Faylor1-1/+1
2001-05-04Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor1-1/+1
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-1/+1
2001-03-21* sched.cc: New file. Implement sched*.Christopher Faylor1-2/+2
2001-03-10* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor1-2/+2
2001-02-10* fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor1-2/+2
2000-11-15 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen1-5/+0
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-6/+1
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-13/+0
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-6/+0
2000-11-12* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor1-1/+1
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor1-0/+3
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor1-5/+15
2000-11-02* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor1-2/+3
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor1-1/+10
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-12/+33
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-11/+11