summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-2/+18
* * devices.cc: New file.Christopher Faylor2003-09-251-14/+71
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-14/+23
* * getopt.cc (opterr): Reinstate initialization.Christopher Faylor2003-09-161-0/+1
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-161-1/+5
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-131-4/+5
* * dcrt0.cc (__argc_safe): New variable.Christopher Faylor2003-09-051-4/+13
* * pinfo.cc (_pinfo::commune_send): Fix bounds test so that poll ofChristopher Faylor2003-07-121-1/+1
* * newsym: Use correct prefix for generating imports.Christopher Faylor2003-07-061-1/+1
* * pinfo.cc (_pinfo::commune_send): Don't attempt to communicate with a pureChristopher Faylor2003-06-211-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* missed in last checkinChristopher Faylor2003-03-081-1/+1
* * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen2003-03-081-1/+1
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whenChristopher Faylor2003-01-051-1/+1
* * pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command lineChristopher Faylor2002-12-161-1/+1
* * pinfo.h (winpids::set): Renamed from init.Christopher Faylor2002-11-291-1/+11
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-7/+2
* * 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