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-05-09* new-features.sgml (ov-new1.7.10): Document clock_settime.Yaakov Selkowitz
2011-05-09* times.cc (settimeofday): Add EFAULT handler.Yaakov Selkowitz
2011-05-07 * registry.cc (get_registry_hive_path): Change system_printf toCorinna Vinschen
2011-05-07* fhandler.h (fhandler_base::close_with_arch): Make non-virtual.Christopher Faylor
2011-05-07* fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor
2011-05-06* fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor
2011-05-06* new-features.sgml (ov-new1.7.10): Document sysinfo.Yaakov Selkowitz
2011-05-06* sysconf.cc (sysinfo): New function.Yaakov Selkowitz
2011-05-06 * libc/minires-os-if.c (get_dns_info): Drop printing uninitializedCorinna Vinschen
2011-05-06 * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen
2011-05-06* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor
2011-05-05 * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen
2011-05-05 * syscalls.cc (readv): Add myfault handler. Don't check repeatedlyCorinna Vinschen
2011-05-05* fhandler.cc (fhandler_base_overlapped::raw_read): Rename fromChristopher Faylor
2011-05-05* fork.cc (fork): Clear PID_REAPED.Christopher Faylor
2011-05-05* pinfo.cc (_pinfo::exists): Check for PID_REAPED.Christopher Faylor
2011-05-05 Fix typo.Corinna Vinschen
2011-05-05 * fhandler_disk_file.cc (fhandler_disk_file::pread): Correctly returnCorinna Vinschen
2011-05-05 * fhandler.cc (is_at_eof): Drop static storage class. Drop errCorinna Vinschen
2011-05-05 * dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamicallyCorinna Vinschen
2011-05-05 * posix.sgml (std-notimpl): Remove bsd_signal, setcontext, andCorinna Vinschen
2011-05-05 * fhandler_registry.cc (fhandler_registry::exists): Fix regressionCorinna Vinschen
2011-05-05* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor
2011-05-05* new-features.sgml (ov-new1.7.10): Document psiginfo, psignal,Yaakov Selkowitz
2011-05-05* cygwin.din (psiginfo): Export.Yaakov Selkowitz
2011-05-04* dll_list::detach (dll_list::detach): Avoid doing anything with detach duringChristopher Faylor
2011-05-04* dll_init.cc (dll_global_dtors): Avoid calling destructors during failingChristopher Faylor
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen
2011-05-04 * fhandler.h (class fhandler_mailslot): Move down in file and changeCorinna Vinschen
2011-05-04 * fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.Corinna Vinschen
2011-05-04 * fhandler_dsp.cc (fhandler_dev_dsp::Audio): Add fh member.Corinna Vinschen
2011-05-04* thread.h (pthread::static_cancel_self): Mark as noreturn.Christopher Faylor
2011-05-04* pinfo.cc (pinfo::pinfo): Set procinfo to NULL to avoid potential cleanup ofChristopher Faylor
2011-05-03 * select.cc (cygwin_select): Make degenerate case cancelable.Corinna Vinschen
2011-05-03 * locale.cc (print_locale_with_codeset): Align printing of locale namesCorinna Vinschen
2011-05-03 * fhandler.cc (fhandler_base_overlapped::wait_overlapped): MakeCorinna Vinschen
2011-05-03 * fhandler_tty.cc (fhandler_tty_slave::read): Set WFMO timeout to 0 forCorinna Vinschen
2011-05-03* new-features.sgml (ov-new1.7.10): Document new pthread APIs.Yaakov Selkowitz
2011-05-03* signal.cc (_pinfo::kill): Avoid referencing 'pid' after ESRCH.Christopher Faylor
2011-05-03* cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz
2011-05-03fix typoChristopher Faylor
2011-05-02* Makefile.in: Allow CFLAGS to be overridden from the environment.Christopher Faylor
2011-05-02 * thread.cc (cancelable_wait): Remove test for main thread.Corinna Vinschen
2011-05-02 * fhndler_tty.cc (andler_pty_master::process_slave_output): MakeCorinna Vinschen
2011-05-02 * fhandler_console.cc (fhandler_console::read): Make restartable andCorinna Vinschen
2011-05-02* strace.cc (strace::vprntf): Avoid closing unopened handle.Christopher Faylor
2011-05-02* sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS.Yaakov Selkowitz
2011-05-02Eliminate trailing whitespace in some files.Christopher Faylor
2011-05-02 Throughout remove NT4 from documentation.Corinna Vinschen
2011-05-02 * fhandler_serial.cc (fhandler_serial::raw_read): Add restartabilityCorinna Vinschen