summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin.Christopher Faylor2002-11-051-1/+2
* * pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting forChristopher Faylor2002-11-051-1/+6
* revert erroneous checkinsChristopher Faylor2002-11-051-2/+0
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor2002-11-051-0/+2
* * pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.Christopher Faylor2002-11-051-0/+4
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-0/+222
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-151-10/+4
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-2/+20
* * cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor2002-10-131-0/+2
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-2/+1
* Use hMainProc where appropriate, throughout.Christopher Faylor2002-06-191-1/+2
* * pinfo.cc (pinfo_dummy): Initialize to correct size.Christopher Faylor2002-06-091-1/+1
* * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen2002-05-301-1/+1
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor2002-03-151-2/+2
* * pinfo.cc (pinfo::init): Properly handle execed process stub when PID_NOREDIRChristopher Faylor2002-03-141-0/+5
* * 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-1/+1
* * external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor2002-01-291-23/+4
* * Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor2001-12-261-8/+11
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-011-1/+2
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-4/+5
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-3/+2
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-2/+2
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor2001-06-111-28/+4
* minor formatting changes.Christopher Faylor2001-04-291-5/+5
* * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen2001-01-301-2/+2
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-27/+2
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-0/+25
* * pinfo.cc (winpids:add): New method.Christopher Faylor2000-11-051-33/+65
* * pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor2000-11-041-6/+11
* * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor2000-11-031-1/+1
* * pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor2000-11-021-39/+76
* * pinfo.cc (enum_init): Don't suffer silently if we can't load the processChristopher Faylor2000-10-311-3/+12
* * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen2000-10-221-5/+0
* Fix typo.Christopher Faylor2000-10-211-1/+1
* * pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well asChristopher Faylor2000-10-211-1/+1
* * fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor2000-10-211-7/+8
* * external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor2000-10-201-1/+8
* * sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor2000-10-191-0/+5
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-98/+14
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-47/+101
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-11/+0
* * dtable.cc (dtable::fixup_after_fork): Revert thinko below.Christopher Faylor2000-10-131-1/+1
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-091-0/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+4
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-5/+5