aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2011-05-09* times.cc (settimeofday): Add EFAULT handler.Yaakov Selkowitz5-7/+53
2011-05-07 * registry.cc (get_registry_hive_path): Change system_printf toCorinna Vinschen2-4/+10
2011-05-06* fhandler.h (fhandler_base::close_with_arch): Make non-virtual.Christopher Faylor2-2/+8
2011-05-06* fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor3-5/+14
2011-05-06* fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor4-3/+16
2011-05-06* sysconf.cc (sysinfo): New function.Yaakov Selkowitz6-3/+129
2011-05-06 * libc/minires-os-if.c (get_dns_info): Drop printing uninitializedCorinna Vinschen2-1/+6
2011-05-06 * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen5-54/+135
2011-05-05* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor14-406/+408
2011-05-05 * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen5-19/+73
2011-05-05 * syscalls.cc (readv): Add myfault handler. Don't check repeatedlyCorinna Vinschen2-34/+29
2011-05-05* fhandler.cc (fhandler_base_overlapped::raw_read): Rename fromChristopher Faylor6-40/+39
2011-05-05* fork.cc (fork): Clear PID_REAPED.Christopher Faylor4-5/+12
2011-05-05* pinfo.cc (_pinfo::exists): Check for PID_REAPED.Christopher Faylor2-1/+5
2011-05-05 Fix typo.Corinna Vinschen1-1/+1
2011-05-05 * fhandler_disk_file.cc (fhandler_disk_file::pread): Correctly returnCorinna Vinschen2-0/+18
2011-05-05 * fhandler.cc (is_at_eof): Drop static storage class. Drop errCorinna Vinschen3-4/+72
2011-05-05 * dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamicallyCorinna Vinschen2-1/+9
2011-05-05 * posix.sgml (std-notimpl): Remove bsd_signal, setcontext, andCorinna Vinschen2-4/+6
2011-05-05 * fhandler_registry.cc (fhandler_registry::exists): Fix regressionCorinna Vinschen2-2/+10
2011-05-05* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor4-5/+16
2011-05-04* cygwin.din (psiginfo): Export.Yaakov Selkowitz6-5/+74
2011-05-04* dll_list::detach (dll_list::detach): Avoid doing anything with detach duringChristopher Faylor2-1/+9
2011-05-04* dll_init.cc (dll_global_dtors): Avoid calling destructors during failingChristopher Faylor2-0/+10
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen8-90/+27
2011-05-04 * fhandler.h (class fhandler_mailslot): Move down in file and changeCorinna Vinschen3-20/+42
2011-05-04 * fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.Corinna Vinschen3-11/+40
2011-05-04 * fhandler_dsp.cc (fhandler_dev_dsp::Audio): Add fh member.Corinna Vinschen2-25/+119
2011-05-04* thread.h (pthread::static_cancel_self): Mark as noreturn.Christopher Faylor3-3/+12
2011-05-04* pinfo.cc (pinfo::pinfo): Set procinfo to NULL to avoid potential cleanup ofChristopher Faylor2-1/+6
2011-05-03 * select.cc (cygwin_select): Make degenerate case cancelable.Corinna Vinschen4-10/+51
2011-05-03 * fhandler.cc (fhandler_base_overlapped::wait_overlapped): MakeCorinna Vinschen2-5/+12
2011-05-03 * fhandler_tty.cc (fhandler_tty_slave::read): Set WFMO timeout to 0 forCorinna Vinschen2-37/+83
2011-05-03* signal.cc (_pinfo::kill): Avoid referencing 'pid' after ESRCH.Christopher Faylor2-1/+9
2011-05-03* cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz8-6/+122
2011-05-02fix typoChristopher Faylor1-1/+1
2011-05-02* Makefile.in: Allow CFLAGS to be overridden from the environment.Christopher Faylor2-1/+5
2011-05-02 * thread.cc (cancelable_wait): Remove test for main thread.Corinna Vinschen3-4/+7
2011-05-02 * fhndler_tty.cc (andler_pty_master::process_slave_output): MakeCorinna Vinschen2-5/+17
2011-05-02 * fhandler_console.cc (fhandler_console::read): Make restartable andCorinna Vinschen2-12/+19
2011-05-02* strace.cc (strace::vprntf): Avoid closing unopened handle.Christopher Faylor2-2/+8
2011-05-02* sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS.Yaakov Selkowitz2-1/+5
2011-05-02Eliminate trailing whitespace in some files.Christopher Faylor8-13/+28
2011-05-02 * fhandler_serial.cc (fhandler_serial::raw_read): Add restartabilityCorinna Vinschen2-7/+47
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen6-13/+28
2011-05-01 * libc/minires-os-if.c (get_dns_info): Remove unnecessary test forCorinna Vinschen2-2/+6
2011-05-01Add missing ChangeLog entry:Corinna Vinschen1-0/+16
2011-05-01 Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen7-63/+93
2011-05-01 * net.cc (fdsock): Drop setting uninterruptible_io to true.Corinna Vinschen2-1/+4
2011-05-01 * fhandler.h (fhandler_socket::is_slow): Remove.Corinna Vinschen2-1/+4