summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor2011-08-183-2/+7
* * dtable.cc (dtable::get_debugger_info): Add missing braces.Corinna Vinschen2011-08-182-7/+14
* 2011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2011-08-162-50/+22
* * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen2011-08-164-9/+67
* * new-features.sgml (ov-new1.7.10): Document new RTLD flags.Corinna Vinschen2011-08-162-0/+8
* * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen2011-08-162-1/+6
* * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen2011-08-164-16/+50
* * pipe.cc (pipe): Just call _pipe with O_BINARY mode. Move code toCorinna Vinschen2011-08-152-19/+11
* Merge from gcc:Yao Qi2011-08-143-2/+10
* * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen2011-08-135-29/+103
* Add R_X86_64_RELATIVE64.H.J. Lu2011-08-122-0/+6
* * miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor2011-08-124-16/+7
* * new-features.sgml (ov-new1.7.10): Document large address awarenessCorinna Vinschen2011-08-123-44/+61
* * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen2011-08-122-3/+11
* * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen2011-08-123-1/+31
* * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen2011-08-113-4/+25
* * (winpids::add): Make sure to store always a Windows PID inCorinna Vinschen2011-08-112-25/+77
* * ps.cc (main): Don't overwrite process name, just attach <defunct>Corinna Vinschen2011-08-102-5/+10
* * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen2011-08-103-28/+34
* gas/Maciej W. Rozycki2011-08-092-5/+33
* include/opcode/Maciej W. Rozycki2011-08-092-33/+55
* * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen2011-08-094-34/+36
* * ntdll.h (STATUS_NOT_FOUND): Define.Corinna Vinschen2011-08-093-25/+62
* Fix name in last entry.Jeff Johnston2011-08-081-0/+5
* bfd/Tristan Gingold2011-08-083-1/+20
* bfd/Tristan Gingold2011-08-085-123/+498
* * resource.cc (getrlimit): Just return RLIM_INFINITY in a request forCorinna Vinschen2011-08-072-4/+7
* * fhandler_process.cc (format_process_maps): Actually print info aboutCorinna Vinschen2011-08-072-1/+11
* include/opcode/David S. Miller2011-08-052-3/+10
* * include/winnt.h (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE,Corinna Vinschen2011-08-052-3/+18
* * faq-using.xml (faq.using.bloda): Add NVIDIA. Change wording slightly.Corinna Vinschen2011-08-042-1/+6
* * net.cc (socketpair): Release sb0 if there's no space left for sb1.Corinna Vinschen2011-08-042-0/+6
* * mips.h: Document the use of FP_D in MIPS16 mode. Adjust theMaciej W. Rozycki2011-08-032-1/+9
* * new-features.sgml (ov-new1.7.10): Document new POSIX Clock SelectionYaakov Selkowitz2011-08-032-0/+10
* * cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz2011-08-036-20/+97
* * dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor2011-08-034-44/+57
* * cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz2011-08-0312-138/+196
* 2011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2011-08-012-34/+44
* * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen2011-08-015-8/+18
* * dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error message.Christopher Faylor2011-08-012-1/+6
* * sigproc.cc (pending_signals::pending): Define new function.Christopher Faylor2011-08-012-1/+14
* * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen2011-07-319-60/+18
* add missing entryChristopher Faylor2011-07-301-0/+1
* * cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor2011-07-306-30/+37
* * fhandler.h (fhandler_base_overlapped::size): Declare/define size() functionChristopher Faylor2011-07-302-0/+10
* * fhandler_registry.cc (fhandler_registry::dup): Duplicate value_name.Corinna Vinschen2011-07-302-2/+11
* bfd/Maciej W. Rozycki2011-07-292-6/+9
* Throughout change "WinSock" to "Winsock" in comments.Corinna Vinschen2011-07-294-12/+46
* * include/winsock2.h (SIO_UDP_CONNRESET): Define.Corinna Vinschen2011-07-292-0/+5
* Merge from gcc:Ian Lance Taylor2011-07-266-749/+312