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-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
2011-12-08* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor
2011-12-08* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP sinceChristopher Faylor
2011-12-08* select.cc (cygwin_select): Add common introducer and leaver debug output.Christopher Faylor
2011-12-07* exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can causeChristopher Faylor
2011-12-07 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen
2011-12-07* fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid typo and actually wait forChristopher Faylor
2011-12-05* sigproc.cc (close_my_readsig): New function.Christopher Faylor
2011-12-05 * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.Corinna Vinschen
2011-12-04correct name of functionChristopher Faylor
2011-12-04* sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor
2011-12-04* sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN" #ifdef.Christopher Faylor
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2011-12-04* mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor
2011-12-04fix incorrectly named file in old ChangeLog entryChristopher Faylor
2011-12-04 * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. DropCorinna Vinschen