summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* * child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.Christopher Faylor2012-10-092-2/+5
* * pinfo.cc: Remove unneeded assert.h.Christopher Faylor2012-10-092-1/+4
* * cygcheck.cc (dump_sysinfo): Convert "if/else if" chain to a switchCorinna Vinschen2012-10-092-9/+21
* * pinfo.cc (pinfo::init): Detect potential race where short block has beenChristopher Faylor2012-09-172-0/+14
* * cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.Christopher Faylor2012-09-144-7/+12
* * faq-what.xml: Fix typos, clarify responsibility slightly.Christopher Faylor2012-09-041-2/+2
* * pseudo-reloc.cc (auto_protect_for): New function.Corinna Vinschen2012-09-022-18/+57
* * cygcheck.cc (dump_sysinfo): Drop "not yet supported" text fromCorinna Vinschen2012-09-022-25/+59
* * pinfo.cc (pinfo::init): Remove assertion.Christopher Faylor2012-08-262-1/+4
* * pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.Christopher Faylor2012-08-232-1/+6
* * net.cc (get_adapters_addresses): Drop FIXME part of comment.Christopher Faylor2012-08-212-3/+5
* * DevNotes: Add entry cgf-000016.Christopher Faylor2012-08-176-38/+66
* * exceptions.cc (sig_handle_tty_stop): Clear tls sig field.Christopher Faylor2012-08-172-1/+11
* * fhandler_clipboard.cc (fhandler_dev_clipboard::read): UseCorinna Vinschen2012-08-173-7/+55
* whitespace cleanupChristopher Faylor2012-08-1622-71/+71
* * cygtls.cc (_cygtls::operator HANDLE): Reverse '?' test stupidity.Christopher Faylor2012-08-162-1/+5
* * cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor2012-08-164-24/+39
* fix typoChristopher Faylor2012-08-151-1/+1
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-1513-25/+36
* * cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor2012-08-154-7/+36
* * gendef: Tighten up whitespace detection.Christopher Faylor2012-08-152-4/+8
* * gendef: Delete unneeded read from <IN> which ate an arbitrary line fromChristopher Faylor2012-08-152-2/+6
* * exceptions.cc (sigdelayed): Move declaration to sigproc.h.Christopher Faylor2012-08-155-5/+18
* * pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.Christopher Faylor2012-08-152-1/+5
* * gmon.c (_mcleanup): Fix scope bug when using gmon_out array.Corinna Vinschen2012-08-142-4/+8
* * errno.cc (errmap): Keep sorted.Christopher Faylor2012-08-142-1/+5
* * thread.cc (semaphore::_fixup_after_fork): Fix Win32 error output inCorinna Vinschen2012-08-142-1/+6
* * errno.cc (errmap): Keep sorted.Christopher Faylor2012-08-142-1/+5
* * mount.cc (fs_names): Add missing ReFS entry. Change comment.Corinna Vinschen2012-08-143-1/+10
* * errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX to ELIBBAD.Christopher Faylor2012-08-132-0/+5
* Even though MSDN documents these as __cdecl the kernel32.dll libraryEarnie Boyd2012-08-103-6/+22
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-099-67/+153
* * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count sinceEarnie Boyd2012-08-082-3/+10
* 2012-08-08 Kai Tietz <ktietz@redhat.com>Earnie Boyd2012-08-082-4/+8
* * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen2012-08-082-1/+9
* * signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr.Christopher Faylor2012-08-072-2/+5
* * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()Earnie Boyd2012-08-062-2/+7
* * mingwex/membarrier.c: New file.Earnie Boyd2012-08-063-2/+27
* * include/winnt.h (MemoryBarrier): Use __sync_synchronize instead ofEarnie Boyd2012-08-062-5/+6
* *** empty log message ***Corinna Vinschen2012-08-061-0/+12
* AddChristopher Faylor2012-08-061-0/+13
* * include/winver.h (VerQueryValue[AW]): Correct declaration per MSDN.Earnie Boyd2012-08-042-2/+6
* Add mingwex/tsearch.c to ChangeLogEarnie Boyd2012-08-031-0/+1
* * include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,Earnie Boyd2012-08-033-11/+27
* * include/limits.h (PATH_MAX): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd2012-08-033-1/+9
* 2012-08-02 Ivan Maidanski <ivmai@users.sourceforge.net>Earnie Boyd2012-08-032-0/+26
* * include/stdio.h (_lock_file, _unlock_file): Declare.Earnie Boyd2012-08-032-1/+4
* * include/stdio.h (_getws, _putws): Guard with #ifndef __STRICT_ANSI__.Earnie Boyd2012-08-032-2/+7
* * include/wchar.h (_wcstrtoi64): Declare.Earnie Boyd2012-08-033-4/+12
* * include/stdlib.h (_strtoi64): Declare.Earnie Boyd2012-08-032-0/+20