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
2006-03-23* sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor
2006-03-23* winsup.api/checksignal.c (main): Add test for siginterrupt.Christopher Faylor
2006-03-23Patch by matz@suse.de:Andreas Jaeger
2006-03-22 * thread.cc (pthread_mutex::is_good_initializer_or_bad_object): Delete.Corinna Vinschen
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-03-22 * thread.cc (pthread_cond::init): Disable validity test of objectCorinna Vinschen
2006-03-22 * mt/startup-16-002.S (.internal_io): Make @nobits.Nathan Sidwell
2006-03-22 Richard Sandiford <richard@codesourcery.com>Richard Sandiford
2006-03-22* signal.cc (signal): Don't set SA_RESTART here.Christopher Faylor
2006-03-22* child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor
2006-03-21 * configure.host: Allow hosts to set the defaultMark Mitchell
2006-03-21* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor
2006-03-21 * acconfig.h (_ATEXIT_DYNAMIC_ALLOC): Undef.Mark Mitchell
2006-03-20* child_info.h (child_status): New enum.Christopher Faylor
2006-03-20revert previous debugging checkinChristopher Faylor
2006-03-20* pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifosChristopher Faylor
2006-03-20* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in theChristopher Faylor
2006-03-20* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor
2006-03-20 * hppa.h (SHF_HP_TLS, SHF_HP_NEAR_SHARED, SHF_HP_FAR_SHARED,John David Anglin
2006-03-18* pinfo.h (EXITCODE_OK): Define new constant.Christopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-182006-03-18 Julien Lecomte <julienlecomte@users.sourceforge.net>Danny Smith
2006-03-182006-03-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2006-03-16* include/winbase.h (STATUS_DLL_INIT_FAILED): New define.Christopher Faylor
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor
2006-03-162006-03-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
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* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor
2006-03-142006-03-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2006-03-142006-03-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-03-14* cygwinenv.sgml: Explain about new fork_retry CYGWIN environment variableChristopher Faylor
2006-03-13* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor
2006-03-13 Fix typo.Corinna Vinschen
2006-03-13 * autoload.cc (LoadDLLfuncNt): New define to wrap NT native functions.Corinna Vinschen
2006-03-13tweak last ChangeLog descriptionChristopher Faylor
2006-03-13* cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor
2006-03-13* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor
2006-03-102006-03-10 Paul Brook <paul@codesourcery.com>Paul Brook
2006-03-102006-03-10 Paul Brook <paul@codesourcery.com>Paul Brook
2006-03-09 * syscalls.cc (rename): Move existance check for oldpath further upCorinna Vinschen
2006-03-09 * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).Dimitri Papadopoulos
2006-03-09 * autoload.cc (NtClose): Define.Corinna Vinschen
2006-03-09 Remove accidentally checked in ChangeLog entry.Corinna Vinschen
2006-03-09 * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.Dimitri Papadopoulos
2006-03-09* cygtls.h (_cygtls::retaddr): New method.Christopher Faylor
2006-03-08 * syscalls.cc (statvfs): Simplify path name expression.Corinna Vinschen
2006-03-08 * syscalls.cc: Include winioctl.h.Corinna Vinschen
2006-03-082006-03-07 Eric Blake <ebb9@byu.net>Jeff Johnston