aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-01-26* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothgithub/cr-0x9ecr-0x9eChristopher Faylor3-9/+34
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor5-19/+46
2004-01-25* fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor2-14/+22
2004-01-25* sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor2-1/+4
2004-01-24* fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor3-12/+23
2004-01-24* exceptions.cc (sig_handle): Remove extraneous vforkism.Christopher Faylor2-1/+5
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor10-110/+133
2004-01-24* fhandler_socket.cc (fhandler_socket::create_secret_event): Avoid creatingChristopher Faylor22-42/+172
2004-01-23This commit was manufactured by cvs2svn to create branch 'cr-0x9e'.cvs2svn3-0/+3602
2004-01-23* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2-1/+7
2004-01-23oopsChristopher Faylor1-1/+1
2004-01-23* fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when theChristopher Faylor2-4/+16
2004-01-22missed checkinChristopher Faylor1-2/+2
2004-01-22* dcrt0.cc (reent_data): Make global.Christopher Faylor7-26/+51
2004-01-21* devices.in: Change raw com device to more correct form.Christopher Faylor5-54/+62
2004-01-21* signal.cc (sigaction): Fix if-statement typo.Christopher Faylor2-1/+5
2004-01-21* cygtls.cc (handle_threadlist_exception): Change logic, improve debuggingChristopher Faylor2-4/+22
2004-01-21* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor2-7/+15
2004-01-21* sigproc.cc (pending_signals::save): New function.Christopher Faylor3-4/+18
2004-01-20merge from trunk.Christopher Faylor5-15/+41
2004-01-20This commit was manufactured by cvs2svn to create branch 'cr-0x9e'.cvs2svn4-3592/+41
2004-01-19This commit was manufactured by cvs2svn to create branch 'cr-0x9d'.github/cr-0x9dcr-0x9dcvs2svn3538-818125/+0
2004-01-19updateChristopher Faylor1-5/+0
2004-01-17 * include/stdint.h Fix __STDC_CONSTANT_MACROS for 8 and 16 bitDanny Smith2-13/+14
2004-01-17* dtable.cc (dtable::vfork_parent_restore): Avoid double close of ctty whenChristopher Faylor2-3/+10
2004-01-17* libc/stdio/vfprintf.c: Add sys/lock.h include.Christopher Faylor2-0/+5
2004-01-17* fhandler_console.cc (fhandler_console::close): Remove obsolete test forChristopher Faylor3-2/+10
2004-01-16* cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still active.Christopher Faylor2-1/+11
2004-01-16* dtable.cc (dtable::vfork_parent_restore): Store ctty_on_hold prior to callingChristopher Faylor2-1/+7
2004-01-162004-01-16 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston3-4/+12
2004-01-16 * process.h (cleanup_routine::~cleanup_routine): Make pure virtualCorinna Vinschen3-8/+7
2004-01-162004-01-16 Martin Fuchs <martin-fuchs@gmx.net>Danny Smith2-0/+5
2004-01-162004-01-15 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin4-58/+153
2004-01-152004-01-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-21/+9
2004-01-15* gentls_offsets: Reinstate unlink of temp files.Christopher Faylor3-4/+18
2004-01-152004-01-15 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston5-0/+27
2004-01-152004-01-15 Filip Navara <xnavara@volny.cz>Danny Smith7-9/+20
2004-01-14* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.DJ Delorie4-293/+13
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor37-424/+753
2004-01-14* gettext.m4: Quote names of macros to be defined by AC_DEFUNMaciej W. Rozycki4-44/+56
2004-01-142004-01-14 Greg Chicares <chicares@users.sourceforge.net>Danny Smith2-0/+6
2004-01-13 * demangle.h: Instead of checking ANSI_PROTOTYPES, just includeIan Lance Taylor2-6/+4
2004-01-13Merge from gcc.Ian Lance Taylor2-3/+1536
2004-01-12merge from gccDJ Delorie2-2/+379
2004-01-12Add support for relaxation of bit manipulation instructions.Nick Clifton2-2/+6
2004-01-112004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin7-0/+32
2004-01-112004-01-11 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin12-63/+297
2004-01-09(BITOP): Dissallow operations on @aa:16 and @aa:32 except for the H8S.Nick Clifton2-27/+28
2004-01-082004-01-08 Joel Sherrill <joel@oarcorp.com>Jeff Johnston4-2/+8
2004-01-082004-01-08 Joel Sherrill <joel@oarcorp.com>Jeff Johnston6-20/+690