Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-21* pinfo.cc (_pinfo::commune_send): Don't attempt to communicate with a pureChristopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-03-08missed in last checkinChristopher Faylor
2003-03-08 * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-05* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whenChristopher Faylor
2002-12-16* pinfo.cc (_pinfo::cmdline): Allocate sufficient space for myself command lineChristopher Faylor
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor
2002-11-05* pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin.Christopher Faylor
2002-11-05* pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting forChristopher Faylor
2002-11-05revert erroneous checkinsChristopher Faylor
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor
2002-11-05* pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.Christopher Faylor
2002-10-31* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor
2002-06-09* pinfo.cc (pinfo_dummy): Initialize to correct size.Christopher Faylor
2002-05-30 * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-03-16* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor
2002-03-15* pinfo.cc (pinfo::init): Properly handle execed process stub when PID_NOREDIRChristopher Faylor
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor
2001-11-02* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-06-11* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor
2001-04-29minor formatting changes.Christopher Faylor
2001-01-30 * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-11-02* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor
2000-10-31* pinfo.cc (enum_init): Don't suffer silently if we can't load the processChristopher Faylor
2000-10-22 * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen
2000-10-22Fix typo.Christopher Faylor
2000-10-21* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well asChristopher Faylor
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor