summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothcvs/cr-0x9ecr-0x9eChristopher Faylor2004-01-261-0/+9
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-261-0/+16
* * fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor2004-01-251-0/+5
* * sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor2004-01-251-0/+4
* * fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor2004-01-241-0/+8
* * exceptions.cc (sig_handle): Remove extraneous vforkism.Christopher Faylor2004-01-241-0/+4
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-0/+26
* * fhandler_socket.cc (fhandler_socket::create_secret_event): Avoid creatingChristopher Faylor2004-01-241-0/+43
* * exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2004-01-231-0/+6
* * fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when theChristopher Faylor2004-01-231-0/+7
* * dcrt0.cc (reent_data): Make global.Christopher Faylor2004-01-221-0/+23
* * devices.in: Change raw com device to more correct form.Christopher Faylor2004-01-211-0/+14
* * signal.cc (sigaction): Fix if-statement typo.Christopher Faylor2004-01-211-0/+4
* * cygtls.cc (handle_threadlist_exception): Change logic, improve debuggingChristopher Faylor2004-01-211-0/+5
* * fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor2004-01-211-0/+6
* * sigproc.cc (pending_signals::save): New function.Christopher Faylor2004-01-211-0/+254