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
2007-03-01* fork.cc (fork): Reset child to true after fork since it may have been resetChristopher Faylor
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2007-02-22* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor
2007-01-12 * fork.cc (child_copy): Add missing Windows PID in debug output.Corinna Vinschen
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-12-05 * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen
2006-07-15* fork.cc (fork): Lock the process before forking to prevent things like newChristopher Faylor
2006-07-06* hookapi.cc: Add comment headerChristopher Faylor
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-15* child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor
2006-03-15* fork.cc (frok::parent): Improve error message.Christopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-03-13* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor
2006-03-13* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-23* fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor
2005-11-17* fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-11-04* times.cc (hires_ms::prime): More debugging.Christopher Faylor
2005-10-30* exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor
2005-10-29* fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor
2005-10-21* dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor
2005-09-30* fork.cc (frok::parent): Simplify error messages. Don't issue an error whenChristopher Faylor
2005-09-28* dcrt0.cc (getstack): New function.Christopher Faylor
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor
2005-09-05* cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor
2005-09-02revert inexplicable previous checkinChristopher Faylor
2005-09-02bad_addressesChristopher Faylor
2005-08-11* dcrt0.cc: Remove ld_preload declaration.Christopher Faylor
2005-07-29* fork.cc (fork_parent): Fix null deref if pinfo creation fails.Christopher Faylor
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-06-16* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor
2005-05-19* cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor
2005-04-14.Christopher Faylor
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen
2005-04-01 * fork.cc (fork_child): Add missing __stdcall.Corinna Vinschen
2005-04-01* sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor
2005-04-01 * fork.cc (fork_child): Fixup SYSV IPC shared memory before fixingCorinna Vinschen
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor
2005-02-20copyrightChristopher Faylor
2005-01-26 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor