summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-2/+2
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-1/+1
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1
* oops.Christopher Faylor2001-05-041-1/+1
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-1/+1
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-1/+1
* * sched.cc: New file. Implement sched*.Christopher Faylor2001-03-211-2/+2
* * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor2001-03-101-2/+2
* * fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor2001-02-101-2/+2
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-151-5/+0
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-6/+1
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-13/+0
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-6/+0
* * path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor2000-11-121-1/+1
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-0/+3
* * pinfo.cc (winpids:add): New method.Christopher Faylor2000-11-051-5/+15
* * pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor2000-11-021-2/+3
* * dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor2000-10-251-1/+10
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-12/+33
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-11/+11
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-2/+0
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-091-0/+3
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+23
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-5/+5
* * pinfo.h (pinfo): Un-inline release.Christopher Faylor2000-08-261-21/+13
* * dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor2000-08-241-3/+7
* Revert previous erroneous checkin.Christopher Faylor2000-08-231-7/+3
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-231-3/+7
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+4
* * select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor2000-08-091-7/+7
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-0/+168