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
path: root/winsup
AgeCommit message (Expand)Author
2012-09-18* pinfo.cc (pinfo::init): Detect potential race where short block has beenChristopher Faylor
2012-09-14* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.Christopher Faylor
2012-09-04* faq-what.xml: Fix typos, clarify responsibility slightly.Christopher Faylor
2012-09-02 * pseudo-reloc.cc (auto_protect_for): New function.Corinna Vinschen
2012-09-02 * cygcheck.cc (dump_sysinfo): Drop "not yet supported" text fromCorinna Vinschen
2012-08-26* pinfo.cc (pinfo::init): Remove assertion.Christopher Faylor
2012-08-23* pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.Christopher Faylor
2012-08-21* net.cc (get_adapters_addresses): Drop FIXME part of comment.Christopher Faylor
2012-08-17* DevNotes: Add entry cgf-000016.Christopher Faylor
2012-08-17* exceptions.cc (sig_handle_tty_stop): Clear tls sig field.Christopher Faylor
2012-08-17 * fhandler_clipboard.cc (fhandler_dev_clipboard::read): UseCorinna Vinschen
2012-08-17whitespace cleanupChristopher Faylor
2012-08-16* cygtls.cc (_cygtls::operator HANDLE): Reverse '?' test stupidity.Christopher Faylor
2012-08-16* cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor
2012-08-15fix typoChristopher Faylor
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-08-15* cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor
2012-08-15* gendef: Tighten up whitespace detection.Christopher Faylor
2012-08-15* gendef: Delete unneeded read from <IN> which ate an arbitrary line fromChristopher Faylor
2012-08-15* exceptions.cc (sigdelayed): Move declaration to sigproc.h.Christopher Faylor
2012-08-15* pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.Christopher Faylor
2012-08-14 * gmon.c (_mcleanup): Fix scope bug when using gmon_out array.Corinna Vinschen
2012-08-14* errno.cc (errmap): Keep sorted.Christopher Faylor
2012-08-14 * thread.cc (semaphore::_fixup_after_fork): Fix Win32 error output inCorinna Vinschen
2012-08-14* errno.cc (errmap): Keep sorted.Christopher Faylor
2012-08-14 * mount.cc (fs_names): Add missing ReFS entry. Change comment.Corinna Vinschen
2012-08-13* errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX to ELIBBAD.Christopher Faylor
2012-08-10 Even though MSDN documents these as __cdecl the kernel32.dll libraryEarnie Boyd
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor
2012-08-09 * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count sinceEarnie Boyd
2012-08-092012-08-08 Kai Tietz <ktietz@redhat.com>Earnie Boyd
2012-08-08 * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen
2012-08-07* signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr.Christopher Faylor
2012-08-06 * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()Earnie Boyd
2012-08-06 * mingwex/membarrier.c: New file.Earnie Boyd
2012-08-06 * include/winnt.h (MemoryBarrier): Use __sync_synchronize instead ofEarnie Boyd
2012-08-06*** empty log message ***Corinna Vinschen
2012-08-06AddChristopher Faylor
2012-08-04 * include/winver.h (VerQueryValue[AW]): Correct declaration per MSDN.Earnie Boyd
2012-08-04Add mingwex/tsearch.c to ChangeLogEarnie Boyd
2012-08-04 * include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,Earnie Boyd
2012-08-03 * include/limits.h (PATH_MAX): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd
2012-08-032012-08-02 Ivan Maidanski <ivmai@users.sourceforge.net>Earnie Boyd
2012-08-03 * include/stdio.h (_lock_file, _unlock_file): Declare.Earnie Boyd
2012-08-03 * include/stdio.h (_getws, _putws): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd
2012-08-03 * include/wchar.h (_wcstrtoi64): Declare.Earnie Boyd
2012-08-03 * include/stdlib.h (_strtoi64): Declare.Earnie Boyd
2012-08-03* exceptions.cc (sigdelayed): Simplify declaration.Christopher Faylor
2012-08-03* spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna'sChristopher Faylor
2012-08-03 * faq-using.xml (faq.using.man): Make relevance to whatis explicit.Corinna Vinschen