Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2011-12-19 * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen
2011-12-19 * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen
2011-12-19clarify entryChristopher Faylor
2011-12-18* fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-17 * dcrt0.cc (_dll_crt0): Fix formatting.Corinna Vinschen
2011-12-17 * wow64.cc (wow64_revert_to_original_stack): Fix comment.Corinna Vinschen
2011-12-17* exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor
2011-12-17Fix formatting. Fix typo.Christopher Faylor
2011-12-17Implement fhandler reference counting.Christopher Faylor
2011-12-16 * dcrt0.cc (child_info_fork::alloc_stack): Correctly check if theCorinna Vinschen
2011-12-16* gendef (sigdelayed): Remember to pop all of the saved registers.Christopher Faylor
2011-12-16* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Fix unresolvedChristopher Faylor
2011-12-16 * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen
2011-12-16* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor
2011-12-15 Don't leave Windows 2000 behind.Corinna Vinschen
2011-12-14Factor common code from subdirectory makefiles into Makefile.comm.inKeith Marshall
2011-12-14Prepare for factoring out common makefile code.Keith Marshall
2011-12-14add missing changeChristopher Faylor
2011-12-14* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor
2011-12-13 * netdb.cc (open_system_file): Avoid MS-DOS path warning.Corinna Vinschen
2011-12-13 * path.cc (conv_path_list): Fix a condition.Corinna Vinschen
2011-12-13 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CallCorinna Vinschen
2011-12-13 * times.cc (hires_ns::resolution): Don't return less than 1.Corinna Vinschen
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor
2011-12-13* faq-using.xml: Remove obsolete entry about the standard console window.Christopher Faylor
2011-12-13 * fhandler_process.cc (dos_drive_mappings): Partially rewrite toCorinna Vinschen
2011-12-13Correct makefile error; remove unnecessary FLAGS_TO_PASS macroKeith Marshall
2011-12-12 * fhandler_process.cc (dos_drive_mappings::dos_drive_mappings): FullyCorinna Vinschen
2011-12-12 * mount.cc (fs_info::update): Set has_buggy_reopen for Netapps as well.Corinna Vinschen
2011-12-12 * dcrt0.cc (wow64_respawn): New static variable.Corinna Vinschen
2011-12-12* pipe.cc (fhandler_pipe::create): Use debug_printf to print debugging infoChristopher Faylor
2011-12-11* select.cc (select_stuff::wait): Very minor formatting fix.Christopher Faylor
2011-12-11Correct defective configure checkinKeith Marshall
2011-12-10fix another typo in ChangeLogChristopher Faylor
2011-12-10* sigproc.h (cygwait): Delete duplicate va_start and add matching va_end.Christopher Faylor
2011-12-10Add ChangeLog entry for previous change and revert erroneously checked inChristopher Faylor
2011-12-10Clarify entryChristopher Faylor
2011-12-10Build system clean-up (phase 1)Keith Marshall
2011-12-10* exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put backChristopher Faylor
2011-12-09* dllfixdbg: Work around annoying gdb warning about missing .gnu_debuglink.Christopher Faylor
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor
2011-12-09Revert erroneous checkinChristopher Faylor
2011-12-09* sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,Christopher Faylor
2011-12-09* select.cc (cygwin_select): Fifth time is the charm.Christopher Faylor
2011-12-09* select.cc (cygwin_select): Make sure that 0 is returned when sel.wait timesChristopher Faylor
2011-12-08* include/sys/wait.h: Add in all c++ functions.Christopher Faylor
2011-12-08* select.cc (select_stuff::wait): Temporarily disallow APCS.Christopher Faylor
2011-12-08* include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor
2011-12-08* select.cc (cygwin_select): Make sure that poll is called when appropriate.Christopher Faylor