summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamicallyCorinna Vinschen2011-05-052-1/+9
* * posix.sgml (std-notimpl): Remove bsd_signal, setcontext, andCorinna Vinschen2011-05-052-4/+6
* * fhandler_registry.cc (fhandler_registry::exists): Fix regressionCorinna Vinschen2011-05-052-2/+10
* * signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor2011-05-054-5/+16
* * new-features.sgml (ov-new1.7.10): Document psiginfo, psignal,Yaakov Selkowitz2011-05-042-2/+7
* * cygwin.din (psiginfo): Export.Yaakov Selkowitz2011-05-046-5/+74
* * configure.ac: Remove code setting special library locations forJoseph Myers2011-05-043-72/+7
* * dll_list::detach (dll_list::detach): Avoid doing anything with detach duringChristopher Faylor2011-05-042-1/+9
* * dll_init.cc (dll_global_dtors): Avoid calling destructors during failingChristopher Faylor2011-05-042-0/+10
* * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen2011-05-048-90/+27
* * fhandler.h (class fhandler_mailslot): Move down in file and changeCorinna Vinschen2011-05-043-20/+42
* * fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.Corinna Vinschen2011-05-043-11/+40
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio): Add fh member.Corinna Vinschen2011-05-042-25/+119
* * libc/include/signal.h (psignal): Declare.Yaakov Selkowitz2011-05-0410-50/+100
* include/coffTristan Gingold2011-05-043-16/+26
* * configure.ac: Separate libgloss_dir settings from general caseJoseph Myers2011-05-043-36/+72
* * libc/locale/lmessages.h (__messages_load_locale): Declare. RemoveCorinna Vinschen2011-05-043-13/+24
* Cygwin-specific patch from Andy Koppe:Corinna Vinschen2011-05-042-7/+13
* 2011-05-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-05-043-0/+31
* * thread.h (pthread::static_cancel_self): Mark as noreturn.Christopher Faylor2011-05-043-3/+12
* * pinfo.cc (pinfo::pinfo): Set procinfo to NULL to avoid potential cleanup ofChristopher Faylor2011-05-042-1/+6
* * select.cc (cygwin_select): Make degenerate case cancelable.Corinna Vinschen2011-05-034-10/+51
* * locale.cc (print_locale_with_codeset): Align printing of locale namesCorinna Vinschen2011-05-032-4/+10
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): MakeCorinna Vinschen2011-05-032-5/+12
* 2011-05-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-05-032-1/+6
* * fhandler_tty.cc (fhandler_tty_slave::read): Set WFMO timeout to 0 forCorinna Vinschen2011-05-032-37/+83
* * new-features.sgml (ov-new1.7.10): Document new pthread APIs.Yaakov Selkowitz2011-05-032-1/+6
* * signal.cc (_pinfo::kill): Avoid referencing 'pid' after ESRCH.Christopher Faylor2011-05-032-1/+9
* * cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz2011-05-038-6/+122
* fix typoChristopher Faylor2011-05-021-1/+1
* * Makefile.in: Allow CFLAGS to be overridden from the environment.Christopher Faylor2011-05-022-1/+5
* * thread.cc (cancelable_wait): Remove test for main thread.Corinna Vinschen2011-05-023-4/+7
* * fhndler_tty.cc (andler_pty_master::process_slave_output): MakeCorinna Vinschen2011-05-022-5/+17
* * fhandler_console.cc (fhandler_console::read): Make restartable andCorinna Vinschen2011-05-022-12/+19
* * strace.cc (strace::vprntf): Avoid closing unopened handle.Christopher Faylor2011-05-022-2/+8
* * sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS.Yaakov Selkowitz2011-05-022-1/+5
* * libc/include/sys/features.h [__CYGWIN__] (_POSIX_SPIN_LOCKS): Define.Yaakov Selkowitz2011-05-023-2/+8
* Eliminate trailing whitespace in some files.Christopher Faylor2011-05-028-13/+28
* Throughout remove NT4 from documentation.Corinna Vinschen2011-05-028-31/+34
* * fhandler_serial.cc (fhandler_serial::raw_read): Add restartabilityCorinna Vinschen2011-05-022-7/+47
* * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen2011-05-016-13/+28
* * libc/minires-os-if.c (get_dns_info): Remove unnecessary test forCorinna Vinschen2011-05-012-2/+6
* Add missing ChangeLog entry:Corinna Vinschen2011-05-011-0/+16
* Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen2011-05-017-63/+93
* * net.cc (fdsock): Drop setting uninterruptible_io to true.Corinna Vinschen2011-05-012-1/+4
* * fhandler.h (fhandler_socket::is_slow): Remove.Corinna Vinschen2011-05-012-1/+4
* * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen2011-04-3010-99/+197
* * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,Jakub Jelinek2011-04-302-0/+12
* * thread.h (class pthread): Add bool member canceled.Corinna Vinschen2011-04-303-3/+23
* * errno.cc (errmap): Sort. Map ERROR_EXE_MACHINE_TYPE_MISMATCH toCorinna Vinschen2011-04-292-4/+10