summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.h (fhandler_base::close_with_arch): Make non-virtual.Christopher Faylor2011-05-062-2/+8
* * fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor2011-05-063-5/+14
* * fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor2011-05-064-3/+16
* * new-features.sgml (ov-new1.7.10): Document sysinfo.Yaakov Selkowitz2011-05-062-1/+5
* * sysconf.cc (sysinfo): New function.Yaakov Selkowitz2011-05-066-3/+129
* * libc/minires-os-if.c (get_dns_info): Drop printing uninitializedCorinna Vinschen2011-05-062-1/+6
* * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen2011-05-065-54/+135
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-0514-406/+408
* * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen2011-05-055-19/+73
* * syscalls.cc (readv): Add myfault handler. Don't check repeatedlyCorinna Vinschen2011-05-052-34/+29
* * fhandler.cc (fhandler_base_overlapped::raw_read): Rename fromChristopher Faylor2011-05-056-40/+39
* * fork.cc (fork): Clear PID_REAPED.Christopher Faylor2011-05-054-5/+12
* * pinfo.cc (_pinfo::exists): Check for PID_REAPED.Christopher Faylor2011-05-052-1/+5
* Fix typo.Corinna Vinschen2011-05-051-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::pread): Correctly returnCorinna Vinschen2011-05-052-0/+18
* * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,Joseph Myers2011-05-053-210/+185
* * fhandler.cc (is_at_eof): Drop static storage class. Drop errCorinna Vinschen2011-05-053-4/+72
* * 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