summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Corinna Vinschen2011-03-201-1/+1
* * fenv.cc (_feinitialise); Don't use SSE instructions on systems notCorinna Vinschen2011-03-204-4/+25
* * cygwin.sc: Raise default cygheap size to 2 Megs.Corinna Vinschen2011-03-182-1/+5
* * config.guess: Update to version 2011-02-02David Edelsohn2011-03-183-132/+154
* Fix typo.Corinna Vinschen2011-03-181-1/+1
* * fhandler.h (DEFAULT_PIPEBUFSIZE): Reset to 64K.Christopher Faylor2011-03-182-1/+9
* * mmap.cc (mmap_record::alloc_fh): Initialize nmae strings in fdev toCorinna Vinschen2011-03-182-1/+8
* * mmap.cc (class mmap_record): Pack 4 byte-aligned. Convert member devCorinna Vinschen2011-03-182-5/+16
* * mmap.cc (mmap_record::page_map): Define as variable array rather thanCorinna Vinschen2011-03-182-26/+29
* * crt0.c (mainCRTStartup): Move call to _feinitialise from here...Corinna Vinschen2011-03-173-3/+10
* * winver.rc: Fix copyright dates.Corinna Vinschen2011-03-162-1/+5
* * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,Jakub Jelinek2011-03-162-1/+31
* include/elf/Richard Sandiford2011-03-142-0/+6
* include/elf/Richard Sandiford2011-03-143-0/+16
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only useCorinna Vinschen2011-03-142-1/+7
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove specialChristopher Faylor2011-03-133-83/+56
* 2011-03-11 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2011-03-123-3/+8
* * common.h (EM_V850): V850s now supplied by Renesas.Nick Clifton2011-03-102-1/+5
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): HandleChristopher Faylor2011-03-092-24/+49
* * fhandler.cc (fhandler_base_overlapped::write_overlapp): Oops! AccommodateChristopher Faylor2011-03-092-1/+6
* * errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.Christopher Faylor2011-03-096-57/+193
* * security.cc: Fix copyright dates.Corinna Vinschen2011-03-082-2/+6
* * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen2011-03-088-21/+85
* 2011-03-07 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2011-03-083-16/+23
* sim: bfin: new portMichael Frysinger2011-03-062-0/+86
* 2011-03-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2011-03-053-3/+8
* 2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-03-052-0/+10
* 2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-03-052-0/+37
* 2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-03-052-0/+21
* 2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-03-052-4/+8
* Guard against M4 versions with a buggy strstr.Ralf Wildenhues2011-03-052-0/+12
* 2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-03-052-1/+5
* 2011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-03-052-0/+15
* 2011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-03-053-1/+12
* 2011-03-04 Seth Jackson <sethj@users.sourceforge.net>Chris Sutcliffe2011-03-053-0/+10
* 2011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-03-052-2/+14
* * fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.Corinna Vinschen2011-03-042-53/+133
* Adjust test of with_ppl.Sebastian Pop2011-03-043-2/+7
* * posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, returnCorinna Vinschen2011-03-032-5/+29
* * libc/include/string.h: Include sys/cdefs.h.Corinna Vinschen2011-03-032-0/+5
* * libc/include/sys/cdefs.h (__CONCAT1): Define.Corinna Vinschen2011-03-033-1/+32
* * errno.cc (__xpg_strerror_r): Add accidentally missing condition.Corinna Vinschen2011-03-032-0/+5
* * fhandler_procsys.cc (fhandler_procsys::open): Call worker existsCorinna Vinschen2011-03-022-1/+6
* * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.Corinna Vinschen2011-03-022-0/+36
* Add -lpwl to ppllibs, and -lisl to clooglibs.Sebastian Pop2011-03-024-52/+139
* * autoload.cc (dll_load): Avoid in_forkee test since this apparently fails evenChristopher Faylor2011-03-012-2/+7
* * include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9.Christopher Faylor2011-03-012-1/+5
* 2011-03-01 Aaron Landwehr <snaphat@gmail.com>Jeff Johnston2011-03-013-2/+7
* * autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack onChristopher Faylor2011-03-014-1/+20
* * autoload.cc (dll_load): Make inline. Clarify logic.Christopher Faylor2011-02-282-3/+10