summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * pipe.cc (fhandler_pipe::create): Use debug_printf to print debugging infoChristopher Faylor2011-12-122-6/+51
* * select.cc (select_stuff::wait): Very minor formatting fix.Christopher Faylor2011-12-114-23/+22
* Correct defective configure checkinKeith Marshall2011-12-101-229/+2
* fix another typo in ChangeLogChristopher Faylor2011-12-101-1/+1
* * sigproc.h (cygwait): Delete duplicate va_start and add matching va_end.Christopher Faylor2011-12-102-1/+8
* Add ChangeLog entry for previous change and revert erroneously checked inChristopher Faylor2011-12-103-85/+63
* Clarify entryChristopher Faylor2011-12-104-62/+88
* Build system clean-up (phase 1)Keith Marshall2011-12-106-2399/+2662
* * exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put backChristopher Faylor2011-12-103-10/+16
* * dllfixdbg: Work around annoying gdb warning about missing .gnu_debuglink.Christopher Faylor2011-12-092-1/+6
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-0910-32/+89
* Revert erroneous checkinChristopher Faylor2011-12-091-3/+0
* * sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,Christopher Faylor2011-12-093-2/+26
* * select.cc (cygwin_select): Fifth time is the charm.Christopher Faylor2011-12-092-3/+10
* bfd:Andrew Pinski2011-12-082-1/+13
* * select.cc (cygwin_select): Make sure that 0 is returned when sel.wait timesChristopher Faylor2011-12-082-2/+7
* * include/sys/wait.h: Add in all c++ functions.Christopher Faylor2011-12-082-2/+6
* * select.cc (select_stuff::wait): Temporarily disallow APCS.Christopher Faylor2011-12-082-2/+6
* * include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor2011-12-082-0/+7
* * select.cc (cygwin_select): Make sure that poll is called when appropriate.Christopher Faylor2011-12-082-25/+22
* * dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor2011-12-085-13/+18