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
2011-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-14* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-05* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor
2011-11-05* pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen
2011-08-11 * (winpids::add): Make sure to store always a Windows PID inCorinna Vinschen
2011-06-17* fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor
2011-06-04* pinfo.cc (_pinfo::set_ctty): Don't reset myself->{pgid,sid} if terminal hasChristopher Faylor
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-06* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor
2011-05-05* fork.cc (fork): Clear PID_REAPED.Christopher Faylor
2011-05-05* pinfo.cc (_pinfo::exists): Check for PID_REAPED.Christopher Faylor
2011-04-28 * advapi32.cc (SetSecurityDescriptorDacl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen
2011-04-18 * Fix various copyrights.Corinna Vinschen
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor
2010-12-12* init.cc (search_for): Put this in shared section or suffer subtle problemsChristopher Faylor
2010-10-23* pinfo.cc (pinfo::exit): Grab a tty lock before setting pgid.Christopher Faylor
2010-10-23* pinfo.cc (pinfo::exit): Reset tty pgrp to zero if no more handles open.Christopher Faylor
2010-09-02* dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2010-03-10* shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-10-14Consistently use va_end.Eric Blake
2009-10-07Support pseudo-reloc version 2Charles Wilson
2009-10-07Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson
2009-10-06* exceptions.cc: Move global variable sigExeced...Christopher Faylor
2009-07-13* Makefile.in: Don't do anything special with any RCS directories.Christopher Faylor
2009-01-26 * shared.cc (shared_name): New function for WCHAR names.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2009-01-01* glob_pattern_p.cc: New file.Christopher Faylor
2008-12-20* pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor
2008-12-19* pinfo.cc (pinfo_basic): New class.Christopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-07-19 * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen