aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-2/+1
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-1/+2
2002-06-09* pinfo.cc (pinfo_dummy): Initialize to correct size.Christopher Faylor1-1/+1
2002-05-30 * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen1-1/+1
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-03-15* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor1-2/+2
2002-03-14* pinfo.cc (pinfo::init): Properly handle execed process stub when PID_NOREDIRChristopher Faylor1-0/+5
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-1/+1
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor1-23/+4
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor1-8/+11
2001-11-01* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor1-1/+2
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-4/+5
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-3/+2
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-2/+2
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-06-11* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor1-28/+4
2001-04-29minor formatting changes.Christopher Faylor1-5/+5
2001-01-30 * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen1-2/+2
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-27/+2
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor1-0/+25
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor1-33/+65
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor1-6/+11
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor1-1/+1
2000-11-02* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor1-39/+76
2000-10-31* pinfo.cc (enum_init): Don't suffer silently if we can't load the processChristopher Faylor1-3/+12
2000-10-22 * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen1-5/+0
2000-10-21Fix typo.Christopher Faylor1-1/+1
2000-10-21* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well asChristopher Faylor1-1/+1
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor1-7/+8
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor1-1/+8
2000-10-19* sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor1-0/+5
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-98/+14
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-47/+101
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor1-11/+0
2000-10-13* dtable.cc (dtable::fixup_after_fork): Revert thinko below.Christopher Faylor1-1/+1
2000-10-09* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor1-0/+1
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+4
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor1-5/+5
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-15/+4
2000-08-26* pinfo.h (pinfo): Un-inline release.Christopher Faylor1-8/+21
2000-08-26* dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor1-5/+1
2000-08-24* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor1-7/+14
2000-08-23Revert previous erroneous checkin.Christopher Faylor1-14/+7
2000-08-23* include/sys/cygwin.h: Protect class definitions.Christopher Faylor1-7/+14
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+5
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+2