summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-289-44/+72
* * configure.in: Set RAW_CXX_FOR_TARGET if unset.Daniel Jacobowitz2003-08-273-35/+44
* * specdir: Correctly remove temporary directory prior to use.Christopher Faylor2003-08-272-1/+5
* * sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor2003-08-272-70/+86
* * config/no-executables.m4: New file.Daniel Jacobowitz2003-08-272-0/+65
* 2003-08-27 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2003-08-272-0/+10
* Merge bugfix from GCC:Nathanael Nerode2003-08-273-35/+43
* 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-08-262-0/+7
* 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-08-265-6/+16
* * include/cygwin/stat.h: Allow definition of internal stat structuresCorinna Vinschen2003-08-262-1/+6
* 2003-08-26 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-08-264-1/+1145
* * sparc/elfsim.ld: Fix __EH_FRAME_BEGIN__ definition.Jason Merrill2003-08-263-2/+7
* add missing filesChristopher Faylor2003-08-251-0/+2
* * Makefile.in: Build libcygserver.a.Christopher Faylor2003-08-253-6/+16
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-2511-19/+39
* 2003-08-26 Filip Navara <xnavara@volny.cz>Danny Smith2003-08-252-1/+14
* test new snmp headersDanny Smith2003-08-251-0/+3
* Add snmp APIDanny Smith2003-08-258-2/+761
* 2003-08-25 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2003-08-254-52/+63
* 2003-08-25 Filip Navara <xnavara@volny.cz>Danny Smith2003-08-252-66/+607
* 2003-08-24 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-08-246-9/+45
* 2003-08-23 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-232-2/+39
* * syscalls.cc (_remove_r): Define.Christopher Faylor2003-08-232-0/+19
* * libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition toChristopher Faylor2003-08-232-1/+6
* Revise DejaGnu patch submission guidelines.Ben Elliston2003-08-231-6/+6
* * cygheap.h (enum cygheap_types): Add HEAP_MMAP.Christopher Faylor2003-08-233-11/+19
* * cygheap.cc (user_heap_info::max): New field.Christopher Faylor2003-08-221-0/+8
* * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor2003-08-224-14/+31
* 2003-08-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-08-2247-225/+522
* Index: ChangeLogGeoffrey Keating2003-08-221-36/+37
* * exceptions.cc (sig_handle): Change so that default signals indicate success.Christopher Faylor2003-08-222-1/+6
* 2003-08-22 Filip Navara <xnavara@volny.cz>Danny Smith2003-08-222-8/+29
* 2003-08-22 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-08-225-2/+48
* * sigproc.cc (wait_sig): Remove redundant test in do/while.Christopher Faylor2003-08-222-1/+5
* * sigproc.cc (wait_sig): Avoid infinite loop.Christopher Faylor2003-08-222-3/+7
* Add PGI extensionsNick Clifton2003-08-212-4/+15
* * speclib: Reenable removal of temp files.Christopher Faylor2003-08-212-1/+5
* * miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor2003-08-213-31/+41
* Merge configure.in, configure with GCC.Geoffrey Keating2003-08-213-68/+111
* * speclib: Fix created lib to avoid "File truncated" problems.Christopher Faylor2003-08-212-0/+17
* 2003-08-20 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-08-2010-180/+502
* * exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.Christopher Faylor2003-08-202-1/+6
* Better handking for unresolved symbolsNick Clifton2003-08-202-18/+33
* * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor2003-08-203-18/+43
* * exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor2003-08-203-31/+37
* clarifyChristopher Faylor2003-08-201-1/+1
* * configure.in: Disable libgcj for darwin not on powerpc.Geoffrey Keating2003-08-203-35/+48
* 2003-08-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-08-192-2/+12
* * ppc.h (PPC_OPCODE_440): Define. Formatting. Use hex for otherAlan Modra2003-08-192-23/+31
* * signal.cc (sigpending): Move.Christopher Faylor2003-08-193-71/+112