summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen2011-12-227-165/+217
* * fhandler_process.cc: Drop unneeded includes.Corinna Vinschen2011-12-222-2/+4
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-2214-308/+331
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use correct value inChristopher Faylor2011-12-212-1/+6
* * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen2011-12-213-9/+20
* config/:Andreas Schwab2011-12-202-1/+6
* * fvwrite.c (__sfvwrite_r): Set __SMBF flag to avoid double free inCorinna Vinschen2011-12-202-1/+8
* 2011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2011-12-19287-17482/+21674
* * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen2011-12-192-3/+14
* Check for warning flags without no- prefixAndreas Schwab2011-12-192-7/+23
* * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen2011-12-196-17/+53
* 2011-12-19 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2011-12-192-1/+12
* clarify entryChristopher Faylor2011-12-191-1/+1
* libgloss: bfin: add clear_cache_range support (for gcc)Michael Frysinger2011-12-183-3/+48
* * configure: Regenerate.Eric Botcazou2011-12-184-5/+13
* * fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor2011-12-183-22/+49
* Clean up whitespace.Christopher Faylor2011-12-1757-895/+894
* * dcrt0.cc (_dll_crt0): Fix formatting.Corinna Vinschen2011-12-172-6/+7
* * wow64.cc (wow64_revert_to_original_stack): Fix comment.Corinna Vinschen2011-12-173-4/+9
* * exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor2011-12-175-17/+22
* Fix formatting. Fix typo.Christopher Faylor2011-12-171-3/+2
* Implement fhandler reference counting.Christopher Faylor2011-12-179-46/+141
* * dcrt0.cc (child_info_fork::alloc_stack): Correctly check if theCorinna Vinschen2011-12-163-36/+88
* * gendef (sigdelayed): Remember to pop all of the saved registers.Christopher Faylor2011-12-162-37/+42
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Fix unresolvedChristopher Faylor2011-12-162-1/+6
* * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen2011-12-165-87/+258
* binutils/Tristan Gingold2011-12-162-0/+89
* * exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor2011-12-165-20/+38
* 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2011-12-152-0/+41
* 2011-12-15 Konrad Eisele <konrad@gaisler.com>Jeff Johnston2011-12-15101-1031/+17246
* Don't leave Windows 2000 behind.Corinna Vinschen2011-12-143-2/+49
* bfd/Tristan Gingold2011-12-142-0/+8
* 2011-12-13 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2011-12-132-7/+38
* 2011-12-13 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2011-12-132-8/+44
* Factor common code from subdirectory makefiles into Makefile.comm.inKeith Marshall2011-12-137-351/+290
* Prepare for factoring out common makefile code.Keith Marshall2011-12-132-11/+21
* add missing changeChristopher Faylor2011-12-131-3/+0
* * dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor2011-12-138-43/+95
* * netdb.cc (open_system_file): Avoid MS-DOS path warning.Corinna Vinschen2011-12-132-1/+7
* * path.cc (conv_path_list): Fix a condition.Corinna Vinschen2011-12-132-25/+21
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CallCorinna Vinschen2011-12-134-40/+56
* * times.cc (hires_ns::resolution): Don't return less than 1.Corinna Vinschen2011-12-132-1/+5
* * cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor2011-12-1310-36/+46
* * faq-using.xml: Remove obsolete entry about the standard console window.Christopher Faylor2011-12-134-24/+15
* * fhandler_process.cc (dos_drive_mappings): Partially rewrite toCorinna Vinschen2011-12-122-76/+93
* Correct makefile error; remove unnecessary FLAGS_TO_PASS macroKeith Marshall2011-12-123-51/+36
* * fhandler_process.cc (dos_drive_mappings::dos_drive_mappings): FullyCorinna Vinschen2011-12-122-0/+31
* * mount.cc (fs_info::update): Set has_buggy_reopen for Netapps as well.Corinna Vinschen2011-12-122-3/+7
* * libc/time/strftime.c (get_era_info): Fix off-by-one error in monthCorinna Vinschen2011-12-122-3/+8
* * dcrt0.cc (wow64_respawn): New static variable.Corinna Vinschen2011-12-123-59/+101